-- MySQL dump 10.16  Distrib 10.2.12-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: joemor5_joom260
-- ------------------------------------------------------
-- Server version	10.2.12-MariaDB-log

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

--
-- Table structure for table `mdr_assets`
--

DROP TABLE IF EXISTS `mdr_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=243 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_assets`
--

LOCK TABLES `mdr_assets` WRITE;
/*!40000 ALTER TABLE `mdr_assets` DISABLE KEYS */;
INSERT INTO `mdr_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES (1,0,0,257,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.options\":[],\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,17,100,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,101,102,1,'com_cpanel','com_cpanel','{}'),(10,1,103,104,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,105,106,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,107,108,1,'com_login','com_login','{}'),(13,1,109,110,1,'com_mailto','com_mailto','{}'),(14,1,111,112,1,'com_massmail','com_massmail','{}'),(15,1,113,114,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,115,120,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,121,122,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,123,208,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,209,212,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,213,214,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,215,216,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(22,1,217,218,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,219,220,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,221,224,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":{\"1\":1},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(26,1,225,226,1,'com_wrapper','com_wrapper','{}'),(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,210,211,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,222,223,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,227,228,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,229,230,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(35,1,231,232,1,'com_tags','com_tags','{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(36,1,233,234,1,'com_contenthistory','com_contenthistory','{}'),(37,1,235,236,1,'com_ajax','com_ajax','{}'),(38,1,237,238,1,'com_postinstall','com_postinstall','{}'),(39,18,124,125,2,'com_modules.module.1','Main Menu','{}'),(40,18,126,127,2,'com_modules.module.2','Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,18,128,129,2,'com_modules.module.3','Popular Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,18,130,131,2,'com_modules.module.4','Recently Added Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,18,132,133,2,'com_modules.module.8','Toolbar','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,18,134,135,2,'com_modules.module.9','Quick Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(45,18,136,137,2,'com_modules.module.10','Logged-in Users','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(46,18,138,139,2,'com_modules.module.12','Admin Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(47,18,140,141,2,'com_modules.module.13','Admin Submenu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,18,142,143,2,'com_modules.module.14','User Status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,18,144,145,2,'com_modules.module.15','Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(52,18,146,147,2,'com_modules.module.79','Multilanguage status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,18,148,149,2,'com_modules.module.86','Joomla Version','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(55,18,150,151,2,'com_modules.module.87','Free Consultation','{}'),(58,18,152,153,2,'com_modules.module.89','Handle Your Case','{}'),(60,63,23,24,3,'com_content.article.4','Should You Refuse To Take A Breathalyzer In NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(61,63,21,22,3,'com_content.article.5','You were charged with DWI/DUI In NJ, Now What?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(62,63,19,20,3,'com_content.article.6','How Many Points Do You Get For A DWI/DUI In NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(63,8,18,45,2,'com_content.category.8','Blog','{\"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}}'),(64,18,154,155,2,'com_modules.module.90','Serving All of New Jersey','{}'),(65,8,46,59,2,'com_content.category.9','New Jersey Statutes','{\"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}}'),(66,65,47,48,3,'com_content.article.7','NJ DWI/DUI Law','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(68,18,156,157,2,'com_modules.module.92','Research Desk','{}'),(69,65,49,50,3,'com_content.article.8','NJ Expungement Law','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(70,65,51,52,3,'com_content.article.9','NJ Name Change Law','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(72,18,158,159,2,'com_modules.module.94','Blog Posts','{}'),(78,18,160,161,2,'com_modules.module.100','JSitemap module','{}'),(79,18,162,163,2,'com_modules.module.101','JSitemap Quickicons','{}'),(80,1,239,240,1,'com_jmap','JMap','{}'),(81,63,25,26,3,'com_content.article.10','Can You Go To Jail For A DWI In New Jersey?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(82,63,27,28,3,'com_content.article.11','What Are the Fines For a DWI in NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(83,63,29,30,3,'com_content.article.12','How Long Do You Lose Your License for a DWI in NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(84,63,31,32,3,'com_content.article.13','Do You Need an Attorney for a New Jersey DWI','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(86,63,33,34,3,'com_content.article.14','Can You Beat Your NJ Traffic Ticket?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(87,65,53,54,3,'com_content.article.15','Point Schedule for NJ Tickets ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(88,63,35,36,3,'com_content.article.16','How Many Points is a Speeding Ticket in NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(89,63,37,38,3,'com_content.article.17','How Many Points is a Careless Driving Ticket in NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(90,63,39,40,3,'com_content.article.18','How Many Points is a Reckless Driving Ticket in NJ?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(116,1,241,242,1,'com_nextend_installer','nextend_installer','{}'),(117,8,60,81,2,'com_content.category.13','Practice Areas','{\"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}}'),(118,117,61,62,3,'com_content.article.23','DWI','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(119,117,63,64,3,'com_content.article.24','Traffic Tickets','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(120,117,65,66,3,'com_content.article.25','Real Estate Closings','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(121,117,67,68,3,'com_content.article.26','Criminal Defense','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(122,117,69,70,3,'com_content.article.27','Personal Injury','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(123,117,71,72,3,'com_content.article.28','Worker\'s Compensation','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(124,117,73,74,3,'com_content.article.29','Collections','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(125,117,75,76,3,'com_content.article.30','Expungement','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(126,117,77,78,3,'com_content.article.31','Name Change','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(128,8,82,85,2,'com_content.category.14','Attorney Profile','{\"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}}'),(129,128,83,84,3,'com_content.article.32','Attorney Info','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(130,8,86,87,2,'com_content.category.15','Contact Us','{\"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}}'),(135,18,164,165,2,'com_modules.module.125','Map','{}'),(143,8,88,91,2,'com_content.category.17','Disclaimer','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(144,143,89,90,3,'com_content.article.33','Disclaimer','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(148,16,116,117,2,'com_menus.menu.3','Disclaimer','{}'),(149,18,166,167,2,'com_modules.module.132','Disclaimer','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(153,16,118,119,2,'com_menus.menu.6','Google Reviews','{}'),(154,8,92,95,2,'com_content.category.18','Google Reviews','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(155,154,93,94,3,'com_content.article.34','Google Reviews','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(156,18,168,169,2,'com_modules.module.134','Google Reviews','{}'),(165,18,170,171,2,'com_modules.module.142','Fox Contact','{}'),(168,18,172,173,2,'com_modules.module.143','Need legal help? Contact us here.','{}'),(169,1,245,246,1,'com_jce','COM_JCE','{}'),(170,18,174,175,2,'com_modules.module.144','Address ','{}'),(172,18,176,177,2,'com_modules.module.146','Mobile Handle Your Case','{}'),(181,18,178,179,2,'com_modules.module.155','Mobile Need legal help? Contact us here.','{}'),(185,18,180,181,2,'com_modules.module.159','Tablet Practice Areas','{}'),(193,18,182,183,2,'com_modules.module.167','Practice Areas (Side)','{}'),(194,18,184,185,2,'com_modules.module.168','Mobile Article List','{}'),(201,117,79,80,3,'com_content.article.35','Property Tax Appeal','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(204,65,55,56,3,'com_content.article.36','NJ Driving While Suspended - NJSA 39:3-40','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(205,18,186,187,2,'com_modules.module.176','NJ Statute Index','{}'),(206,18,188,189,2,'com_modules.module.177','Mobile NJ Statute Index','{}'),(207,1,247,248,1,'com_itemrating','com_itemrating','{}'),(209,18,190,191,2,'com_modules.module.179','Article Index','{}'),(213,8,96,99,2,'com_content.category.19','Our Google Business Rating','{}'),(215,18,192,193,2,'com_modules.module.183','Testimonials','{}'),(219,213,97,98,3,'com_content.article.38','Our Google Business Rating Home Page','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(220,18,194,195,2,'com_modules.module.186','Testimonials (Right Practice Areas)','{}'),(221,65,57,58,3,'com_content.article.39','NJ Driving Without Insurance Law - NJSA 39:6B-2','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(222,63,41,42,3,'com_content.article.40','What Are The Penalties For Driving Without Insurance in NJ?','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(223,18,196,197,2,'com_modules.module.187','Breadcrumbs','{}'),(224,18,198,199,2,'com_modules.module.188','Mobile Breadcrumbs','{}'),(225,1,249,250,1,'com_fields','com_fields','{}'),(226,1,251,252,1,'com_associations','com_associations','{}'),(227,63,43,44,3,'com_content.article.41','DUI Vs. DWI in NJ','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(228,1,253,254,1,'com_gsd','GSD','{}'),(229,1,255,256,1,'com_jch_optimize','JCH Optimize Pro','{}'),(234,18,200,201,2,'com_modules.module.193','Home Left','{}'),(235,18,202,203,2,'com_modules.module.194','Home Right','{}'),(238,18,204,205,2,'com_modules.module.195','Traffic Tickets','{}'),(242,18,206,207,2,'com_modules.module.196','Reviews from Google','{}');
/*!40000 ALTER TABLE `mdr_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_associations`
--

DROP TABLE IF EXISTS `mdr_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_associations`
--

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

--
-- Table structure for table `mdr_banner_clients`
--

DROP TABLE IF EXISTS `mdr_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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(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,
  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 `mdr_banner_clients`
--

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

--
-- Table structure for table `mdr_banner_tracks`
--

DROP TABLE IF EXISTS `mdr_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_banner_tracks`
--

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

--
-- Table structure for table `mdr_banners`
--

DROP TABLE IF EXISTS `mdr_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_banners`
--

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

--
-- Table structure for table `mdr_breezingforms`
--

DROP TABLE IF EXISTS `mdr_breezingforms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_breezingforms` (
  `id` int(11) NOT NULL,
  `language` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_breezingforms`
--

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

--
-- Table structure for table `mdr_categories`
--

DROP TABLE IF EXISTS `mdr_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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 DEFAULT '',
  `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=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_categories`
--

LOCK TABLES `mdr_categories` WRITE;
/*!40000 ALTER TABLE `mdr_categories` DISABLE KEYS */;
INSERT INTO `mdr_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,25,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),(3,28,1,1,2,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,3,4,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,5,6,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),(7,32,1,7,8,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,63,1,9,10,1,'blog','com_content','Blog','blog','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Read Our Blog','Joseph F. Morgano Attorney Blog','{\"author\":\"Joseph F. Morgano\",\"robots\":\"\"}',621,'2016-06-23 20:41:18',621,'2017-02-11 22:25:45',0,'*',1),(9,65,1,11,12,1,'new-jersey-statutes','com_content','New Jersey Statutes','new-jersey-statutes','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Read Various NJ St;atutes pertaining to DWI in NJ; point schedule for NJ traffic tickets; expungement in NJ and Name change in NJ. ','nj statutes dwi, nj statues point schedule, nj statues expungement, nj statues name change','{\"author\":\"\",\"robots\":\"\"}',621,'2016-06-23 22:57:35',621,'2016-08-05 01:26:48',0,'*',1),(13,117,1,13,14,1,'practice-areas','com_content','Practice Areas','practice-areas','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Our Practice Areas','dwi attorney nj, traffic ticket attorney nj, real estate attorney nj, criminal defense attorney nj, personal injury attorney nj, workers compensation attorney nj, property tax appeal attorney nj, expungement attorney nj, name change attorney nj, collections attorney nj, ','{\"author\":\"Joseph F. Morgano\",\"robots\":\"\"}',621,'2016-07-30 00:14:57',621,'2018-05-02 02:34:07',0,'*',1),(14,128,1,15,16,1,'attorney-profile','com_content','Attorney Profile','attorney-profile','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Joseph F. Morgano Attorney Profile','attorney profile Joseph F. Morgano','{\"author\":\"\",\"robots\":\"\"}',621,'2016-07-30 17:05:13',621,'2018-01-23 19:37:00',0,'*',1),(15,130,1,17,18,1,'contact-us','com_content','Contact Us','contact-us','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Our Contact Info','joseph f. morgano contact info, joseph f. morgano address, joseph f. morgano contact phone number  ','{\"author\":\"\",\"robots\":\"\"}',621,'2016-08-05 03:42:14',621,'2016-08-07 15:52:40',0,'*',1),(17,143,1,19,20,1,'disclaimer','com_content','Disclaimer','disclaimer','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','This is our attorney Legal Disclaimer.','','{\"author\":\"\",\"robots\":\"\"}',621,'2016-10-03 17:07:47',621,'2016-10-13 17:12:24',0,'*',1),(18,154,1,21,22,1,'google-reviews','com_content','Google Reviews','google-reviews','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Read Google Reviews posted on Google+.','','{\"author\":\"\",\"robots\":\"\"}',621,'2016-10-04 02:35:16',621,'2018-05-04 13:04:39',0,'*',1),(19,213,1,23,24,1,'our-google-business-rating','com_content','Our Google Business Rating','our-google-business-rating','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','Our Google Rating Category','','{\"author\":\"\",\"robots\":\"\"}',621,'2017-02-10 03:15:32',621,'2017-02-11 02:59:08',0,'*',1);
/*!40000 ALTER TABLE `mdr_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_contact_details`
--

DROP TABLE IF EXISTS `mdr_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 DEFAULT '',
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `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 DEFAULT NULL,
  `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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_contact_details`
--

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

--
-- Table structure for table `mdr_content`
--

DROP TABLE IF EXISTS `mdr_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_content`
--

LOCK TABLES `mdr_content` WRITE;
/*!40000 ALTER TABLE `mdr_content` DISABLE KEYS */;
INSERT INTO `mdr_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 (4,60,'Should You Refuse To Take A Breathalyzer In NJ?','should-you-refuse-to-take-a-breathalyzer-in-nj','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<h3><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></h3>\r\n<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Should You Refuse To Take A Breathalyzer In NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\"font-size: 12pt;\">loss of license and fine of $500 to $1,000</span>; and Third offense 10 years <span style=\"font-size: 12pt;\">loss of license and fine of $1,000</span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt; color: #3366ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #3366ff;\">(See full NJ DWI Statute)</a></span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Please call us for an appointment if you would like to discuss your case.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-23 20:14:56',623,'','2018-04-01 17:53:10',621,0,'0000-00-00 00:00:00','2016-06-23 20:14:56','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',47,12,'should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj','Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.',1,1374,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(5,61,'You were charged with DWI/DUI In NJ, Now What?','you-were-charged-with-dwi-dui-in-nj-now-what','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></p>\r\n<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>You Were Charged With DWI/DUI In NJ, Now What?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Some of the penalties resulting from DWI/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt; color: #3366ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #3366ff;\">(See full NJ DWI Statute)</a></span></span></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Should You Get An Attorney?</strong></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Please call us for an appointment if you would like to discuss your case.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-23 20:24:23',623,'','2018-04-04 00:38:26',621,0,'0000-00-00 00:00:00','2016-06-23 20:24: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\":\"\"}','{\"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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',37,11,'dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj','You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  ',1,1437,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(6,62,'How Many Points Do You Get For A DWI/DUI In NJ?','how-many-points-do-you-get-for-a-dwi-dui-in-nj','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<h3><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n\r\n<![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></h3>\r\n<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>How Many Points Do You Get For A DWI/DUI In NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI/DUI.&nbsp; Of course when you are charged with DWI/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Please call us for an appointment if you would like to discuss your case.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-23 20:28:31',623,'','2018-04-01 17:52:30',621,0,'0000-00-00 00:00:00','2016-06-23 20:28:31','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',41,10,'How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi','How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.',1,3550,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(7,66,'NJ DWI/DUI Law','nj-dwi-dui-law','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<h3><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n\r\n<![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></h3>\r\n<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>New Jersey DWI/DUI Law</strong></span></h1>\r\n<p class=\"MsoNormal\" style=\"line-height: 15.6pt; text-align: left;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">DWI - N.J.S.A. 39:4-50 </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">PENALTIES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – FIRST OFFENSE .08% BAC or “Under The Influence” </span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(1) For the first offense: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">PENALTIES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. </span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">PENALTIES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – SECOND OFFENSE</span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">PENALTIES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – THIRD OR SUBSEQUENT OFFENSE</span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">As used in this section, the phrase \"narcotic, hallucinogenic or habit-producing drug\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">MISCELLANEOUS SENTENCING ISSUES </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\"SDU_7\"></a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">INTOXICATED DRIVER RESOURCE CENTER </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED</span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\"SDU_11\"></a> the \"Administrative Procedure Act,\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">DEFENSE RIGHTS TO DISCOVERY </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">INTOXICATED DRIVER RESOURCE CENTER</span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \"Administrative Procedure Act,\" P.L.1968, c. 410 (C.52:14B-1 et seq.). </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \"Administrative Procedure Act,\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">VIOLATIONS IN SCHOOL ZONE(S)</span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(g) When a violation of this section occurs while: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">DISCRETIONARY SENTENCING ISSUES </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\"SDU_17\"></a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">As used in this section, \"appropriate victim\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">MISCELLANEOUS OTHER ASSESSMENTS </span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.</span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">MISCELLANEOUS OTHER SENTENCING ISSUES</span></span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">N.J.S.A. 39:4-51</span></b><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.</span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\"><br /> <br /> </span><a name=\"SearchTerm\"></a><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">N.J.S.A. 39:4-50.16. </span></b><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The Legislature finds and declares:</span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">N.J.S.A. 39:4-50.17</span></b><a name=\"SR;129\"></a><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">. <b style=\"mso-bidi-font-weight: normal;\">Interlock device as additional penalty</b></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">d. As used in this act, \"ignition interlock device\" or \" device\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <b style=\"mso-bidi-font-weight: normal;\">N.J.S.A. 39:4-50.18</b>. <b style=\"mso-bidi-font-weight: normal;\">Notification of the Director of the Division of Motor Vehicles. </b></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.</span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <b style=\"mso-bidi-font-weight: normal;\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties </b></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. A person is a disorderly person who: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(2) Tampers or in any way circumvents the operation of an interlock device. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <br style=\"mso-special-character: line-break;\" /> <br style=\"mso-special-character: line-break;\" /> </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">CONSENT TO GIVING BREATH SAMPLES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – N.J.S.A. 39:4-50.2. </span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">REFUSAL TO SUBMIT PENALTIES</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – N.J.S.A. 39:4-50.4</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\" align=\"center\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\" align=\"center\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">UNDERAGE DRIVING AFTER DRINKING</span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"> – N.J.S.A. 39:4-50.14</span></b></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\" align=\"center\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\" align=\"center\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\">DWI WITH MINOR PASSENGER IN CAR</span> – N.J.S.A. 39:4-50.15 </b></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\" align=\"center\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. As used in this act: </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">\"Minor\" means a person who is 17 years of age or younger. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">\"Parent or guardian\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\" align=\"center\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <b style=\"mso-bidi-font-weight: normal;\"><span style=\"text-decoration: underline;\">CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL</span> </b></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; color: #333333;\"></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.</span></b></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \"unsealed\" shall mean a container with its original seal broken or a container such as a glass or cup. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\"><br /> <b style=\"mso-bidi-font-weight: normal;\">N.J.S.A. 39:4-51b.</b> <b style=\"mso-bidi-font-weight: normal;\">Open Containers By Occupants Of Motor Vehicle. </b></span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \"open or unsealed\" shall mean a container with its original seal broken or a container such as a glass or cup. </span></p>\r\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\"><span style=\"font-size: 14.0pt; font-family: Verdana; color: #333333;\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.</span></p>','',1,9,'2016-06-23 23:04:39',621,'','2017-02-18 20:58:34',621,0,'0000-00-00 00:00:00','2016-06-23 23:04: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\":\"\",\"info_block_show_title\":\"\",\"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\":\"0\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',17,5,'nj dwi law, njsa 39:3-40, nj dui law','The Laws governing DWI in NJ. NJSA 39:4-50.',1,1204,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(8,69,'NJ Expungement Law','nj-expungement-law','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>New Jersey Expungement Law</strong></span></h1>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-1. Definition of expungement</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person’s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, “rap sheets” and judicial docket records.<br /> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-2. Indictable offenses</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant’s character and conduct since conviction.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person’s age at the time of the offense, the person’s financial condition and other relevant circumstances regarding the person’s ability to pay.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor’s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner’s character and conduct since conviction.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br /> <b><br /> <strong><span style=\"font-family: Tahoma;\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses</span></strong></b><br /> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-4. Ordinances </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(4) He has never had an adult conviction expunged; and</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-5. Expungement of records of young drug offenders </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person’s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-6. Arrests not resulting in conviction</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-7. Petition for expungement </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner’s date of birth. b. Petitioner’s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner’s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court’s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-8. Statements to accompany petition</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. “Sealing” refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><b><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> <strong><span style=\"font-family: Tahoma;\">2C:52-9. Order fixing time for hearing </span></strong></span></b><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-10. Service of petition and documents </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-11. Order expungement where no objection prior to hearing </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-12. Denial of relief although no objection entered</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-13. When hearing on petition for expungement shall not be held </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-14. Grounds for denial of relief 2C:52-14. </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> A petition for expungement filed pursuant to this chapter shall be denied when:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(1) When the person is seeking the expungement of a municipal ordinance violation or,</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">4. This act shall take effect on the 60th day after enactment.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-15. Records to be removed; control </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner’s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-16. Expunged record including names of persons other than petitioner</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency’s general files with the petitioner’s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br /> <b><br /> <strong><span style=\"font-family: Tahoma;\">2C:52-17. Use of expunged records by agencies on pending petition for expungement</span></strong></b><br /> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-18. Supplying information to violent crimes compensation board</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations </span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Expunged records may be used by any judge in determining whether to grant or deny the person’s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing</span></strong><b><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> </span></b><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-22. Use of expunged records by parole board</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-23. Use of expunged records by department of corrections</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-24. County prosecutor’s obligation to ascertain propriety of petition</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court’s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner’s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br /> <b><br /> <strong><span style=\"font-family: Tahoma;\">2C:52-25. Retroactive application</span></strong></b><br /> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-26. Vacating of orders of sealing; time; basis</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br /> <b><br /> <strong><span style=\"font-family: Tahoma;\">2C:52-27. Effect of expungement</span></strong></b><br /> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person’s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-28. Motor vehicle offenses</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-29. Fee</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-30. Disclosure of expungement order</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-31. Limitation</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2C:52-32. Construction</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.</span></p>','',1,9,'2016-06-24 01:03:29',621,'','2017-02-18 20:58:03',621,0,'0000-00-00 00:00:00','2016-06-24 01:03:29','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\":\"\",\"info_block_show_title\":\"\",\"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\":\"0\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',8,4,'NJ expungement law, how to get an expumgement in nj','Law governing the process of obtaining an expungement in NJ. Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.',1,1645,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(9,70,'NJ Name Change Law','nj-name-change-law','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>New Jersey Name Change Law</strong></span></h1>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!-- [if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n\r\n<![endif]--><!-- [if gte mso 10]>\r\n\r\n<![endif]--></p>\r\n<p style=\"line-height: 15.6pt;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2A:52-1</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">. Action for change of name</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"><br /> <strong><span style=\"font-family: Tahoma;\">2A:52-1.</span></strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br /> <br /> <em><span style=\"font-family: Tahoma;\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.&nbsp; </span></em></span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"></span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2A:52-2</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">. Effect of judgment, copy to State Bureau of Identification</span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2A:52-2</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br /> <br /> <em><span style=\"font-family: Tahoma;\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.&nbsp; </span></em></span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2A:52-3.</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"> Effect of change of name on actions or other proceedings<br /> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br /> <br /> <em><span style=\"font-family: Tahoma;\">L.1951 (1st SS), c.344.</span></em></span></p>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">2A:52-4</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">. Correction of record of birth or marriage<br /> Upon the receipt of either of the following documents:<br /> <br /> a. A certified copy of a judgment permitting a change of name; or<br /> <br /> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br /> <br /> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br /> <br /> <em><span style=\"font-family: Tahoma;\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.</span></em></span></p>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">New Jersey Rules of Court Also Apply</h2>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">RULE 4:72. Actions For Change Of Name</h2>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">4:72-1. Complaint</h2>\r\n<p style=\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\"><span style=\"mso-list: Ignore;\">·<span style=\"font: 7.0pt \'Times New Roman\';\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(a) Generally.</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.</span></p>\r\n<p style=\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\"><span style=\"mso-list: Ignore;\">·<span style=\"font: 7.0pt \'Times New Roman\';\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">(b) Change of Name for Minor Involved in a Family Action.</span></strong><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.</span></p>\r\n<h6 style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.</span></h6>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">4:72-2. Guardian Ad Litem</h2>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.</span></p>\r\n<h6 style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.</span></h6>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">4:72-3. Notice of Application</h2>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.</span></p>\r\n<h6 style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.</span></h6>\r\n<h2 style=\"line-height: 15.6pt; text-align: justify;\">4:72-4. Hearing; Judgment; Publication; Filing</h2>\r\n<p style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.</span></p>\r\n<h6 style=\"line-height: 15.6pt; text-align: justify;\"><span style=\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.</span></h6>','',1,9,'2016-06-24 01:26:48',621,'','2017-02-18 20:57:34',621,0,'0000-00-00 00:00:00','2016-06-24 01:26:48','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\":\"\",\"info_block_show_title\":\"\",\"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\":\"0\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',5,2,'nj name change law, how to change your name in nj','Law governing the process of obtaining a name change in NJ. Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.',1,1156,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(10,81,'Can You Go To Jail For A DWI In New Jersey?','can-you-go-to-jail-for-a-dwi-in-new-jersey','<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Can You Go to Jail for a DWI in New Jersey?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\"color: #3366ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #3366ff;\">(See full NJ DWI Statute)</a></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case in detail, please contact us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-25 04:08:24',623,'','2018-04-01 17:52:10',621,0,'0000-00-00 00:00:00','2016-06-25 04:08:24','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',38,9,'do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj','Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More',1,2849,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(11,82,'What Are the Fines For a DWI in NJ?','what-are-the-fines-for-a-dwi-in-nj','<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>What are the Fines for a DWI in New Jersey?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt; color: #3366ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #3366ff;\">(See full NJ DWI Statute)</a></span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-25 04:33:03',623,'','2018-04-01 17:51:55',621,0,'0000-00-00 00:00:00','2016-06-25 04:33:03','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',33,8,'what are the fines for a dwi in nj','For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More',1,1175,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(12,83,'How Long Do You Lose Your License for a DWI in NJ?','how-long-do-you-lose-your-license-for-a-dwi-in-nj','<h1 style=\"text-align: left;\"><strong><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\">How long do you lose your license for a DWI in New Jersey</span>?</span> </strong></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\"font-size: 12pt; color: #3366ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #3366ff;\">(See full NJ DWI Statute)</a></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have questions about DWI in New Jersey, contact us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-25 04:45:29',623,'','2018-04-01 17:51:39',621,0,'0000-00-00 00:00:00','2016-06-25 04:45:29','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',36,7,'loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj','How Long Do You Lose Your License for a DWI in NJ?',1,1403,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(13,84,'Do You Need an Attorney for a New Jersey DWI','do-you-need-an-attorney-for-a-new-jersey-dwi','<h1 style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><strong><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\">Do You Need an Attorney for a NJ DWI</span>?</span> </strong></h1>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">If you would like to discuss your NJ DWI, please call us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-25 04:57:21',623,'','2018-04-01 17:51:24',621,0,'0000-00-00 00:00:00','2016-06-25 04:57: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\":\"\"}','{\"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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',33,6,'do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi','If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.',1,1254,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(14,86,'Can You Beat Your NJ Traffic Ticket?','can-you-beat-your-nj-traffic-ticket','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Can You Beat Your NJ Traffic Ticket?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\"color: #3366ff;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" style=\"color: #3366ff;\" title=\"NJ Point Schedule for NJ Traffic Tickets\">(See NJ Point Schedule for All moving violations)</a></span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;</span> </span></p>\r\n<p style=\"text-align: justify;\"><span id=\"__mce_tmp\" style=\"font-size: 12pt;\">If you would like to discuss your NJ ticket, please call us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-06-29 23:22:38',623,'','2018-04-01 17:51:10',621,0,'0000-00-00 00:00:00','2016-06-29 23:22:38','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',43,5,'Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj','If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More',1,2056,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(15,87,'Point Schedule for NJ Tickets ','point-schedule-for-nj-tickets','<p><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--></p>\r\n<p><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--> <!-- [if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n\r\n</comment><!-- [if gte mso 10]>\r\n\r\n</comment></p>\r\n<p class=\"MsoNormal\"> <span style=\"text-decoration: underline;\"><strong>New Jersey Point Schedule for Traffic Tickets</strong></span><!-- [if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml></comment></p>\r\n<p class=\"MsoNormal\"><!-- [if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml></comment><!-- [if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n\r\n<![endif]--> <!-- [if gte mso 10]>\r\n\r\n<![endif]--></p>\r\n<h1 class=\"MsoNormal\" style=\"line-height: 15.6pt; text-align: center;\"><span style=\"font-size: 9pt; font-family: Tahoma; color: #333333;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 18pt;\">Point Schedule for NJ Traffic Tickets</span> </strong></span><br /></span></h1>\r\n<table border=\"0\" style=\"width: 626px; height: 2103px;\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 10.35pt;\">\r\n<td rowspan=\"2\" style=\"width: 63.75pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\" width=\"106\">\r\n<p style=\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">NJSA</span></b><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"><br /> </span></b><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Section</span></b></p>\r\n</td>\r\n<td rowspan=\"2\" style=\"width: 263.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\" width=\"439\">\r\n<p style=\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Offense </span></b></p>\r\n</td>\r\n<td rowspan=\"2\" style=\"width: 35.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\" width=\"59\">\r\n<p style=\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Points</span></b></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\" width=\"12\">\r\n<p style=\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 10.35pt;\">\r\n<td style=\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\" width=\"12\">\r\n<p style=\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" style=\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">New Jersey</span></b><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"> Turnpike, Garden State Parkway and Atlantic City Expressway</span></b></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">27:23–29 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Moving against traffic </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">27:23–29 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper passing </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">27:23–29 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Unlawful use of median strip </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" style=\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><b><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">All roads and highways</span></b></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:3–20 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Operating constructor vehicle in excess of 45 mph </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">3</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–14.3 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Operating motorized bicycle on a restricted highway </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–14.3d </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">More than one person on a motorized bicycle </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–35 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield to pedestrian in crosswalk </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–36 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4– 41 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Driving through safety zone</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–52 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Racing on highway</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–55 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper action or omission on grades and curves</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–57 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to observe direction of officer</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–66 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to stop vehicle before crossing sidewalk</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–66.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield to pedestrians or vehicles while entering or leaving highway </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–66.2 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Driving on public or private property to avoid a traffic sign or signal</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–71 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Operating a motor vehicle on a sidewalk</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–80 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to obey direction of officer </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–81 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"></span></p>\r\n</td>\r\n<td style=\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">*No points assessed for red light camera violation</span></p>\r\n</td>\r\n<td style=\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">0</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–82 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to keep right</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–82.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper operating of vehicle on divided highway or divider</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–83 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to keep right at intersection </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–84</span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to pass to right of vehicle proceeding in opposite direction</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–85 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper passing on right or off roadway</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–85.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Wrong way on a one-way street</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–86 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper passing in no passing zone</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–87 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield to overtaking vehicle</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–88 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to observe traffic lanes</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–89 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Tailgating</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–90 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield at intersection </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–90.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to use proper entrances to limited access highways</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–91–92 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to yield to emergency vehicles</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–96 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Reckless driving</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–97 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Careless driving</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–97a </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Destruction of agricultural or recreational property</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–97.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Slow speed blocking traffic</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–97.2 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–98 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Exceeding maximum speed 1-14 mph over limit </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"></span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Exceeding maximum speed 15-29 mph over limit</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" valign=\"bottom\" nowrap=\"nowrap\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\"></span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Exceeding maximum speed 30 mph or more over limit</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–105 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to stop for traffic light</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–115 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper turn at traffic light </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">3</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–119 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to stop at flashing red signal</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–122 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to stop for police whistle</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–123 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper right or left turn</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">3</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–124 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper turn from approved turning course</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">3</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–125 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper u-turn</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">3</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–126 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to give proper signal</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–127 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper backing or turning in street</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–127.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper crossing of railroad grade crossing</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–127.2 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper crossing of bridge</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–128 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper crossing of railroad grade crossing by certain vehicles</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–128.1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper passing of school bus</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–128.4 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Improper passing of frozen dessert truck </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">4</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–129 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Leaving the scene of an accident –<br /> no personal injury</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Personal injury</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">8</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:4–144 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Failure to observe stop or yield signs</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:5C–1 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Racing on highway</span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">5</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"106\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">39:5D–4 </span></p>\r\n</td>\r\n<td style=\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"439\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">Moving violation committed out-of-state </span></p>\r\n</td>\r\n<td style=\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"59\">\r\n<p style=\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 8.5pt; font-family: Verdana; color: black;\">2</span></p>\r\n</td>\r\n<td style=\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\" width=\"12\">\r\n<p style=\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\"><span style=\"font-size: 13.5pt; color: black;\"></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,9,'2016-06-30 00:21:14',621,'','2017-02-18 21:10:29',621,0,'0000-00-00 00:00:00','2016-06-30 00:21:14','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\":\"\",\"info_block_show_title\":\"\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',8,3,'point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj','Point Schedule for NJ Motor Vehicle Tickets',1,1668,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(16,88,'How Many Points is a Speeding Ticket in NJ?','how-many-points-is-a-speeding-ticket-in-nj','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>How Many Points is a Speeding Ticket in NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\"font-size: 12pt;\"><span style=\"color: #3366ff;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" style=\"color: #3366ff;\" title=\"NJ Point Schedule for NJ Traffic Tickets\">(See NJ Point Schedule for All moving violations)</a></span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-07-01 18:33:00',623,'','2018-04-01 17:50:55',621,0,'0000-00-00 00:00:00','2016-07-01 18:33:00','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',28,4,'how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket','How Many Points is a Speeding Ticket in NJ?',1,1376,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(17,89,'How Many Points is a Careless Driving Ticket in NJ?','how-many-points-is-a-careless-driving-ticket-in-nj','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>How Many Points is a Careless Driving Ticket in NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\"font-size: 12pt;\"><span style=\"color: #3366ff;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" style=\"color: #3366ff;\" title=\"NJ Point Schedule for NJ Traffic Tickets\">(See NJ Point Schedule for All moving violations)</a></span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.</span>&nbsp;</p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-07-01 19:16:01',623,'','2018-04-01 17:50:39',621,0,'0000-00-00 00:00:00','2016-07-01 19:16:01','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',36,3,'how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points','How Many Points is a Careless Driving Ticket in NJ?\r\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.',1,2151,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(18,90,'How Many Points is a Reckless Driving Ticket in NJ?','how-many-points-is-a-reckless-driving-ticket-in-nj','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>How Many Points is a Reckless Driving Ticket in NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\"font-size: 12pt;\"><span style=\"color: #3366ff;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" style=\"color: #3366ff;\" title=\"NJ Point Schedule for NJ Traffic Tickets\">(See NJ Point Schedule for All moving violations)</a></span></span><br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.</span> <span style=\"font-size: 12pt; color: #3366ff;\">&nbsp;<br /></span></p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-07-01 19:30:18',623,'','2018-04-01 17:50:22',621,0,'0000-00-00 00:00:00','2016-07-01 19:30:18','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"right\",\"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\":\"1\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',87,2,'how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket','How Many Points is a Reckless Driving Ticket in NJ?',1,1424,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(23,118,'DWI','dwi','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 18pt;\">DWI Defense</span></strong> </span></h1>\r\n<p><img style=\"margin-right: 15px; margin-bottom: 5px; float: left;\" src=\"images/mymedia/dwi_in_nj.jpg\" alt=\"dwi in nj\" width=\"170\" height=\"208\" /></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><strong><span style=\"font-size: 14pt;\">Defending NJ DWI cases since 1996.</span></strong> </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"></span><span style=\"font-size: 12pt;\">(<span>NJ Statute: 39:4-50</span>) If you have been charged with DWI in NJ, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney fight your case, will often lead to better results<span style=\"color: #333333;\">.</span></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 12pt;\"><em><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Loss of License</strong></span></em> </span> </span><span style=\"font-size: 12pt;\"><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 12pt;\"><em><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Fines</strong></span></em> </span> </span><span style=\"font-size: 12pt;\"><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Jail-Time</strong></span></em> </span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong><em>IDRC</em></strong></span></span><span style=\"font-size: 14pt;\"> </span><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong>(</strong></span></span><span style=\"font-size: 14pt;\"><strong>Intoxicated Driver Resource Center</strong></span><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong>)</strong></span></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong><em>Community Service</em></strong></span></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Prior Offenses</strong></span></em> </span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.</span></p>\r\n<h2 style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">Out-of-State Convictions</span></strong> </span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Ignition Interlock Device</strong></span> </em><strong><span style=\"font-size: 12pt;\">(</span></strong><span style=\"font-size: 12pt; color: #000000;\">NJ Statute: 39:4-50.17</span><span style=\"font-size: 12pt; color: #000000;\">)</span></span><br /></span></h2>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>First Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Second Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Third Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Failure to Install Interlock Device</strong></span></em> <strong><span style=\"font-size: 12pt;\">(</span></strong><span style=\"font-size: 12pt;\"><span style=\"color: #000000;\">NJ Statute: 39:4-50.19</span></span><strong><span style=\"font-size: 12pt;\">)</span></strong></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><em><strong>Refusal to Submit to Breathalyzer</strong></em></span><span style=\"font-size: 14pt;\"> </span><span style=\"font-size: 14pt;\"><strong><span style=\"font-size: 12pt;\">(</span></strong> </span><span style=\"font-size: 14pt;\"><span style=\"font-size: 12pt; color: #000000;\">NJ Statute: 39:4-50.4</span><strong><span style=\"font-size: 12pt;\">)</span></strong></span><br /></span></h2>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>First Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">7 months to 1 year loss of license and fine of $300 to $500;</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Second Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">2 years loss of license and fine of $500 to $1,000; and</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Third Offense</strong></span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">10 years loss of license and fine of $1,000.&nbsp;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong><em>Underage Drinking and Driving</em></strong></span></span><span style=\"font-size: 14pt;\"><em> </em></span><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong><span style=\"font-size: 12pt;\">(</span></strong> </span> </span> </strong> </span> </span><span style=\"font-size: 14pt;\"><span style=\"color: #000000;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 12pt;\">NJ Statute: 39:4-50.14</span></span> </span> </span> </span><span style=\"text-decoration: underline;\"><span style=\"font-size: 14pt;\"><strong><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong><span style=\"font-size: 12pt;\">)</span></strong> </span> </span> </strong> </span> </span><br /></span></h2>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">BAC of More Than .01 but Less Than .08</span><br /></strong> </span></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">30 to 90 days loss of license;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">15-30 days community service; and</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Satisfaction of IDRC.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, please contact us for a free consultation.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:16:36',623,'','2018-05-25 00:09:26',621,0,'0000-00-00 00:00:00','2016-07-30 00:16:36','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\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_vote\":\"\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',193,1,'monmouth county nj dwi attorney','Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI / DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.',1,2252,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(24,119,'Traffic Tickets','traffic-tickets','<h1 style=\"font-size: 18pt; text-align: center;\"><span><span style=\"text-decoration: underline;\"><strong>Traffic Ticket Defense</strong></span><span style=\"text-decoration: underline;\"><strong><br /></strong></span></span></h1>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: justify;\"><img style=\"margin-right: 20px; float: left;\" src=\"images/mymedia/traffic_ticket_in_nj.jpg\" alt=\"traffic ticket in nj\" width=\"200\" height=\"133\" /><span style=\"font-size: 12pt;\"></span></p>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Defending NJ Traffic Tickets since 1996</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt; color: #333333;\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.</span></p>\r\n<p style=\"text-align: left;\"><em><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 14pt;\">What are your options</span></strong></span><strong><span style=\"font-size: 14pt;\">?</span></strong></em></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>What to expect in Court</strong></span><strong>?</strong></em>&nbsp; </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\"color: #333333;\">points</span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\"color: #333333;\">points</span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"NJ Point Schedule for NJ Traffic Tickets\" href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\"><br /></a></span></span></p>\r\n<hr />\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Common NJ Traffic Tickets</strong></span></em></span><span style=\"font-size: 14pt;\"><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Careless Driving</span></strong> (<span><strong>NJ Statute: 39:4-97</strong></span>) <span style=\"color: #0000ff;\"><strong>2 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reckless Driving</span></strong> (<span><strong>NJ Statute: 39:4-96</strong></span>) <span style=\"color: #0000ff;\"><strong>5 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Failure to Observe Traffic Signal</span></strong> (<strong><span>NJ Statute: 39:4-81</span></strong>) <span style=\"color: #0000ff;\"><strong>2 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Failure to Stop for Traffic Light</span></strong> (<span><strong>NJ Statute: 39:4-105</strong></span>) <span style=\"color: #0000ff;\"><strong>2 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Failure to Observe Stop or Yield Signs</span></strong> (<strong><span>NJ Statute: 39:4-144</span></strong>) <span style=\"color: #0000ff;\"><strong>2 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Improper U-Turn</span></strong> (<span><strong>NJ Statute: 39:4-125</strong></span>) <span style=\"color: #0000ff;\"><strong>3 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Improper Right or Left Turn</span></strong> (<strong><span>NJ Statute: 39:4-123</span></strong>) <span style=\"color: #0000ff;\"><strong>3 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Improper Turn at Traffic Light</span></strong> (<strong><span>NJ Statute: 39:4-115</span></strong>) <span style=\"color: #0000ff;\"><strong>3 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Failure to Observe Traffic Lanes</span></strong> (<span><strong>NJ Statute: 39:4-88</strong></span>) <span style=\"color: #0000ff;\"><strong>2 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Improper Passing in No Passing Zone</span></strong> (<strong><span>NJ Statute: 39:4-86</span></strong>) <span style=\"color: #0000ff;\"><strong>4 Points</strong></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"></span></span><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Speeding</span></strong> (<span><strong>NJ Statute: 39:4-98</strong></span>)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">1-14 mph over the limit, <span style=\"color: #0000ff;\"><strong>2 Points</strong></span>;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">15-29 mph over the limit, <span style=\"color: #0000ff;\"><strong>4 Points</strong></span>;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">30 mph or more over the limit, <span style=\"color: #ff0000;\"><strong><span style=\"color: #0000ff;\">5 Points</span><span style=\"color: #000000;\">.</span></strong> </span> </span></p>\r\n<hr />\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Driving While Suspended</strong></span></em>&nbsp;<strong><span style=\"font-size: 12pt;\">(</span></strong><span style=\"font-size: 12pt; color: #000000;\">NJ Statute: 39:3-40</span><strong><span style=\"font-size: 12pt;\">)</span></strong></span> </span></h2>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><span style=\"font-size: 12pt;\"></span></span> </em> </span> </span><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>First Offense</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Second Offense</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Third Offense</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">Accident Inolved With Personal Injury</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">45 to 180 days in jail if there is an accident involved which results in personal injury.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">Accident Inolved With Serious Personal Injury</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"practice-areas/26-criminal-defense\">See Criminal Defense</a></span>).&nbsp; There will also be an additional 1 year loss of license.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">Accident Inolved Where Death Results</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\"font-size: 12pt;\">(<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"practice-areas/26-criminal-defense\">See Criminal Defense</a></span>)</span>.&nbsp; There will also be an additional 1 year loss of license.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">If Suspension Was Due to Driving Without Insurance</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">If Suspension Was Due to DWI</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.</span></p>\r\n<h3 style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 12pt;\">If Suspension Was Due to DWI Within a School Zone</span></strong> </span><strong><span style=\"font-size: 12pt;\"><br /></span></strong></h3>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.</span></p>\r\n<hr />\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Driving Without Insurance</strong></span></em>&nbsp;<strong><span style=\"font-size: 12pt;\">(</span></strong><span style=\"font-size: 12pt; color: #000000;\">NJ Statute: 39:6B-2</span><strong><span style=\"font-size: 12pt;\">)</span></strong></span> </span></h2>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><span style=\"font-size: 12pt;\"></span></span> </em> </span> </span><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>First Offense</strong></span><span style=\"font-size: 12pt;\"><strong><br /></strong></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Second Offense</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt;\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you were issued a </span><span style=\"font-size: 12pt;\">traffic ticket in NJ, contact us for a free consultation.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:28:32',623,'','2018-05-25 00:26:58',621,0,'0000-00-00 00:00:00','2016-07-30 00:28: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',155,2,'monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj','NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.',1,1985,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(25,120,'Real Estate Closings','real-estate-closings','<h1 style=\"text-decoration: underline; font-size: 18pt; text-align: center;\"><strong><span>Real Estate Closings</span></strong></h1>\r\n<p><span style=\"font-size: 12pt;\"><img style=\"margin-right: 15px; margin-bottom: 5px; float: left;\" src=\"images/mymedia/real_estate_closings.jpg\" alt=\"real estate closings\" width=\"200\" height=\"133\" /><span style=\"font-size: 12pt;\"><br /></span></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Handling Real Estate Closings Since 1996.</strong></span></em> </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Please call to discuss all of your real estate transactional needs.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:40:23',623,'','2018-05-14 17:48:03',621,0,'0000-00-00 00:00:00','2016-07-30 00:40: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',55,3,'monmouth county nj real estate attorney','If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300',1,1324,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(26,121,'Criminal Defense','criminal-defense','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Criminal Defense</strong></span><span style=\"text-decoration: underline;\"><strong><br /> </strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><img src=\"templates/jfmatlaw/images/nature/criminal_defense_in_nj.jpg\" alt=\"criminal defense in nj\" width=\"200\" height=\"132\" style=\"margin-right: 15px; margin-bottom: 5px; float: left;\" />If you have been charged with a crime or disorderly persons offense in, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><em><strong>Is your case serious</strong></em></span><span style=\"font-size: 12pt;\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Crimes</strong></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \"felony\", however, a \"crime\" is the equivalent of a \"felony\").<br /></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Disorderly Persons Offense</strong></span><span style=\"font-size: 12pt;\"> <strong>(DP)</strong></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Disorderly Persons Offenses are not considered \"crimes\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\"font-size: 12pt;\">(NJ does not use the classification of \"misdemeanor\", however, a \"disorderly persons offense\" is the equivalent of a \"misdemeanor\").</span><br /></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Petti Disorderly Persons Offense</strong></span><span style=\"font-size: 12pt;\"> <strong>(PDP)</strong></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Borough Ordinance Violation</strong></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.</span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Sentencing</strong></span><br /></span></h2>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">First Degree</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">10 to 20 years in prison;</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Second Degree</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">5 to 10 years in prison;</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Third Degree</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">3 to 5 years in prison;</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Fourth Degree</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">Up to 18 months in prison;</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Disorderly Persons Offense</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">Up to 6 months in jail; and</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Petti-Disorderly Persons Offense</span></strong>.&nbsp; </span><span style=\"font-size: 12pt;\">Up to 30 days in jail.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have a criminal matter you would like to discuss, please call for an appointment.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:42:02',623,'','2018-04-01 17:49:59',621,0,'0000-00-00 00:00:00','2016-07-30 00:42:02','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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',82,4,'monmouth county nj criminal defense attorney','If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.',1,1272,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(27,122,'Personal Injury','personal-injury','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong><span><span>Personal Injury</span></span><br /></strong> </span></h1>\r\n<p style=\"text-align: justify;\"><span><img src=\"images/mymedia/personal-injury-attorney-in-nj.jpg\" alt=\"personal injury attorney in nj\" width=\"200\" height=\"149\" style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" /> </span><span style=\"font-size: 12pt;\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><strong>Auto Accident&nbsp; &nbsp;</strong></span><strong style=\"text-align: left;\"><span style=\"font-size: 12pt;\">Motorcycle Accident</span></strong></p>\r\n<p style=\"text-align: left;\"><strong><span style=\"font-size: 12pt;\">Negligence&nbsp; &nbsp;</span></strong><strong><span style=\"font-size: 12pt;\">Slip and Fall&nbsp; &nbsp;</span></strong><strong><span style=\"font-size: 12pt;\">Dog Bite</span></strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\">Please call for a free consultation.</span></p>\r\n<hr />\r\n<p style=\"text-align: left;\">&nbsp;</p>','',1,13,'2016-07-30 00:46:08',623,'','2018-05-04 21:41:37',621,0,'0000-00-00 00:00:00','2016-07-30 00: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',63,5,'monmouth county nj personal injury attorney','If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.',1,1159,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(28,123,'Worker\'s Compensation','worker-s-compensation','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong><span>Worker\'s Compensation</span><br /></strong> </span></h1>\r\n<p><img src=\"images/mymedia/workers-compensation-in-nj.jpg\" alt=\"workers compensation in nj\" width=\"200\" height=\"134\" style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" /></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Were you involved in a NJ work related injury</strong></span></em>?</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">You may be entitled to:</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">1. Temporary disability while you are out of work;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">2. Paid medical bills; and a</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">3. Permanency award of compensation.&nbsp;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Please call to discuss your case.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span></p>','',1,13,'2016-07-30 00:48:22',623,'','2018-04-01 17:49:44',621,0,'0000-00-00 00:00:00','2016-07-30 00:48:22','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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',45,6,'monmouth county nj workers compensation attorney','Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.',1,1057,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(29,124,'Collections','collections','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong><span>Debt Collection</span><br /></strong> </span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call for a free consultation.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:51:03',623,'','2018-04-01 17:49:30',621,0,'0000-00-00 00:00:00','2016-07-30 00:51:03','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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',32,7,'monmouth county nj collections attorney','Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods . . . Read More.',1,1050,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(30,125,'Expungement','expungement','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong><span>Expungements</span><br /></strong> </span></h1>\r\n<p><img style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" itemprop=\"image\" src=\"images/mymedia/expungement-in-nj.jpg\" alt=\"expungement in nj\" width=\"200\" height=\"133\" /></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to know more about expungement, please call for a free consultation.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:52:32',623,'','2018-05-14 17:55:13',621,0,'0000-00-00 00:00:00','2016-07-30 00:52: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',51,9,'monmouth county nj expungement attorney','If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. ',1,1111,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(31,126,'Name Change','name-change','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong><span>Name Change</span><br /></strong> </span></h1>\r\n<p><img src=\"images/mymedia/name_change_in_nj.jpg\" alt=\"name change in nj\" width=\"190\" height=\"127\" style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" itemprop=\"image\" /></p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you wish to change your name In NJ, we can assist with the process.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">For more information, please call for a free consultation. 732-263-9300.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:53:51',623,'','2018-04-01 17:49:13',621,0,'0000-00-00 00:00:00','2016-07-30 00:53:51','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\":\"0\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',35,10,'monmouth county nj name change attorney','If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.',1,1094,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(32,129,'Attorney Info','attorney-info','<article>\r\n<article>\r\n<h1 style=\"text-align: left;\"><span style=\"font-family: book antiqua,palatino;\"><strong><span style=\"font-size: 21pt;\">Joseph F. Morgano <em>Attorney at Law</em></span></strong> </span></h1>\r\n<p><img style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" src=\"images/mymedia/profile-small-home.jpg\" alt=\"profile small home\" width=\"149\" height=\"166\" /></p>\r\n</article>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><strong>Monmouth County, New Jersey Attorney</strong></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\"><strong><em>Representing clients since 1996</em></strong></span><br /></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">I handle cases throughout New Jersey including DWI/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.</span></p>\r\n<hr />\r\n<h2 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Education</strong></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">J.D. - Juris Doctor, 1995 - </span><img src=\"images/mymedia/law-school-logo.jpg\" alt=\"law school logo\" width=\"31\" height=\"31\" /><span style=\"font-size: 12pt;\">&nbsp; </span><span style=\"font-size: 12pt;\">Western Michigan University<br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">B.S. - Political Science, 1991 - </span><img src=\"images/mymedia/college-logo.jpg\" alt=\"college logo\" width=\"31\" height=\"31\" /><span style=\"font-size: 12pt;\">&nbsp; </span><span style=\"font-size: 12pt;\">Monmouth University<br /></span></p>\r\n<h2 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Location</strong></span></h2>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\">621 Shrewsbury Ave Ste 131</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\">Shrewsbury, NJ 07702</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\">732-263-9300 Phone</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\">732-795-3958 Fax</span></p>\r\n</article>\r\n<hr />\r\n<p style=\"text-align: left;\">&nbsp;</p>','',1,14,'2016-07-30 17:23:32',623,'','2018-05-19 17:34:39',621,0,'0000-00-00 00:00:00','2016-07-30 17:23: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',134,0,'monmouth county nj attorney profile','Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.',1,573,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(33,144,'Disclaimer','disclaimer','<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\">Disclaimer</span></strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">This Website and its contents are provided \"AS IS\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\">Reproduction, distribution, republication, and/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.</span></p>','',1,17,'2016-10-03 17:09:11',621,'','2017-01-11 22:59:34',621,0,'0000-00-00 00:00:00','2016-10-03 17:09:11','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\":\"\",\"info_block_show_title\":\"\",\"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,1,'','See our legal disclaimer here. ',1,857,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(34,155,'Google Reviews','google-reviews','<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\" style=\"color: #3366ff;\">Google Reviews&nbsp;(On Google)</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><a href=\"https://www.avvo.com/attorneys/07702-nj-joseph-morgano-1602318/reviews.html\" rel=\"alternate\" style=\"text-decoration: underline; color: #3366ff;\" title=\"AVVO Reviews\">AVVO Reviews</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><span style=\"color: #3366ff;\"><a href=\"https://www.yelp.com/biz/joseph-f-morgano-attorney-at-law-shrewsbury?hrid=SmftwBKgz-Le_ZtT37dX5g\" style=\"color: #3366ff; text-decoration: underline;\">Yelp Reviews</a></span></span></p>','',1,18,'2016-10-04 02:37:08',621,'','2018-05-07 02:03:22',621,0,'0000-00-00 00:00:00','2016-10-04 02:37: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\":\"\"}','{\"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\":\"\",\"groupdata\":\"3\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',32,1,'','Read Google+ reviews that previous clients have posted on Google+.',1,504,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(35,201,'Property Tax Appeal','property-tax-appeal','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Property Tax Appeals<br /></strong></span></h1>\r\n<p><img src=\"images/mymedia/property_tax_appeal.jpg\" alt=\"property tax appeal\" width=\"160\" height=\"179\" style=\"margin-right: 15px; margin-bottom: 5px; float: left;\" /></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><strong>Paying Too Much For NJ Property Taxes</strong></em>?</span> </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Filing Deadline</strong></span></em> </span><br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><em><span style=\"text-decoration: underline;\"><strong>Will There Be a Hearing</strong></span><strong>?</strong></em><br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">Please contact us for more information.</span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\">&nbsp;</p>','',1,13,'2016-07-30 00:48:22',623,'','2018-05-04 21:46:16',621,0,'0000-00-00 00:00:00','2016-07-30 00:48:22','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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',46,8,'monmouth county nj property tax appeal attorney','Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.',1,1402,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(36,204,'NJ Driving While Suspended - NJSA 39:3-40','nj-driving-while-suspended-njsa-39-3-40','<h1><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>NJSA 39:3-40 - Driving While Suspended</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\">39:3-40. No person to whom a driver\'s license has been refused or whose driver\'s license or reciprocity privilege has been suspended or revoked, or who has been prohibited from obtaining a driver\'s license, shall personally operate a motor vehicle during the period of refusal, suspension, revocation, or prohibition. </span><br /> <br /><span style=\"font-size: 14pt;\"> No person whose motor vehicle registration has been revoked shall operate or permit the operation of such motor vehicle during the period of such revocation. </span><br /> <br /><span style=\"font-size: 14pt;\"> Except as provided in subsections i. and j. of this section, a person violating this section shall be subject to the following penalties: </span><br /> <br /><span style=\"font-size: 14pt;\"> a.Upon conviction for a first offense, a fine of $500.00 and, if that offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); </span><br /> <br /><span style=\"font-size: 14pt;\"> b.Upon conviction for a second offense, a fine of $750.00, imprisonment in the county jail for at least one but not more than five days and, if the second offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and that second offense occurs within five years of a conviction for that same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); </span><br /> <br /><span style=\"font-size: 14pt;\"> c.Upon conviction for a third offense or subsequent offense, a fine of $1,000.00 and imprisonment in the county jail for 10 days. If the third or a subsequent offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and the third or subsequent offense occurs within five years of a conviction for the same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); </span><br /> <br /><span style=\"font-size: 14pt;\"> d.Upon conviction, the court shall impose or extend a period of suspension not to exceed six months; </span><br /> <br /><span style=\"font-size: 14pt;\"> e.Upon conviction, the court shall impose a period of imprisonment for not less than 45 days or more than 180 days, if while operating a vehicle in violation of this section a person is involved in an accident resulting in bodily injury to another person; </span><br /> <br /><span style=\"font-size: 14pt;\"> f. (1) In addition to any penalty imposed under the provisions of subsections a. through e. of this section, any person violating this section while under suspension issued pursuant to section 2 of P.L.1972, c.197 (C.39:6B-2), upon conviction, shall be fined $500.00, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year nor more than two years, and may be imprisoned in the county jail for not more than 90 days. </span><br /> <br /><span style=\"font-size: 14pt;\"> (2)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraph (1) of this subsection, any person violating this section under suspension issued pursuant to R.S.39:4-50, section 2 of P.L.1981, c.512 (C.39:4-50.4a) or P.L.1982, c.85 (C.39:5-30a et seq.), shall be fined $500, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, and shall be imprisoned in the county jail for not less than 10 days or more than 90 days. </span><br /> <br /><span style=\"font-size: 14pt;\"> (3)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraphs (1) and (2) of this subsection, a person shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, which period shall commence upon the completion of any prison sentence imposed upon that person, shall be fined $500 and shall be imprisoned for a period of 60 to 90 days for a first offense, imprisoned for a period of 120 to 150 days for a second offense, and imprisoned for 180 days for a third or subsequent offense, for operating a motor vehicle while in violation of paragraph (2) of this subsection while: </span><br /> <br /><span style=\"font-size: 14pt;\"> (a)on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; </span><br /> <br /><span style=\"font-size: 14pt;\"> (b)driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or </span><br /> <br /><span style=\"font-size: 14pt;\"> (c)driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. </span><br /> <br /><span style=\"font-size: 14pt;\"> A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c.101 (C.2C:35-7) may be used in a prosecution under subparagraph (a) of this paragraph. </span><br /> <br /><span style=\"font-size: 14pt;\"> It shall not be relevant to the imposition of sentence pursuant to subparagraph (a) or (b) of this paragraph that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session; </span><br /> <br /><span style=\"font-size: 14pt;\"> g.(Deleted by amendment, P.L.2009, c.224);</span><br /> <br /><span style=\"font-size: 14pt;\"> h.A person who owns or leases a motor vehicle and permits another to operate the motor vehicle commits a violation and is subject to suspension of his license to operate a motor vehicle and to revocation of registration pursuant to sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5) if the person: </span><br /> <br /><span style=\"font-size: 14pt;\"> (1)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle has been suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a); or </span><br /> <br /><span style=\"font-size: 14pt;\"> (2)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle is suspended and that the operator has been convicted, within the past five years, of operating a vehicle while the person\'s license was suspended or revoked.</span><br /> <br /><span style=\"font-size: 14pt;\"> In any case where a person who owns or leases a motor vehicle knows that the operator\'s license or reciprocity privilege of the person he permits to operate the motor vehicle is suspended or revoked for any violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), the person also shall be subject to the following penalties: for a first or second offense, a fine of $1,000, imprisonment for not more than 15 days, or both; and for a third or subsequent offense, a fine of $1,000, imprisonment for not more than 15 days, or both, and forfeiture of the right to operate a motor vehicle over the highways of this State for a period of 90 days;</span><br /> <br /><span style=\"font-size: 14pt;\"> i.If the violator\'s driver\'s license to operate a motor vehicle has been suspended pursuant to section 9 of P.L.1985, c.14 (C.39:4-139.10) or for failure to comply with a time payment order, the violator shall be subject to a maximum fine of $100 upon proof that the violator has paid all fines and other assessments related to the parking violation that were the subject of the Order of Suspension, or if the violator makes sufficient payments to become current with respect to payment obligations under the time payment order; </span><br /> <br /><span style=\"font-size: 14pt;\"> j.If a person is convicted for a second or subsequent violation of this section and the second or subsequent offense involves a motor vehicle moving violation, the term of imprisonment for the second or subsequent offense shall be 10 days longer than the term of imprisonment imposed for the previous offense. </span><br /> <br /><span style=\"font-size: 14pt;\"> For the purposes of this subsection, a \"motor vehicle moving violation\" means any violation of the motor vehicle laws of this State for which motor vehicle points are assessed by the chief administrator pursuant to section 1 of P.L.1982, c.43 (C.39:5-30.5). </span><br /> <br /><span style=\"font-size: 14pt;\"> amended 1941, c.344; 1945, c.222, s.2; 1947, c.25; 1964, c.9; 1968, c.323, s.10; 1981, c.38, s.1; 1982, c.45, s.2; 1983, c.90, s.1; 1986, c.38; 1992, c.203; 1994, c.64, s.2; 1995, c.286, s.1; 1999, c.185, s.3; 1999, c.423, s.3; 2001, c.213, s.1; 2002, c.28; 2007, c.187; 2009, c.224, s.1; 2009, c.332.</span></p>','',1,9,'2017-02-06 19:02:51',621,'','2017-02-18 20:59:48',621,0,'0000-00-00 00:00:00','2017-02-06 19:02:51','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\":\"\",\"info_block_show_title\":\"\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',3,1,'NJSA 39:3-40 - Driving While Suspended in NJ. Read the NJ Statute governing Driving While Suspended. Learn about the penalties, fines, loss of license, etc.','NJSA 39:3-40 - Driving While Suspended in NJ',1,2304,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(38,219,'Our Google Business Rating Home Page','our-google-business-rating-home-page','','',1,19,'2017-02-12 01:07:31',621,'','2018-04-08 15:27:55',621,0,'0000-00-00 00:00:00','2017-02-12 01:07:31','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\":\"\",\"groupdata\":\"3\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',7,0,'','Our Google Business Aggregate Rating.',1,455,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(39,221,'NJ Driving Without Insurance Law - NJSA 39:6B-2','nj-driving-without-insurance-law-njsa-39-6b-2','<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 18pt;\">NJSA 39:6B-2 - Driving Without Insurance - Penalties</span><br /></strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"text-decoration: underline;\"><strong>39:6B-2 Penalties</strong></span>.</span><br /> <br /><span style=\"font-size: 14pt;\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.</span><br /> <br /><span style=\"font-size: 14pt;\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.</span><br /> <br /><span style=\"font-size: 14pt;\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"></span></p>','',1,9,'2017-02-06 19:02:51',621,'','2017-03-05 21:44:28',621,0,'0000-00-00 00:00:00','2017-02-06 19:02:51','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\":\"\",\"info_block_show_title\":\"\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',26,0,'NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties','NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties',1,1202,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(40,222,'What Are The Penalties For Driving Without Insurance in NJ?','what-are-the-penalties-for-driving-without-insurance-in-nj','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>What Are The Penalties For Driving Without Insurance in NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\"font-size: 12pt;\">39:6B-2</span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\"font-size: 12pt;\">$250.00 per year, for 3 years, DMV Surcharge</span>; and loss of license for one year. <span style=\"font-size: 12pt;\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\"font-size: 12pt;\">$250.00 per year, for 3 years, DMV Surcharge</span>; and fourteen days in jail. </span><span style=\"color: #3366ff;\"><a href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\" style=\"color: #3366ff;\"><span style=\"font-size: 12pt;\">(See Full Statute)</span></a></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, please call us for a free consultation.</span>&nbsp;</p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-07-01 18:33:00',623,'','2018-04-01 17:47:51',621,621,'2018-05-04 22:07:37','2016-07-01 18:33:00','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',20,1,'what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ','What Are The Penalties For Driving Without Insurance in NJ?',1,1048,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(41,227,'DUI Vs. DWI in NJ','dui-vs-dwi-in-nj','<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>DUI Vs. DWI in NJ</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\"font-size: 12pt;\"><span style=\"color: #3366ff;\"></span></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, please call us for a free consultation.</span>&nbsp;</p>\r\n<hr />\r\n<h3 style=\"text-align: justify;\">&nbsp;</h3>','',1,8,'2016-07-01 19:16:01',623,'','2018-04-01 17:47:37',621,0,'0000-00-00 00:00:00','2016-07-01 19:16:01','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\":\"1\",\"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\":\"\",\"groupdata\":\"\",\"textforscore\":\"\",\"reviewsummary\":\"\"}',11,0,'What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ','What is the difference between DUI and DWI in NJ?',1,819,'{\"robots\":\"\",\"author\":\"Joseph F. Morgano\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `mdr_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_content_frontpage`
--

DROP TABLE IF EXISTS `mdr_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_content_frontpage`
--

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

--
-- Table structure for table `mdr_content_rating`
--

DROP TABLE IF EXISTS `mdr_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_content_rating`
--

LOCK TABLES `mdr_content_rating` WRITE;
/*!40000 ALTER TABLE `mdr_content_rating` DISABLE KEYS */;
INSERT INTO `mdr_content_rating` (`content_id`, `rating_sum`, `rating_count`, `lastip`) VALUES (18,5,1,'73.226.16.2');
/*!40000 ALTER TABLE `mdr_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_content_types`
--

DROP TABLE IF EXISTS `mdr_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_content_types`
--

LOCK TABLES `mdr_content_types` WRITE;
/*!40000 ALTER TABLE `mdr_content_types` DISABLE KEYS */;
INSERT INTO `mdr_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,'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\"} ] }'),(3,'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\"} ]}'),(4,'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',''),(5,'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\"}]}'),(6,'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\"}]}'),(7,'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\"}]}'),(8,'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\"}]}'),(9,'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\"} ]}'),(10,'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\"}]}'),(11,'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\":[]}'),(12,'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\"}]}'),(13,'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\"}]}'),(14,'BreezingForms','com_breezingforms.form','','','','BreezingformsHelperRoute::getFormRoute',NULL);
/*!40000 ALTER TABLE `mdr_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_contentitem_tag_map`
--

DROP TABLE IF EXISTS `mdr_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_contentitem_tag_map`
--

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

--
-- Table structure for table `mdr_core_log_searches`
--

DROP TABLE IF EXISTS `mdr_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_core_log_searches`
--

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

--
-- Table structure for table `mdr_extensions`
--

DROP TABLE IF EXISTS `mdr_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=10109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_extensions`
--

LOCK TABLES `mdr_extensions` WRITE;
/*!40000 ALTER TABLE `mdr_extensions` DISABLE KEYS */;
INSERT INTO `mdr_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\":\"0\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"1\",\"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\",\"articles_display_num\":\"10\",\"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\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"0\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_image_heading\":\"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\":\"1\",\"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),(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\":\"0\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"1\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"1\",\"show_associations\":\"0\",\"flags\":\"1\",\"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\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"captcha\":\"\",\"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\":\"1\",\"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\":\"20\",\"num_intro_articles\":\"0\",\"num_columns\":\"2\",\"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\",\"list_show_votes\":\"0\",\"list_show_ratings\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}','','',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\":\"\"}','{\"mode\":\"0\"}','','',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\":\"dbf92e0f6a1af84267fb6eab1ba42410\"}','','',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),(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.37.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\"}','{\"skin\":\"0\",\"skin_admin\":\"0\",\"mode\":\"2\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"en\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"resize_horizontal\":\"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\",\"image_advtab\":\"1\",\"code_sample\":\"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),(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',10,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,0,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',11,0),(424,0,'plg_system_cache','plugin','cache','system',0,1,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\",\"exclude\":\"\"}','','',621,'2018-02-02 02:44:44',20,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',13,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',14,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,1,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\"}','{\"collect_urls\":\"0\"}','','',0,'0000-00-00 00:00:00',2,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',16,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',17,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',12,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\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"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,1,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',15,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',18,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,0,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),(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,1,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,1,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\":1527363615}','','',0,'0000-00-00 00:00:00',8,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\":\"6e3dc835299afb7e52b92d695bd88b5d68b8cc9a\",\"interval\":12}','','',0,'0000-00-00 00:00:00',9,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',3,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',1,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\":\"May 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.8\",\"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\":\"May 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.8\",\"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\":\"May 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.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',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\":\"May 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.8.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10003,0,'JMap','component','com_jmap','',1,1,0,0,'{\"name\":\"JMap\",\"type\":\"component\",\"creationDate\":\"January 2018\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2016 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"4.4\",\"description\":\"COM_JMAP_INFO_MESSAGES\",\"group\":\"\",\"filename\":\"jmap\"}','{\"show_title\":\"1\",\"title_type\":\"maintitle\",\"defaulttitle\":\"Sitemap for website of Joseph F. Morgano Attorney at Law\",\"headerlevel\":\"1\",\"classdiv\":\"sitemap\",\"show_pagebreaks\":\"0\",\"opentarget\":\"_self\",\"include_external_links\":\"1\",\"unique_pagination\":\"1\",\"registration_email\":\"\",\"custom_404_page_status\":\"0\",\"custom_404_page_override\":\"1\",\"custom_404_page_mode\":\"html\",\"custom_404_page_text\":\"<p>Sorry, this page is not available!<\\/p>\",\"sitemap_html_template\":\"mindmap\",\"show_icons\":\"1\",\"animated\":\"0\",\"animate_speed\":\"200\",\"minheight_root_folders\":\"70\",\"minheight_sub_folders\":\"60\",\"minheight_leaf\":\"40\",\"minwidth_columns\":\"200\",\"font_size_boxes\":\"24\",\"root_folders_color\":\"#F60\",\"root_folders_border_color\":\"#943B00\",\"root_folders_text_color\":\"#FFF\",\"sub_folders_color\":\"#99CDFF\",\"sub_folders_border_color\":\"#11416F\",\"sub_folders_text_color\":\"#11416F\",\"leaf_folders_color\":\"#EBEBEB\",\"leaf_folders_border_color\":\"#6E6E6E\",\"leaf_folders_text_color\":\"#505050\",\"connections_color\":\"#CCC\",\"expand_iconset\":\"square-blue\",\"draggable_sitemap\":\"0\",\"template_override\":\"0\",\"treeview_scripts\":\"1\",\"show_expanded\":\"0\",\"expand_location\":\"location\",\"column_sitemap\":\"1\",\"column_maxnum\":\"6\",\"multilevel_categories\":\"1\",\"hide_empty_cats\":\"1\",\"expand_first_level\":\"0\",\"merge_alias_menu\":\"0\",\"show_toggler\":\"0\",\"enable_view_cache\":\"0\",\"lifetime_view_cache\":\"1\",\"rss_lifetime_view_cache\":\"60\",\"enable_precaching\":\"0\",\"precaching_limit_xml\":\"5000\",\"precaching_limit_images\":\"50\",\"split_sitemap\":\"0\",\"split_chunks\":\"50000\",\"splitting_hardcoded_rootnode\":\"1\",\"gnews_publication_name\":\"\",\"gnews_limit_recent\":\"0\",\"gnews_limit_valid_days\":\"2\",\"gnews_genres\":[\"Blog\"],\"imagetitle_processor\":\"title|alt\",\"max_images_requests\":\"50\",\"regex_images_crawler\":\"advanced\",\"fake_images_processor\":\"0\",\"lazyload_images_processor\":\"0\",\"custom_images_processor\":\"0\",\"custom_images_processor_tags\":\"\",\"custom_images_processor_attributes\":\"\",\"include_description_only\":\"0\",\"sh404sef_multilanguage\":\"0\",\"images_global_filter_include\":\"\",\"images_global_filter_exclude\":\"\",\"videos_global_filter_include\":\"\",\"videos_global_filter_exclude\":\"\",\"cdnprotocol\":\"\",\"rss_channel_name\":\"\",\"rss_channel_description\":\"\",\"rss_channel_image\":\"\",\"rss_webmaster_name\":\"\",\"rss_webmaster_email\":\"\",\"rss_channel_excludewords\":\"\",\"rss_limit_valid_days\":\"\",\"rss_limit_recent\":\"\",\"rss_process_content_plugins\":\"0\",\"rss_include_images\":\"0\",\"geositemap_enabled\":\"0\",\"geositemap_address\":\"\",\"geositemap_name\":\"\",\"geositemap_author\":\"\",\"geositemap_description\":\"\",\"amp_sitemap_enabled\":\"0\",\"amp_suffix\":\"amp\",\"include_archived\":\"0\",\"multiple_content_sources\":\"0\",\"enable_articles_exclusions\":\"1\",\"disable_acl\":\"enabled\",\"showalways_language_dropdown\":\"\",\"lists_limit_pagination\":\"10\",\"selectable_limit_pagination\":\"10\",\"seostats_custom_link\":\"\",\"seostats_enabled\":\"1\",\"seostats_site_query\":\"1\",\"seostats_gethost\":\"1\",\"linksanalyzer_workingmode\":\"1\",\"linksanalyzer_validation_analysis\":\"1\",\"linksanalyzer_indexing_analysis\":\"1\",\"linksanalyzer_indexing_engine\":\"webcrawler\",\"linksanalyzer_serp_numresults\":\"10\",\"linksanalyzer_remove_separators\":\"1\",\"linksanalyzer_remove_slashes\":\"2\",\"seospider_crawler_delay\":\"0\",\"metainfo_urldecode\":\"1\",\"metainfo_ogtags\":\"1\",\"metainfo_twitter_card_enable\":\"0\",\"metainfo_twitter_card_site\":\"\",\"metainfo_twitter_card_creator\":\"\",\"default_autoping\":\"0\",\"autoping\":\"0\",\"sitemap_links_sef\":\"1\",\"sitemap_links_forceformat\":\"0\",\"sitemap_links_random\":\"1\",\"append_livesite\":\"1\",\"custom_sitemap_domain\":\"\",\"custom_http_port\":\"\",\"resources_limit_management\":\"1\",\"remove_sitemap_serp\":\"0\",\"remove_home_slash\":\"0\",\"advanced_multilanguage\":\"0\",\"socket_mode\":\"dns\",\"force_crawler_http\":\"0\",\"site_itemid\":\"\",\"robots_joomla_subfolder\":\"0\",\"disable_version_checker\":\"0\",\"includejquery\":\"1\",\"enable_debug\":\"0\",\"ga_domain\":\"\",\"wm_domain\":\"\",\"ga_api_key\":\"\",\"ga_client_id\":\"\",\"ga_client_secret\":\"\",\"inject_gajs\":\"0\",\"gajs_code\":\"\",\"inject_gajs_location\":\"body\",\"inject_gajs_version\":\"analytics\",\"rules\":{\"core.admin\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.manage\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.create\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.delete\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.edit\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.edit.state\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"jmap.google\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(10004,0,'System - JSitemap utilities','plugin','jmap','system',0,1,1,0,'{\"name\":\"System - JSitemap utilities\",\"type\":\"plugin\",\"creationDate\":\"January 2018\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2016 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"4.4\",\"description\":\"JSitemap utilities plugin\",\"group\":\"\",\"filename\":\"jmap\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(10005,0,'Content - JSitemap Pingomatic','plugin','pingomatic','content',0,1,1,0,'{\"name\":\"Content - JSitemap Pingomatic\",\"type\":\"plugin\",\"creationDate\":\"January 2018\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2016 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"4.4\",\"description\":\"JSitemap Pingomatic plugin\",\"group\":\"\",\"filename\":\"pingomatic\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10006,0,'JSitemap module','module','mod_jmap','',0,1,0,0,'{\"name\":\"JSitemap module\",\"type\":\"module\",\"creationDate\":\"January 2018\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2016 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"4.4\",\"description\":\"JSitemap Module\",\"group\":\"\",\"filename\":\"mod_jmap\"}','{\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"200\",\"height_auto\":\"1\",\"sitemap_html_template\":\"\",\"show_icons\":\"\",\"show_expanded\":\"\",\"expand_location\":\"\",\"column_sitemap\":\"\",\"column_maxnum\":\"\",\"multilevel_categories\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10007,0,'JSitemap Quickicons','module','mod_jmapquickicon','',1,1,2,0,'{\"name\":\"JSitemap Quickicons\",\"type\":\"module\",\"creationDate\":\"January 2018\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2016 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"4.4\",\"description\":\"JSitemap Quickicons module\",\"group\":\"\",\"filename\":\"mod_jmapquickicon\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10016,0,'jfmatlaw','template','jfmatlaw','',0,1,1,0,'{\"name\":\"jfmatlaw\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\",\"backgroundcolor\":\"#eee\"}','','',0,'0000-00-00 00:00:00',0,0),(10034,10097,'PLG_SYSTEM_JCH_OPTIMIZE','plugin','jch_optimize','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_JCH_OPTIMIZE\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Samuel Marshall\",\"copyright\":\"Copyright (C) 2017 Samuel Marshall. All rights reserved.\",\"authorEmail\":\"sdmarshall73@gmail.com\",\"authorUrl\":\"http:\\/\\/www.jch-optimize.net\",\"version\":\"5.2.3\",\"description\":\"JCH_OPTIMIZE_DESCRIPTION\",\"group\":\"\",\"filename\":\"jch_optimize\"}','{\"combine_files_enable\":\"1\",\"html_minify_level\":\"2\",\"htaccess\":\"1\",\"try_catch\":\"1\",\"debug\":\"0\",\"log\":\"0\",\"css\":\"1\",\"javascript\":\"1\",\"gzip\":\"1\",\"css_minify\":\"1\",\"js_minify\":\"1\",\"html_minify\":\"1\",\"includeAllExtensions\":\"1\",\"pro_replaceImports\":\"1\",\"pro_phpAndExternal\":\"1\",\"pro_inlineStyle\":\"1\",\"pro_inlineScripts\":\"1\",\"pro_bottom_js\":\"1\",\"pro_loadAsynchronous\":\"1\",\"hidden_containsgf\":\"\",\"pro_excludeAllStyles\":\"0\",\"pro_excludeAllScripts\":\"0\",\"csg_enable\":\"0\",\"csg_direction\":\"vertical\",\"csg_wrap_images\":\"0\",\"img_attributes_enable\":\"0\",\"pro_downloadid\":\"116ee98ea7c4a0cd3a13535a5a75c706\",\"hidden_api_secret\":\"0aad0284\",\"pro_cookielessdomain_enable\":\"0\",\"pro_cdn_scheme\":\"0\",\"pro_cookielessdomain\":\"\\/static.morganolaw.com\",\"pro_staticfiles\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"tiff?\",\"docx?\"],\"pro_cookielessdomain_2\":\"\",\"pro_staticfiles_2\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"tiff?\",\"docx?\"],\"pro_cookielessdomain_3\":\"\",\"pro_staticfiles_3\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"tiff?\",\"docx?\"],\"pro_lazyload\":\"0\",\"pro_lazyload_forceload\":\"0\",\"pro_optimizeCssDelivery_enable\":\"1\",\"pro_optimizeCssDelivery\":\"800\",\"pro_optimizeCssDelivery_loadFile\":\"0\",\"kraken_backup\":\"1\"}','','',0,'0000-00-00 00:00:00',19,0),(10048,0,'Perfect AJAX Popup Contact Form','module','mod_pwebcontact','',0,1,0,0,'{\"name\":\"Perfect AJAX Popup Contact Form\",\"type\":\"module\",\"creationDate\":\"2016-08-08\",\"author\":\"Piotr Mo\\u0107ko\",\"copyright\":\"Copyright (C) 2018 Perfect Web sp. z o.o., All rights reserved.\",\"authorEmail\":\"office@perfect-web.co\",\"authorUrl\":\"http:\\/\\/www.perfect-web.co\",\"version\":\"3.4.19\",\"description\":\"MOD_PWEBCONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_pwebcontact\"}','{\"layout_type\":\"slidebox\",\"position\":\"left:top\",\"style_toggler\":\"blue\",\"style_form\":\"blue\",\"style_bg\":\"white\",\"bg_opacity\":\"0.9\",\"rounded\":\"1\",\"shadow\":\"1\",\"icons\":\"icomoon\",\"labels_position\":\"inline\",\"accordion_boxed\":\"1\",\"modal_effect\":\"square\",\"modal_duration\":\"400\",\"msg_position\":\"after\",\"msg_close_delay\":\"10\",\"tooltips\":\"3\",\"user_data\":\"0\",\"rules_target\":\"2\",\"process_text_separator\":\"2\",\"show_toggler\":\"1\",\"toggler_slide\":\"0\",\"toggler_icon\":\"0\",\"toggler_vertical\":\"0\",\"toggler_vertical_type\":\"1\",\"toggler_rotate\":\"1\",\"toggler_font\":\"NotoSans-Regular\",\"toggler_font_size\":\"12px\",\"show_upload\":\"0\",\"attachment_type\":\"1\",\"attachment_delete\":\"1\",\"upload_autostart\":\"1\",\"upload_size_limit\":\"1\",\"upload_files_limit\":\"5\",\"upload_allowed_ext\":\"gif|jpe?g|png|docx?|odt|txt|pdf|zip\",\"upload_show_limits\":\"1\",\"email_subject_sfx\":\"2\",\"ticket_enable\":\"0\",\"email_copy\":\"0\",\"email_autoreply\":\"0\",\"reset_form\":\"1\",\"server_sender\":\"1\",\"email_tmpl_html_admin\":\"default\",\"email_tmpl_html_user\":\"default\",\"email_tmpl_html_autoreply\":\"auto-reply\",\"open_toggler\":\"0\",\"open_count\":\"1\",\"open_delay\":\"1000\",\"close_toggler\":\"0\",\"close_delay\":\"0\",\"open_counter_storage\":\"1\",\"cookie_lifetime\":\"30\",\"close_other\":\"1\",\"slide_duration\":\"400\",\"modal_disable_close\":\"0\",\"redirect_delay\":\"3\",\"newsletter_type\":\"0\",\"newsletter_opt_in\":\"1\",\"newsletter_visible_on_front\":\"0\",\"comprofiler\":\"0\",\"jomsocial\":\"0\",\"sobipro\":\"0\",\"zoo\":\"0\",\"googlesheets\":\"0\",\"debug\":\"0\",\"rtl\":\"2\",\"filter_browsers\":\"0\",\"captcha\":\"0\",\"root_path\":\"0\",\"msg_scroll\":\"1\",\"load_bootstrap\":\"1\",\"bootstrap_version\":\"2\",\"load_bootstrap_css\":\"2\",\"boostrap_glyphicons\":\"1\",\"load_jquery\":\"1\",\"load_jquery_ui\":\"1\",\"load_jquery_ui_effects\":\"1\",\"load_jquery_validate\":\"1\",\"load_jquery_fileupload\":\"1\",\"load_jquery_cookie\":\"1\",\"load_icomoon\":\"1\",\"cache_css\":\"1\",\"cache_time\":\"0\",\"cache\":\"0\",\"cachemode\":\"static\",\"demo\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10050,10057,'COM_JCE','component','com_jce','',1,1,0,0,'{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10051,10057,'plg_editors_jce','plugin','jce','editors',0,1,1,0,'{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{\"verify_html\":\"1\",\"schema\":\"mixed\",\"entity_encoding\":\"raw\",\"keep_nbsp\":\"1\",\"pad_empty_tags\":\"1\",\"cleanup_pluginmode\":\"0\",\"forced_root_block\":\"p\",\"content_style_reset\":\"0\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"body_class\":\"\",\"compress_javascript\":\"1\",\"compress_css\":\"1\",\"compress_gzip\":\"1\",\"use_cookies\":\"1\",\"custom_config\":\"\",\"callback_file\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10052,10057,'plg_content_jce','plugin','jce','content',0,1,1,0,'{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10053,10057,'plg_extension_jce','plugin','jce','extension',0,1,1,0,'{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10054,10057,'plg_installer_jce','plugin','jce','installer',0,1,1,0,'{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10055,10057,'plg_quickicon_jce','plugin','jce','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10056,10057,'plg_system_jce','plugin','jce','system',0,1,1,0,'{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(10057,0,'PKG_JCE','package','pkg_jce','',0,1,1,0,'{\"name\":\"PKG_JCE\",\"type\":\"package\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.6.29\",\"description\":\"PKG_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10066,0,'plg_system_nrframework','plugin','nrframework','system',0,1,1,0,'{\"name\":\"plg_system_nrframework\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2017 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"3.1.10\",\"description\":\"PLG_SYSTEM_NRFRAMEWORK_DESC\",\"group\":\"\",\"filename\":\"nrframework\"}','{\"key\":\"804060372d485990ad8f515acc06ddef\"}','','',0,'0000-00-00 00:00:00',5,0),(10067,0,'plg_system_gsd','plugin','gsd','system',0,1,1,0,'{\"name\":\"plg_system_gsd\",\"type\":\"plugin\",\"creationDate\":\"April 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"3.1.8\",\"description\":\"PLG_SYSTEM_GSD_DESC\",\"group\":\"\",\"filename\":\"gsd\"}','','','',0,'0000-00-00 00:00:00',6,0),(10068,0,'com_itemrating','component','com_itemrating','',1,1,0,0,'{\"name\":\"com_itemrating\",\"type\":\"component\",\"creationDate\":\"2014-06-19\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2014. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"COM_ITEMRATING_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"itemrating\"}','{\"ip_restriction\":\"1\",\"cookie_restriction\":\"0\",\"cookie_restriction_hour\":24,\"show_text\":\"0\",\"show_form_alert\":\"1\",\"show_category\":\"1\",\"show_form_category\":\"0\",\"show_category_view\":\"1\",\"score_type\":\"2\"}','','',0,'0000-00-00 00:00:00',0,0),(10069,0,'My Rating','plugin','itemrating','community',0,1,1,0,'{\"name\":\"My Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Joomsocial plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{\"coreapp\":\"0\",\"cache\":\"1\",\"position\":\"content\",\"groupdata\":\"3\",\"textforscore\":\"\",\"reviewsummary\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10070,0,'Content-Item Rating','plugin','itemrating','content',0,1,1,0,'{\"name\":\"Content-Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Content plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10071,0,'Item Rating Plugin for Hikashop','plugin','itemrating','hikashop',0,1,1,0,'{\"name\":\"Item Rating Plugin for Hikashop\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Hikashop plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','','','',0,'0000-00-00 00:00:00',0,0),(10072,0,'K2-Item Rating','plugin','itemrating','k2',0,1,1,0,'{\"name\":\"K2-Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"K2 plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10073,0,'Virtuemart-Item Rating','plugin','itemrating','vmcustom',0,1,1,0,'{\"name\":\"Virtuemart-Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Virtuemart plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10074,0,'itemrating','file','itemrating','',0,1,0,0,'{\"name\":\"itemrating\",\"type\":\"file\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Moset Tree plugin used for Rating Box\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10075,0,'GMapFP-Item Rating','plugin','itemrating','gmapfp',0,1,1,0,'{\"name\":\"GMapFP-Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"GMapFP plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10076,0,'Adsmanager - Item Rating','plugin','itemrating','adsmanagercontent',0,1,1,0,'{\"name\":\"Adsmanager - Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Adsmanager plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10077,0,'FLEXIcontent - Item Rating','plugin','itemrating','flexicontent_fields',0,1,1,0,'{\"name\":\"FLEXIcontent - Item Rating\",\"type\":\"plugin\",\"creationDate\":\"August 2014\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"FLEXIcontent plugin used for Rating Box\",\"group\":\"\",\"filename\":\"itemrating\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10078,0,'Item Rating Module','module','mod_itemrating','',0,1,0,0,'{\"name\":\"Item Rating Module\",\"type\":\"module\",\"creationDate\":\"2014-06-19\",\"author\":\"Joomunited\",\"copyright\":\"Copyright (C) 2014. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"www.joomunited.com\",\"version\":\"1.2.4\",\"description\":\"Most Rated Item Rating Module\",\"group\":\"\",\"filename\":\"mod_itemrating\"}','{\"count\":\"5\",\"context\":\"com_content\",\"ordering\":\"published\",\"score_type\":\"2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10079,0,'Joomunited updater','plugin','juupdater','installer',0,1,1,0,'{\"name\":\"Joomunited updater\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"JoomUnited\",\"copyright\":\"(C) 2005 - 2015 Open Source Matters. All rights reserved.\",\"authorEmail\":\"contact@joomunited.com\",\"authorUrl\":\"http:\\/\\/testdev-united.com\\/joomla3\",\"version\":\"1.2.4\",\"description\":\"Joomunited updater ...\",\"group\":\"\",\"filename\":\"juupdater\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10082,0,'GSD','component','com_gsd','',1,1,0,0,'{\"name\":\"GSD\",\"type\":\"component\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"3.1.8\",\"description\":\"GSD_DESC\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10083,0,'PLG_GSD_CONTENT','plugin','content','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_CONTENT\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_CONTENT_DESC\",\"group\":\"\",\"filename\":\"content\"}','{\"fastedit\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10084,0,'PLG_GSD_EASYBLOG','plugin','easyblog','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_EASYBLOG\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_EASYBLOG_DESC\",\"group\":\"\",\"filename\":\"easyblog\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10085,0,'PLG_GSD_HIKASHOP','plugin','hikashop','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_HIKASHOP\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_HIKASHOP_DESC\",\"group\":\"\",\"filename\":\"hikashop\"}','{\"automode\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10086,0,'PLG_GSD_JSHOPPING','plugin','jshopping','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_JSHOPPING\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_JSHOPPING_DESC\",\"group\":\"\",\"filename\":\"jshopping\"}','{\"automode\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10087,0,'PLG_GSD_K2','plugin','k2','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_K2\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_K2_DESC\",\"group\":\"\",\"filename\":\"k2\"}','{\"fastedit\":\"0\",\"imagesize\":\"large\"}','','',0,'0000-00-00 00:00:00',0,0),(10088,0,'PLG_GSD_RSBLOG','plugin','rsblog','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_RSBLOG\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_RSBLOG_DESC\",\"group\":\"\",\"filename\":\"rsblog\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10089,0,'PLG_GSD_SPPAGEBUILDER','plugin','sppagebuilder','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_SPPAGEBUILDER\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_SPPAGEBUILDER_DESC\",\"group\":\"\",\"filename\":\"sppagebuilder\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10090,0,'PLG_GSD_VIRTUEMART','plugin','virtuemart','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_VIRTUEMART\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_VIRTUEMART_DESC\",\"group\":\"\",\"filename\":\"virtuemart\"}','{\"automode\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10093,0,'PLG_GSD_MENUS','plugin','menus','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_MENUS\",\"type\":\"plugin\",\"creationDate\":\"October 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_MENUS_DESC\",\"group\":\"\",\"filename\":\"menus\"}','{\"fastedit\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10094,0,'PLG_GSD_ZOO','plugin','zoo','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_ZOO\",\"type\":\"plugin\",\"creationDate\":\"October 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_ZOO_DESC\",\"group\":\"\",\"filename\":\"zoo\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10096,10097,'JCH Optimize Pro','component','com_jch_optimize','',1,1,0,0,'{\"name\":\"JCH Optimize Pro\",\"type\":\"component\",\"creationDate\":\"April 2018\",\"author\":\"Samuel Marshall\",\"copyright\":\"(c) 2017 JCH Optimize All rights reserved\",\"authorEmail\":\"samuel@jch-optimize.net\",\"authorUrl\":\"https:\\/\\/www.jch-optimize.net\",\"version\":\"5.2.3\",\"description\":\"Provides Ajax support to the JCH Optimize plugin\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10097,0,'JCH Optimize Package','package','pkg_jch_optimize','',0,1,1,0,'{\"name\":\"JCH Optimize Package\",\"type\":\"package\",\"creationDate\":\"April 2018\",\"author\":\"Samuel Marshall\",\"copyright\":\"Copyright (c) 2017 Samuel Marshall\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"5.2.3\",\"description\":\"Package to install the JCH Optimize plugin with supporting component\",\"group\":\"\",\"filename\":\"pkg_jch_optimize\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10100,10057,'plg_fields_mediajce','plugin','mediajce','fields',0,1,1,0,'{\"name\":\"plg_fields_mediajce\",\"type\":\"plugin\",\"creationDate\":\"03-05-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.29\",\"description\":\"PLG_FIELDS_MEDIAJCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mediajce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10102,0,'MOD_SOCIAL_REVIEWS','module','mod_socialreviewsgoogle','',0,1,0,0,'{\"name\":\"MOD_SOCIAL_REVIEWS\",\"type\":\"module\",\"creationDate\":\"Jan 2017\",\"author\":\"Dashbite\",\"copyright\":\"Copyright \\u00a9 2017 - dashbite. All rights reserved.\",\"authorEmail\":\"support@Dashbite.com\",\"authorUrl\":\"https:\\/\\/dashbite.com\",\"version\":\"1.0.0\",\"description\":\"MOD__P_THIS_MODULE_DISPLAY_REVIE\",\"group\":\"\",\"filename\":\"mod_socialreviewsgoogle\"}','{\"downloadid\":\"\",\"googleapi\":\"\",\"googleapiLang\":\"en\",\"bussinessID\":\"\",\"reviewCount\":\"5\",\"reviewPCount\":\"150\",\"modstyle\":\"0\",\"show_bussinessHeader\":\"0\",\"show_reviewTime\":\"1\",\"show_reviewWrite\":\"1\",\"show_userProfileLink\":\"1\",\"sliderHeight\":\"370\",\"show_sliderImg\":\"1\",\"show_textshadow\":\"1\",\"sliderBgColor\":\"#fff\",\"gradientcount\":\"15\",\"minRating\":\"\",\"shortBy\":\"0\",\"usernameColor\":\"#3a87ad\",\"reviewTextColor\":\"#333333\",\"reviewDateColor\":\"#848484\",\"bussinesNameColor\":\"#dd4c39\",\"ratingstarColor\":\"#DD4B39\",\"sliderActiveColor\":\"#ffffff\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10103,0,'beez3','template','beez3','',0,0,1,0,'{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10104,0,'beez3mydefault','template','beez3mydefault','',0,0,1,0,'{\"name\":\"beez3mydefault\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10105,0,'beeznew','template','beeznew','',0,0,1,0,'{\"name\":\"beeznew\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10106,0,'jfmatlawbackup','template','jfmatlawbackup','',0,0,1,0,'{\"name\":\"jfmatlawbackup\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10107,0,'protostar','template','protostar','',0,0,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/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_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1);
/*!40000 ALTER TABLE `mdr_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_facileforms_compmenus`
--

DROP TABLE IF EXISTS `mdr_facileforms_compmenus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_compmenus` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `package` varchar(30) NOT NULL DEFAULT '',
  `parent` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `img` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `page` int(11) NOT NULL DEFAULT 1,
  `frame` tinyint(1) NOT NULL DEFAULT 0,
  `border` tinyint(1) NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_compmenus`
--

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

--
-- Table structure for table `mdr_facileforms_config`
--

DROP TABLE IF EXISTS `mdr_facileforms_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_config` (
  `id` varchar(30) NOT NULL DEFAULT '',
  `value` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_config`
--

LOCK TABLES `mdr_facileforms_config` WRITE;
/*!40000 ALTER TABLE `mdr_facileforms_config` DISABLE KEYS */;
INSERT INTO `mdr_facileforms_config` (`id`, `value`) VALUES ('stylesheet','1'),('wysiwyg','0'),('areasmall','4'),('areamedium','12'),('arealarge','20'),('limitdesc','100'),('emailadr','joe@morganolaw.com'),('images','{mossite}/components/com_breezingforms/images'),('uploads','{mospath}/media/breezingforms/uploads'),('movepixels','10'),('compress','1'),('livesite','0'),('getprovider','0'),('gridshow','1'),('gridsize','10'),('gridcolor1','#e0e0ff'),('gridcolor2','#ffe0e0'),('viewed','0'),('exported','0'),('archived','0'),('formname',''),('menupkg',''),('formpkg',''),('scriptpkg','FF'),('piecepkg','FF'),('csvdelimiter',';'),('csvquote','\"'),('cellnewline','1'),('enable_classic','0');
/*!40000 ALTER TABLE `mdr_facileforms_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_facileforms_elements`
--

DROP TABLE IF EXISTS `mdr_facileforms_elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_elements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form` int(11) NOT NULL DEFAULT 0,
  `page` int(11) NOT NULL DEFAULT 1,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(50) NOT NULL DEFAULT '',
  `class1` varchar(30) DEFAULT NULL,
  `class2` varchar(30) DEFAULT NULL,
  `logging` tinyint(1) NOT NULL DEFAULT 1,
  `posx` int(11) DEFAULT NULL,
  `posxmode` tinyint(1) NOT NULL DEFAULT 0,
  `posy` int(11) DEFAULT NULL,
  `posymode` tinyint(1) NOT NULL DEFAULT 0,
  `width` int(11) DEFAULT NULL,
  `widthmode` tinyint(1) NOT NULL DEFAULT 0,
  `height` int(11) DEFAULT NULL,
  `heightmode` tinyint(1) NOT NULL DEFAULT 0,
  `flag1` tinyint(1) NOT NULL DEFAULT 0,
  `flag2` tinyint(1) NOT NULL DEFAULT 0,
  `data1` text DEFAULT NULL,
  `data2` text DEFAULT NULL,
  `data3` text DEFAULT NULL,
  `script1cond` tinyint(1) NOT NULL DEFAULT 0,
  `script1id` int(11) DEFAULT NULL,
  `script1code` text DEFAULT NULL,
  `script1flag1` tinyint(1) NOT NULL DEFAULT 0,
  `script1flag2` tinyint(1) NOT NULL DEFAULT 0,
  `script2cond` tinyint(1) NOT NULL DEFAULT 0,
  `script2id` int(11) DEFAULT NULL,
  `script2code` text DEFAULT NULL,
  `script2flag1` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag2` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag3` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag4` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag5` tinyint(1) NOT NULL DEFAULT 0,
  `script3cond` tinyint(1) NOT NULL DEFAULT 0,
  `script3id` int(11) DEFAULT NULL,
  `script3code` text DEFAULT NULL,
  `script3msg` text DEFAULT NULL,
  `mailback` tinyint(1) NOT NULL DEFAULT 0,
  `mailbackfile` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_elements`
--

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

--
-- Table structure for table `mdr_facileforms_forms`
--

DROP TABLE IF EXISTS `mdr_facileforms_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alt_mailfrom` text DEFAULT NULL,
  `alt_fromname` text DEFAULT NULL,
  `mb_alt_mailfrom` text DEFAULT NULL,
  `mb_alt_fromname` text DEFAULT NULL,
  `mailchimp_email_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_checkbox_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_api_key` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_list_id` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_double_optin` tinyint(1) NOT NULL DEFAULT 1,
  `mailchimp_mergevars` text DEFAULT NULL,
  `mailchimp_text_html_mobile_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_send_errors` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_update_existing` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_replace_interests` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_send_welcome` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_default_type` varchar(255) NOT NULL DEFAULT 'text',
  `mailchimp_delete_member` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_send_goodbye` tinyint(1) NOT NULL DEFAULT 1,
  `mailchimp_send_notify` tinyint(1) NOT NULL DEFAULT 1,
  `mailchimp_unsubscribe_field` varchar(255) NOT NULL DEFAULT '',
  `salesforce_token` varchar(255) NOT NULL DEFAULT '',
  `salesforce_username` varchar(255) NOT NULL DEFAULT '',
  `salesforce_password` varchar(255) NOT NULL DEFAULT '',
  `salesforce_type` varchar(255) NOT NULL DEFAULT '',
  `salesforce_fields` text DEFAULT NULL,
  `salesforce_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `dropbox_email` varchar(255) NOT NULL DEFAULT '',
  `dropbox_password` varchar(255) NOT NULL DEFAULT '',
  `dropbox_folder` text DEFAULT NULL,
  `dropbox_submission_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `dropbox_submission_types` varchar(255) NOT NULL DEFAULT 'pdf',
  `tags_content` text NOT NULL,
  `tags_content_template` mediumtext NOT NULL,
  `tags_content_template_default_element` int(11) NOT NULL DEFAULT 0,
  `tags_form` text NOT NULL,
  `tags_content_default_category` int(11) NOT NULL DEFAULT 0,
  `tags_content_default_state` int(11) NOT NULL DEFAULT 1,
  `tags_content_default_access` int(11) NOT NULL DEFAULT 1,
  `tags_content_default_language` varchar(7) NOT NULL DEFAULT '*',
  `tags_content_default_featured` int(11) NOT NULL DEFAULT 0,
  `tags_content_default_publishup` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tags_content_default_publishdown` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `autoheight` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `template_code` longtext NOT NULL,
  `template_code_processed` longtext NOT NULL,
  `template_areas` longtext NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `runmode` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
  `mb_custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `class1` varchar(30) DEFAULT NULL,
  `class2` varchar(30) DEFAULT NULL,
  `width` int(11) NOT NULL DEFAULT 0,
  `widthmode` tinyint(1) NOT NULL DEFAULT 0,
  `height` int(11) NOT NULL DEFAULT 0,
  `heightmode` tinyint(1) NOT NULL DEFAULT 0,
  `pages` int(11) NOT NULL DEFAULT 1,
  `emailntf` tinyint(1) NOT NULL DEFAULT 1,
  `mb_emailntf` tinyint(1) NOT NULL DEFAULT 1,
  `emaillog` tinyint(1) NOT NULL DEFAULT 1,
  `mb_emaillog` tinyint(1) NOT NULL DEFAULT 1,
  `emailxml` tinyint(1) NOT NULL DEFAULT 0,
  `mb_emailxml` tinyint(1) NOT NULL DEFAULT 0,
  `email_type` tinyint(1) NOT NULL DEFAULT 0,
  `mb_email_type` tinyint(1) NOT NULL DEFAULT 0,
  `email_custom_template` text DEFAULT NULL,
  `mb_email_custom_template` text DEFAULT NULL,
  `email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
  `mb_email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
  `emailadr` text DEFAULT NULL,
  `dblog` tinyint(1) NOT NULL DEFAULT 1,
  `script1cond` tinyint(1) NOT NULL DEFAULT 0,
  `script1id` int(11) DEFAULT NULL,
  `script1code` text DEFAULT NULL,
  `script2cond` tinyint(1) NOT NULL DEFAULT 0,
  `script2id` int(11) DEFAULT NULL,
  `script2code` text DEFAULT NULL,
  `piece1cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece1id` int(11) DEFAULT NULL,
  `piece1code` text DEFAULT NULL,
  `piece2cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece2id` int(11) DEFAULT NULL,
  `piece2code` text DEFAULT NULL,
  `piece3cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece3id` int(11) DEFAULT NULL,
  `piece3code` text DEFAULT NULL,
  `piece4cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece4id` int(11) DEFAULT NULL,
  `piece4code` text DEFAULT NULL,
  `prevmode` tinyint(1) NOT NULL DEFAULT 2,
  `prevwidth` int(11) DEFAULT NULL,
  `filter_state` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_forms`
--

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

--
-- Table structure for table `mdr_facileforms_integrator_criteria_fixed`
--

DROP TABLE IF EXISTS `mdr_facileforms_integrator_criteria_fixed`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_integrator_criteria_fixed` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `fixed_value` text NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_integrator_criteria_fixed`
--

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

--
-- Table structure for table `mdr_facileforms_integrator_criteria_form`
--

DROP TABLE IF EXISTS `mdr_facileforms_integrator_criteria_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_integrator_criteria_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `element_id` varchar(255) NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_integrator_criteria_form`
--

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

--
-- Table structure for table `mdr_facileforms_integrator_criteria_joomla`
--

DROP TABLE IF EXISTS `mdr_facileforms_integrator_criteria_joomla`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_integrator_criteria_joomla` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `joomla_object` varchar(255) NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_integrator_criteria_joomla`
--

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

--
-- Table structure for table `mdr_facileforms_integrator_items`
--

DROP TABLE IF EXISTS `mdr_facileforms_integrator_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_integrator_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `rule_id` int(11) NOT NULL,
  `element_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `code` text NOT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_integrator_items`
--

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

--
-- Table structure for table `mdr_facileforms_integrator_rules`
--

DROP TABLE IF EXISTS `mdr_facileforms_integrator_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_integrator_rules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `form_id` int(11) NOT NULL,
  `reference_table` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'insert',
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `finalize_code` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_integrator_rules`
--

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

--
-- Table structure for table `mdr_facileforms_packages`
--

DROP TABLE IF EXISTS `mdr_facileforms_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_packages` (
  `id` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(30) NOT NULL DEFAULT '',
  `created` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(50) NOT NULL DEFAULT '',
  `author` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(50) NOT NULL DEFAULT '',
  `url` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(100) NOT NULL DEFAULT '',
  `copyright` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_packages`
--

LOCK TABLES `mdr_facileforms_packages` WRITE;
/*!40000 ALTER TABLE `mdr_facileforms_packages` DISABLE KEYS */;
INSERT INTO `mdr_facileforms_packages` (`id`, `name`, `version`, `created`, `title`, `author`, `email`, `url`, `description`, `copyright`) VALUES ('','mypck_001','0.0.1','2005-07-31 22:21:23','My First Package','My Name','my.name@my.domain','http://www.my.domain','This is the first package that I created','This FacileForms package is released under the GNU/GPL license'),('FF','stdlib.english','1.8','2012-09-21 11:50:15','BreezingForms-Standard Piece and Script Libraries','Markus Bopp','markus.bopp@crosstec.org','http://www.crosstec.org','These are the standard BreezingForms script and piece libraries.','This BreezingForms package is released under the GNU/GPL license');
/*!40000 ALTER TABLE `mdr_facileforms_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_facileforms_pieces`
--

DROP TABLE IF EXISTS `mdr_facileforms_pieces`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_pieces` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT '',
  `code` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_pieces`
--

LOCK TABLES `mdr_facileforms_pieces` WRITE;
/*!40000 ALTER TABLE `mdr_facileforms_pieces` DISABLE KEYS */;
INSERT INTO `mdr_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES (1,1,'FF','ff_addCustomCSSFile','Add custom CSS File','Adds a custom css file to the form. To choose a css file, execute this piece and call the function ff_addCustomCSSFile(\'path/to/css/file\') with the RELATIVE (not full!) path to your joomla installation.\r\nDo not forget to call $this->execPieceByName(\'ff_InitLib\') before!\r\n\r\nExample:\r\n\r\nglobal $mainframe;\r\n\r\n$this->execPieceByName(\'ff_InitLib\');\r\n$this->execPieceByName(\'ff_addCustomCSSFile\');\r\n\r\nff_addCustomCSSFile(\'templates/\' . $mainframe->getTemplate() . \'/css/template.css\');','Before Form','function ff_addCustomCSSFile($path){\r\n	if(file_exists(JPATH_SITE . \'/\' . $path)){\r\n		JFactory::getDocument()->addStyleSheet(JURI::root() . $path);\r\n	}\r\n}'),(2,1,'FF','ff_Constants','Constansts definitions','Library constants definitions','Before Form','define(\'FF_DIE\',       \'_ff_die_on_errors_\');\r\ndefine(\'FF_DONTDIE\',   \'_ff_stay_alive_\');\r\ndefine(\'FF_IGNOREDIE\', \'_ff_ignore_if_dying_\');\r\n\r\ndefine(\'FF_ARRAY\',     \'_ff_return_as_array_\');\r\ndefine(\'FF_LIST\',      \'_ff_return_as_list_\');\r\ndefine(\'FF_SLIST\',     \'_ff_return_as_slist_\');\r\ndefine(\'FF_DLIST\',     \'_ff_return_as_dlist_\');\r\n\r\ndefine(\'FF_NOTRIM\',    1);\r\ndefine(\'FF_ALLOWHTML\', 2);\r\ndefine(\'FF_ALLOWRAW\',  4);'),(3,1,'FF','ff_die','Terminate form gracefully','Gracefully terminates the form and shows a message plus opionally a \r\nCONTINUE button for further redirection.\r\n\r\nCall:\r\n\r\n    ff_die($message=null, $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\');\r\n    return;\r\n\r\n    $message = A message to display. If no message is provided, it will\r\n               display:\r\n\r\n                    Fatal error in $formname, processing stopped.\r\n\r\n    $action  = \'stop\' : Dont show a CONTINUE button (default)\r\n               \'self\' : Redirect to the same form\r\n               \'form\' : Redirect to another form \r\n               \'page\' : Redirect to another page of this site\r\n               \'home\' : Redirect to homepage of the site\r\n               \'url\'  : Redirect to a url\r\n\r\n    $target  = Target name/url for \'form\', \'page\' and \'url\'\r\n\r\n    $params  = Additional parameters for \'self\' and \'form\'\r\n\r\n    $label   = Text for the continue button\r\n\r\nExamples:\r\n\r\n    // Display standard message without continue button\r\n    ff_die(); \r\n\r\n    // Display message without continue button\r\n    ff_die(\'Sorry, cannot continue for some reason.\');\r\n\r\n    // Display standard message and return to same form with a parameter\r\n    ff_die(null, \'self\', \'&ff_param_foo=bar\');\r\n\r\n    // Redirect to another form\r\n    ff_die(\'Guess you are hungry now...\', \'form\', \'SamplePizzaShop\', null, \'Order\');\r\n\r\n    // Redirect to another site page\r\n    ff_die(\r\n        \'Something strange has happened!\', \r\n        \'page\', \r\n        \'index.php?option=com_content&task=section&id=1&Itemid=2\'\r\n    );','Untyped','function ff_die($message=\'\', $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    $form =& $ff_processor->formrow;\r\n    if (!$message) \r\n        $message = \r\n            \"<strong>Fatal error in $form->name, form processing halted.</strong>\";\r\n    switch ($action) {\r\n        case \'self\': $url = ff_makeSelfUrl($params); break;\r\n        case \'form\': $url = ff_makeFormUrl($target, $params); break;\r\n        case \'page\': $url = ff_makePageUrl($target); break;\r\n        case \'home\': $url = \"{mossite}\"; break;\r\n        case \'url\' : $url = $target; break;\r\n        default    : $url = \'\';\r\n    } // switch\r\n    if ($form->class1 != \'\') echo \'<div class=\"\'.$form->class1.\'\">\'.nl();\r\n    echo($message.\'<br/><br/><br/>\'.nl());\r\n    if ($url) {\r\n        if (!$ff_processor->inline) echo \'<form action=\"#redirect\">\'.nl();\r\n        if ($ff_processor->inframe) $t = \'parent\'; else $t = \'document\';\r\n        echo \'<input type=\"button\" class=\"button\" value=\"\'.$label.\'\"\'.\r\n             \' onClick=\"\'.$t.\'.location.href=\\\'\'.htmlentities($url,ENT_QUOTES).\'\\\';\"\'.\r\n             \'/>\'.nl();\r\n        if (!$ff_processor->inline) echo \'</form>\'.nl();\r\n    } // if\r\n    if ($form->class1 != \'\') echo \'</div>\'.nl();\r\n    unset($form);\r\n    ob_start();\r\n    $ff_processor->suicide();\r\n} // ff_die'),(4,1,'FF','ff_DisableFormTrace','Disable tracing at view time','Disables tracing for use as before form piece','Before Form','//+trace dis'),(5,1,'FF','ff_DisableSubmitTrace','Disable tracing at submit time','Disables tracing for use as begin submit piece','Begin Submit','//+trace dis'),(6,1,'FF','ff_dying','Query live status','Query if form is dying','Untyped','//+trace max none\r\nfunction ff_dying()\r\n{\r\n    global $ff_processor; \r\n    return $ff_processor->dying;\r\n} // ff_dying'),(7,1,'FF','ff_expString','String export','Export string function: escapes special characters in c-codes','Untyped','function ff_expString($text)\r\n{\r\n    return expstring($text);\r\n} // ff_expString'),(8,1,'FF','ff_getPageByNameX','Get page # by element name','Gets the page number by the name of an element. \r\nTypically used to redirect to a certain page in a before form piece \r\nas \r\n\r\n    $this->page = ff_getPageByName(\'elementname\');','Untyped','function ff_getPageByName($name)\r\n{\r\n    global $ff_processor;\r\n    foreach($ff_processor->rows as $row)\r\n        if ($row->name==$name)\r\n            return $row->page;\r\n    return null;\r\n} // ff_getPageByName'),(9,1,'FF','ff_getParam','Get GET/POST parameter','Direct replacement for mosGetParam. ff_getParam will attempt to filter \r\nout parameters that are targeted to another form on the same page.','Untyped','function ff_getParam($name, $default=null, $mask=0)\r\n{\r\n    global $ff_request;\r\n    if (substr($name,0,9)==\'ff_param_\') {\r\n        if (!isset($ff_request[$name])) return $default;\r\n        $val = $ff_request[$name];\r\n    } else {\r\n        if (!isset($_REQUEST[$name])) return $default;\r\n        $val = $_REQUEST[$name];\r\n    } // if\r\n    $dotrim = ($mask & FF_NOTRIM)==0;\r\n    $dostrp = ($mask & FF_ALLOWHTML)==0;\r\n    $addsla = ($mask & FF_ALLOWRAW)==0 && !get_magic_quotes_gpc();\r\n    $remsla = ($mask & FF_ALLOWRAW)!=0 && get_magic_quotes_gpc();\r\n    if (is_array($val)) {\r\n        $cnt = count($val);\r\n        for ($v = 0; $v < $cnt; $v++)\r\n            if (is_string($val[$v])) {\r\n                if ($dotrim) $val[$v] = trim($val[$v]);\r\n                if ($dostrp) $val[$v] = strip_tags($val[$v]);\r\n                if ($addsla) $val[$v] = addslashes($val[$v]);\r\n                if ($remsla) $val[$v] = stripslashes($val[$v]);\r\n            } // if\r\n    } else {\r\n        if (is_string($val)) {\r\n            if ($dotrim) $val = trim($val);\r\n            if ($dostrp) $val = strip_tags($val);\r\n            if ($addsla) $val = addslashes($val);\r\n            if ($remsla) $val = stripslashes($val);\r\n        } // if\r\n    } // if\r\n    return $val;\r\n} // ff_getParam'),(10,1,'FF','ff_getSubmit','Get submited data','Returns submitdata either as scalar, array or list. In case of list the values\r\nare returned as a string with the values concatenated by comma.\r\n\r\nExamples:\r\n\r\n// Get as scalar: Optionally pass a default value as second parameter.\r\n// If no default is provided, it will return NULL if no value was submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\');        // return NULL if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',1);      // return 1 if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',\'foo\');  // return \'foo\' if not submitted\r\n\r\n    ff_query(\r\n        \"insert into #__mytable(id, name) \".\r\n        \"values (\'\".\r\n            ff_getSubmit(\'id\').\", \".\r\n            ff_getSubmit(\'name\',\'unknown\').\r\n        \"\')\"\r\n    );\r\n\r\n// Get as array: Pass FF_ARRAY as second Parameter\r\n\r\n    $myarr = $ff_getSubmit(\'myarr\', FF_ARRAY);\r\n\r\n    foreach ($myarr as $myval) ...\r\n\r\n// Get as list: Pass either FF_LIST, FF_SLIST or FF_DLIST as 2nd parameter.\r\n\r\n    // FF_LIST will return numeric data unquoted and strings in single quotes:\r\n    //    1,2,\'a\',4\r\n\r\n    // FF_SLIST will return all data single quoted:\r\n    //    \'1\',\'2\',\'a\',\'4\'\r\n\r\n    // FF_DLIST will return all data double quoted:\r\n    //    \"1\",\"2\",\"a\",\"4\"\r\n\r\n    ff_query(\r\n        \"delete from #__mytable \".\r\n        \"where id in (\".ff_getSubmit(\'itemlist\',FF_LIST).\")\"\r\n    );','Untyped','function ff_getSubmit($name, $default=null)\r\n{\r\n    global $ff_processor;\r\n\r\n    switch ((string)$default) {\r\n        case FF_ARRAY: $value = array(); break;\r\n        case FF_LIST : \r\n        case FF_SLIST:\r\n        case FF_DLIST: $value = \'\'; break;\r\n        default      : $value = $default;\r\n    } // switch\r\n    foreach ($ff_processor->submitdata as $data)\r\n        if ($data[_FF_DATA_NAME]==$name) {\r\n            $q = \'\';\r\n            switch ((string)$default) {\r\n                case FF_ARRAY:\r\n                    $value[] = $data[_FF_DATA_VALUE];\r\n                    break;\r\n                case FF_SLIST:\r\n                    $q = \"\'\";\r\n                case FF_DLIST:\r\n                    if ($q==\'\') $q = \'\"\';\r\n                case FF_LIST:\r\n                    if ($q==\'\' && !is_numeric($data[_FF_DATA_VALUE])) $q = \"\'\";\r\n                    if ($value!=\'\') $value.=\',\';\r\n                    $value .= $q.$data[_FF_DATA_VALUE].$q;\r\n                    break;\r\n                default:\r\n                    return $data[_FF_DATA_VALUE];\r\n            } // switch\r\n         } // if\r\n    return $value;\r\n} // ff_getSubmit'),(11,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString($text)\r\n{\r\n    return impstring($text);\r\n} // ff_impString'),(12,1,'FF','ff_InitLib','Init Library','A collection of useful functions for use in form pieces. \r\n\r\nInclude by: \r\n\r\n    $this->execPieceByName(\'ff_InitLib\');','Before Form','//+trace high none\r\nif (!defined(\'FF_DIE\'))                    $this->execPieceByName(\'ff_Constants\');\r\nif (!function_exists(\'ff_expstring\'))      $this->execPieceByName(\'ff_expstring\');\r\nif (!function_exists(\'ff_makePageUrl\'))    $this->execPieceByName(\'ff_makePageUrl\');\r\nif (!function_exists(\'ff_makeFormUrl\'))    $this->execPieceByName(\'ff_makeFormUrl\');\r\nif (!function_exists(\'ff_makeSelfUrl\'))    $this->execPieceByName(\'ff_makeSelfUrl\');\r\nif (!function_exists(\'ff_die\'))            $this->execPieceByName(\'ff_die\');\r\nif (!function_exists(\'ff_dying\'))          $this->execPieceByName(\'ff_dying\');\r\nif (!function_exists(\'ff_redirect\'))       $this->execPieceByName(\'ff_redirect\');\r\nif (!function_exists(\'ff_redirectParent\')) $this->execPieceByName(\'ff_redirectParentX\');\r\nif (!function_exists(\'ff_redirectPage\'))   $this->execPieceByName(\'ff_redirectPage\');\r\nif (!function_exists(\'ff_redirectForm\'))   $this->execPieceByName(\'ff_redirectForm\');\r\nif (!function_exists(\'ff_redirectSelf\'))   $this->execPieceByName(\'ff_redirectSelf\');\r\nif (!function_exists(\'ff_setChecked\'))     $this->execPieceByName(\'ff_setCheckedX\');\r\nif (!function_exists(\'ff_setSelected\'))    $this->execPieceByName(\'ff_setSelectedX\');\r\nif (!function_exists(\'ff_setValue\'))       $this->execPieceByName(\'ff_setValueX\');\r\nif (!function_exists(\'ff_getPageByName\'))  $this->execPieceByName(\'ff_getPageByNameX\');\r\nif (!function_exists(\'ff_getParam\'))       $this->execPieceByName(\'ff_getParam\');\r\nif (!function_exists(\'ff_getSubmit\'))      $this->execPieceByName(\'ff_getSubmit\');\r\nif (!function_exists(\'ff_impString\'))      $this->execPieceByName(\'ff_impString\');\r\nif (!function_exists(\'ff_expString\'))      $this->execPieceByName(\'ff_expString\');\r\nif (!function_exists(\'ff_securityImage\'))  $this->execPieceByName(\'ff_securityImage\');\r\nif (!function_exists(\'ff_select\'))         $this->execPieceByName(\'ff_select\');\r\nif (!function_exists(\'ff_selectValue\'))    $this->execPieceByName(\'ff_selectValue\');\r\nif (!function_exists(\'ff_query\'))          $this->execPieceByName(\'ff_query\');\r\nif (!function_exists(\'ff_markdown\'))       $this->execPieceByName(\'ff_markdown\');'),(13,1,'FF','ff_makeFormUrl','Make URL to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeFormUrl($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeFormUrl(\r\n       \'OtherForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );','Untyped','function ff_makeFormUrl($name, $params=\'\')\r\n{\r\n    global $ff_processor, $ff_otherparams;\r\n    $url = \'\';\r\n    switch ($ff_processor->runmode) {\r\n        case 2: // preview\r\n        case 1: // backend\r\n            $url .= \'administrator/index2.php?option=com_breezingforms&act=run\'.\r\n                    \'&ff_name=\'.urlencode($name);\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            break;\r\n        default: // frontend\r\n            $url .= \'index.php?ff_name=\'.urlencode($name);\r\n            if ($ff_otherparams[\'option\'] == \'com_breezingforms\') {\r\n                reset($ff_otherparams);\r\n                while (list($prop, $val) = each($ff_otherparams))\r\n                    $url .= \'&\'.urlencode($prop).\'=\'.urlencode($val);\r\n            } else\r\n                $url .= \'&option=com_breezingforms\';\r\n            if ($ff_processor->target > 1) $url .= \'&ff_target=\'.$ff_processor->target;\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            if ($ff_processor->align !=1) $url .= \'&ff_align=\'.$ff_processor->align;\r\n            if ($ff_processor->top>0) $url .= \'&ff_top=\'.$ff_processor->top;\r\n    } // switch\r\n    return ff_makePageUrl($url. $params);\r\n} // ff_makeFormUrl'),(14,1,'FF','ff_makePageUrl','Make URL to other page','Builds an URL to another mambo page\r\n\r\nCall: \r\n\r\n    $url = ff_makePageUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makePageUrl(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );','Untyped','function ff_makePageUrl($params=\'\')\r\n{\r\n    $url = \'{mossite}\';\r\n    if ($params != \'\') {\r\n        $len = strlen($url);\r\n        if ($len > 0 && $url{$len-1} != \'/\') $url .= \'/\';\r\n        $url .= $params;\r\n    } // if\r\n    return $url;\r\n} // ff_makePageUrl'),(15,1,'FF','ff_makeSelfUrl','Make URL to same form','Make an URL to the same form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeSelfUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeSelfUrl(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_makeSelfUrl($params=\'\')\r\n{\r\n    global $ff_processor;\r\n    return ff_makeFormUrl($ff_processor->formrow->name, $params);\r\n} // ff_makeSelfUrl'),(16,1,'FF','ff_query','Non-select queries against db','Execute a simple db query.\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_query\')) $this->execPieceByName(\'ff_query\');\r\n\r\nCall syntax:\r\n\r\n    [$newid = ] ff_query($sql [, $insert = 0]);\r\n\r\n    $sql:    Sql statement to call\r\n    $insert: 1 = return key of auto column when inserting rows\r\n    $newid:  The key of the new row.','Untyped','function ff_query($sql, $insert=false, $error=FF_DIE)\r\n{\r\n    global $ff_processor;\r\n    $database = JFactory::getDBO();\r\n    if ($ff_processor->dying && $error!=FF_IGNOREDIE) return -1;\r\n    $database->setQuery($sql);\r\n    $database->query();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($insert) return $database->insertid();\r\n    } // if\r\n    return 0;\r\n} // ff_query'),(17,1,'FF','ff_redirect','Basic redirection','Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=\'self\' , $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $target = \'top\', \'parent\', \'self\' or \'blank\'\r\n\r\n              \'top\'    = redirect to the top browser window\r\n              \'parent\' = redirect to the parent frame\r\n              \'self\'   = redirect in the same frame (the default)\r\n              \'blank\'  = redirect to a new browser window \r\n                         (blank works with post method only)\r\n\r\n    $method = \'post\' or \'get\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirect(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'top\'\r\n       );','Untyped','function ff_redirect($url, $target=\'self\', $method=\'post\')\r\n{\r\n    global $ff_processor, $ff_request;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    switch (strtolower($method)) {\r\n        case \'get\': {\r\n            switch (strtolower($target)) {\r\n                case \'top\'   :\r\n                case \'parent\': break;\r\n                default      : $target = \'document\';\r\n            } // switch\r\n            echo \'<script type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \"onload=function() { \".$target.\".location.href=\'\".$url.\"\'; }\".nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'</body>\'.nl();\r\n            break;\r\n        } // url\r\n        default: { // post\r\n            $pos = strpos($url,\'?\');\r\n            $ff_request = array();\r\n            if ($pos === false)\r\n                $action = $url;\r\n            else {\r\n                $action = substr($url,0,$pos);\r\n                addRequestParams(substr($url, $pos+1));\r\n            } // if\r\n            switch (strtolower($target)) {\r\n                case \'blank\' : $target = \' target=\"_blank\"\';  break;\r\n                case \'top\'   : $target = \' target=\"_top\"\';    break;\r\n                case \'parent\': $target = \' target=\"_parent\"\'; break;\r\n                default      : $target = \' target=\"_self\"\';\r\n            } // switch\r\n            echo \'<script language=\"javascript\" type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \'onload = function() { document.ff_redirect.submit(); }\'.nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'<form action=\"\'.$action.\'\" \'.\r\n                  \'method=\"post\" \'.\r\n                  \'name=\"ff_redirect\" id=\"ff_redirect\" \'.\r\n                  \'enctype=\"multipart/form-data\"\'.\r\n                  $target.\r\n                 \'>\'.nl();\r\n            while (list($prop, $val) = each($ff_request))\r\n                echo \'<input type=\"hidden\" name=\"\'.$prop.\'\" \'.\r\n                            \'value=\"\'.htmlentities(urldecode($val)).\'\"/>\'.nl();\r\n            echo \'</form>\'.nl().\r\n                 \'</body>\'.nl();\r\n        } // post\r\n    } // switch\r\n    exit;\r\n} // ff_redirect'),(18,1,'FF','ff_redirectForm','Redirect to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    ff_redirectForm($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectForm(\r\n        $this, \r\n       \'SecondForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );','Untyped','function ff_redirectForm($name, $params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeFormUrl($name, $params), $method);\r\n} // ff_redirectForm'),(19,1,'FF','ff_redirectPage','Redirect to other page','Redirects to another mambo page. \r\n\r\nCall: \r\n\r\n    ff_redirectPage($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectPage(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );','Untyped','function ff_redirectPage($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makePageUrl($params), $method);\r\n} // ff_redirectPage'),(20,1,'FF','ff_redirectParentX','Redirect to parent window','Redirects to the parent window when runing in iframe, otherwise to self. \r\n\r\nff_redirectParent($url [, $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $method = \'post\' or \'url\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirectParent(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'url\'\r\n       );','Untyped','function ff_redirectParent($url, $method = \'post\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->inframe) $target = \'parent\'; else $target = \'self\'; \r\n    ff_redirect($url, $target, $method);\r\n} // ff_redirectParent'),(21,1,'FF','ff_redirectSelf','Redirect to same form','Redirects to the same form. \r\n\r\nCall: \r\n\r\n    ff_redirectSelf($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectSelf(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_redirectSelf($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeSelfUrl($params), $method);\r\n} // ff_redirectSelf'),(22,1,'FF','ff_securityImage','Security Image','Create code to display the security image','Untyped','global $ff_seccode;\r\n\r\nif (!isset($this->record_id)) { $ff_seccode = null; }\r\n\r\nfunction ff_securityImage()\r\n{\r\n    global $ff_comsite, $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n\r\n    return \'<img src=\"\'.JURI::root().\'ff_secimage.php?option=com_breezingforms&showSecImage=true\" title=\"\" alt=\"\" />\';\r\n} // ff_securityImage'),(23,1,'FF','ff_select','Select rows from db','Execute a select query\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_select\')) $this->execPieceByName(\'ff_select\');\r\n\r\nCall syntax:\r\n\r\n    $rows = ff_select($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $rows:   List of row objects','Untyped','function ff_select($sql, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $rows = $database->loadObjectList();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        $rows = array();\r\n        if ($dienow) ff_die($error);\r\n    } else\r\n        $error = null;\r\n    return $rows;\r\n} // ff_select'),(24,1,'FF','ff_selectValue','Select single value from db','Execute query to read a single value\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_selectValue\')) $this->execPieceByName(\'ff_selectValue\');\r\n\r\nCall syntax:\r\n\r\n    $value = ff_selectValue($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $value:  The value returned by the database','Untyped','function ff_selectValue($sql, $def=null, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $value = $database->loadResult();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($value) return $value;\r\n    } // if\r\n    return $def;\r\n} // ff_selectValue'),(25,1,'FF','ff_setCheckedX','Set checkbox/radiobutton checked','Set a radio button or checkbox checked. \r\n\r\nCall: \r\n\r\n    ff_setChecked(\'name\', \'value\');','Untyped','function ff_setChecked($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name && $row->data1==$value)\r\n            $row->flag1 = 1;\r\n        unset($row);\r\n    } // for\r\n} // ff_setChecked'),(26,1,'FF','ff_setSelectedX','Set a select list option to *selected*','Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n    ff_setSelected(\'name\', \'value\');','Untyped','function ff_setSelected($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data2 =\r\n                preg_replace(\r\n                    \'/(^|\\r\\n|\\n)(0|1);([^;]*);(\'.$value.\')($|\\r\\n|\\n)/\',\r\n                    \'${1}1;${3};${4}${5}\',\r\n                    $row->data2\r\n                );\r\n        unset($row);\r\n    } // for\r\n} // ff_setSelected'),(27,1,'FF','ff_setValueX','Set text, textarea, hidden value','Set value of a Static Text, Text, Textarea or Hidden Input. \r\n\r\nCall: \r\n\r\n    ff_setValue(\'name\', \'value\');','Untyped','function ff_setValue($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data1 = $value;\r\n        unset($row);\r\n    } // for\r\n} // ff_setValue'),(28,1,'FF','Markdown','Original Markdown Processor','Converts text marked up by \'Markdown\' into HTML.\r\n\r\nPlease use ff_markdown() in forms instead of Markdown()','Untyped','#\r\n# Markdown  -  A text-to-HTML conversion tool for web writers\r\n#\r\n# Copyright (c) 2004-2005 John Gruber\r\n# <http://daringfireball.net/projects/markdown/>\r\n#\r\n# Copyright (c) 2004-2005 Michel Fortin - PHP Port\r\n# <http://www.michelf.com/projects/php-markdown/>\r\n#\r\n\r\nglobal	$MarkdownPHPVersion, $MarkdownSyntaxVersion,\r\n		$md_empty_element_suffix, $md_tab_width,\r\n		$md_nested_brackets_depth, $md_nested_brackets,\r\n		$md_escape_table, $md_backslash_escape_table,\r\n		$md_list_level;\r\n\r\n$MarkdownPHPVersion    = \'1.0.1b\'; # Mon 6 Jun 2005\r\n$MarkdownSyntaxVersion = \'1.0.1\';  # Sun 12 Dec 2004\r\n\r\n\r\n#\r\n# Global default settings:\r\n#\r\n$md_empty_element_suffix = \" />\";     # Change to \">\" for HTML output\r\n$md_tab_width = 4;\r\n\r\n#\r\n# WordPress settings:\r\n#\r\n$md_wp_posts    = true;  # Set to false to remove Markdown from posts.\r\n$md_wp_comments = true;  # Set to false to remove Markdown from comments.\r\n\r\n\r\n# -- WordPress Plugin Interface -----------------------------------------------\r\n/*\r\nPlugin Name: Markdown\r\nPlugin URI: http://www.michelf.com/projects/php-markdown/\r\nDescription: <a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\r\nVersion: 1.0.1b\r\nAuthor: Michel Fortin\r\nAuthor URI: http://www.michelf.com/\r\n*/\r\nif (isset($wp_version)) {\r\n	# More details about how it works here:\r\n	# <http://www.michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>\r\n\r\n	# Post content and excerpts\r\n	if ($md_wp_posts) {\r\n		remove_filter(\'the_content\',  \'wpautop\');\r\n		remove_filter(\'the_excerpt\',  \'wpautop\');\r\n		add_filter(\'the_content\',     \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'trim\', 7);\r\n		add_filter(\'the_excerpt\',     \'md_add_p\');\r\n		add_filter(\'the_excerpt_rss\', \'md_strip_p\');\r\n\r\n		remove_filter(\'content_save_pre\',  \'balanceTags\', 50);\r\n		remove_filter(\'excerpt_save_pre\',  \'balanceTags\', 50);\r\n		add_filter(\'the_content\',  	  \'balanceTags\', 50);\r\n		add_filter(\'get_the_excerpt\', \'balanceTags\', 9);\r\n\r\n		function md_add_p($text) {\r\n			if (strlen($text) == 0) return;\r\n			if (strcasecmp(substr($text, -3), \'<p>\') == 0) return $text;\r\n			return \'<p>\'.$text.\'</p>\';\r\n		}\r\n		function md_strip_p($t) { return preg_replace(\'{</?[pP]>}\', \'\', $t); }\r\n	}\r\n\r\n	# Comments\r\n	if ($md_wp_comments) {\r\n		remove_filter(\'comment_text\', \'wpautop\');\r\n		remove_filter(\'comment_text\', \'make_clickable\');\r\n		add_filter(\'pre_comment_content\', \'Markdown\', 6);\r\n		add_filter(\'pre_comment_content\', \'md_hide_tags\', 8);\r\n		add_filter(\'pre_comment_content\', \'md_show_tags\', 12);\r\n		add_filter(\'get_comment_text\',    \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'md_strip_p\', 7);\r\n\r\n		global $md_hidden_tags;\r\n		$md_hidden_tags = array(\r\n			\'<p>\'	=> md5(\'<p>\'),		\'</p>\'	=> md5(\'</p>\'),\r\n			\'<pre>\'	=> md5(\'<pre>\'),	\'</pre>\'=> md5(\'</pre>\'),\r\n			\'<ol>\'	=> md5(\'<ol>\'),		\'</ol>\'	=> md5(\'</ol>\'),\r\n			\'<ul>\'	=> md5(\'<ul>\'),		\'</ul>\'	=> md5(\'</ul>\'),\r\n			\'<li>\'	=> md5(\'<li>\'),		\'</li>\'	=> md5(\'</li>\'),\r\n			);\r\n\r\n		function md_hide_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_keys($md_hidden_tags),\r\n								array_values($md_hidden_tags), $text);\r\n		}\r\n		function md_show_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_values($md_hidden_tags),\r\n								array_keys($md_hidden_tags), $text);\r\n		}\r\n	}\r\n}\r\n\r\n\r\n# -- bBlog Plugin Info --------------------------------------------------------\r\nfunction identify_modifier_markdown() {\r\n	global $MarkdownPHPVersion;\r\n	return array(\r\n		\'name\'			=> \'markdown\',\r\n		\'type\'			=> \'modifier\',\r\n		\'nicename\'		=> \'Markdown\',\r\n		\'description\'	=> \'A text-to-HTML conversion tool for web writers\',\r\n		\'authors\'		=> \'Michel Fortin and John Gruber\',\r\n		\'licence\'		=> \'GPL\',\r\n		\'version\'		=> $MarkdownPHPVersion,\r\n		\'help\'			=> \'<a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\'\r\n	);\r\n}\r\n\r\n# -- Smarty Modifier Interface ------------------------------------------------\r\nfunction smarty_modifier_markdown($text) {\r\n	return Markdown($text);\r\n}\r\n\r\n# -- Textile Compatibility Mode -----------------------------------------------\r\n# Rename this file to \"classTextile.php\" and it can replace Textile anywhere.\r\nif (strcasecmp(substr(__FILE__, -16), \"classTextile.php\") == 0) {\r\n	# Try to include PHP SmartyPants. Should be in the same directory.\r\n	@include_once \'smartypants.php\';\r\n	# Fake Textile class. It calls Markdown instead.\r\n	class Textile {\r\n		function TextileThis($text, $lite=\'\', $encode=\'\', $noimage=\'\', $strict=\'\') {\r\n			if ($lite == \'\' && $encode == \'\')   $text = Markdown($text);\r\n			if (function_exists(\'SmartyPants\')) $text = SmartyPants($text);\r\n			return $text;\r\n		}\r\n	}\r\n}\r\n\r\n\r\n\r\n#\r\n# Globals:\r\n#\r\n\r\n# Regex to match balanced [brackets].\r\n# Needed to insert a maximum bracked depth while converting to PHP.\r\n$md_nested_brackets_depth = 6;\r\n$md_nested_brackets =\r\n	str_repeat(\'(?>[^\\[\\]]+|\\[\', $md_nested_brackets_depth).\r\n	str_repeat(\'\\])*\', $md_nested_brackets_depth);\r\n\r\n# Table of hash values for escaped characters:\r\n$md_escape_table = array(\r\n	\"\\\\\" => md5(\"\\\\\"),\r\n	\"`\" => md5(\"`\"),\r\n	\"*\" => md5(\"*\"),\r\n	\"_\" => md5(\"_\"),\r\n	\"{\" => md5(\"{\"),\r\n	\"}\" => md5(\"}\"),\r\n	\"[\" => md5(\"[\"),\r\n	\"]\" => md5(\"]\"),\r\n	\"(\" => md5(\"(\"),\r\n	\")\" => md5(\")\"),\r\n	\">\" => md5(\">\"),\r\n	\"#\" => md5(\"#\"),\r\n	\"+\" => md5(\"+\"),\r\n	\"-\" => md5(\"-\"),\r\n	\".\" => md5(\".\"),\r\n	\"!\" => md5(\"!\")\r\n);\r\n# Create an identical table but for escaped characters.\r\n$md_backslash_escape_table;\r\nforeach ($md_escape_table as $key => $char)\r\n	$md_backslash_escape_table[\"\\\\$key\"] = $char;\r\n\r\n\r\nfunction Markdown($text) {\r\n#\r\n# Main function. The order in which other subs are called here is\r\n# essential. Link and image substitutions need to happen before\r\n# _EscapeSpecialCharsWithinTagAttributes(), so that any *\'s or _\'s in the <a>\r\n# and <img> tags get encoded.\r\n#\r\n	# Clear the global hashes. If we don\'t clear these, you get conflicts\r\n	# from other articles when generating a page which contains more than\r\n	# one article (e.g. an index page that shows the N most recent\r\n	# articles):\r\n	global $md_urls, $md_titles, $md_html_blocks;\r\n	$md_urls = array();\r\n	$md_titles = array();\r\n	$md_html_blocks = array();\r\n\r\n	# Standardize line endings:\r\n	#   DOS to Unix and Mac to Unix\r\n	$text = str_replace(array(\"\\r\\n\", \"\\r\"), \"\\n\", $text);\r\n\r\n	# Make sure $text ends with a couple of newlines:\r\n	$text .= \"\\n\\n\";\r\n\r\n	# Convert all tabs to spaces.\r\n	$text = _Detab($text);\r\n\r\n	# Strip any lines consisting only of spaces and tabs.\r\n	# This makes subsequent regexen easier to write, because we can\r\n	# match consecutive blank lines with /\\n+/ instead of something\r\n	# contorted like /[ \\t]*\\n+/ .\r\n	$text = preg_replace(\'/^[ \\t]+$/m\', \'\', $text);\r\n\r\n	# Turn block-level HTML blocks into hash entries\r\n	$text = _HashHTMLBlocks($text);\r\n\r\n	# Strip link definitions, store in hashes.\r\n	$text = _StripLinkDefinitions($text);\r\n\r\n	$text = _RunBlockGamut($text);\r\n\r\n	$text = _UnescapeSpecialChars($text);\r\n\r\n	return $text . \"\\n\";\r\n}\r\n\r\n\r\nfunction _StripLinkDefinitions($text) {\r\n#\r\n# Strips link definitions from text, stores the URLs and titles in\r\n# hash references.\r\n#\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Link defs are in the form: ^[id]: url \"optional title\"\r\n	$text = preg_replace_callback(\'{\r\n						^[ ]{0,\'.$less_than_tab.\'}\\[(.+)\\]:	# id = $1\r\n						  [ \\t]*\r\n						  \\n?				# maybe *one* newline\r\n						  [ \\t]*\r\n						<?(\\S+?)>?			# url = $2\r\n						  [ \\t]*\r\n						  \\n?				# maybe one newline\r\n						  [ \\t]*\r\n						(?:\r\n							(?<=\\s)			# lookbehind for whitespace\r\n							[\"(]\r\n							(.+?)			# title = $3\r\n							[\")]\r\n							[ \\t]*\r\n						)?	# title is optional\r\n						(?:\\n+|\\Z)\r\n		}xm\',\r\n		\'_StripLinkDefinitions_callback\',\r\n		$text);\r\n	return $text;\r\n}\r\nfunction _StripLinkDefinitions_callback($matches) {\r\n	global $md_urls, $md_titles;\r\n	$link_id = strtolower($matches[1]);\r\n	$md_urls[$link_id] = _EncodeAmpsAndAngles($matches[2]);\r\n	if (isset($matches[3]))\r\n		$md_titles[$link_id] = str_replace(\'\"\', \'&quot;\', $matches[3]);\r\n	return \'\'; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _HashHTMLBlocks($text) {\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Hashify HTML blocks:\r\n	# We only want to do this for block-level HTML tags, such as headers,\r\n	# lists, and tables. That\'s because we still want to wrap <p>s around\r\n	# \"paragraphs\" that are wrapped in non-block-level tags, such as anchors,\r\n	# phrase emphasis, and spans. The list of tags we\'re looking for is\r\n	# hard-coded:\r\n	$block_tags_a = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math|ins|del\';\r\n	$block_tags_b = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math\';\r\n\r\n	# First, look for nested blocks, e.g.:\r\n	# 	<div>\r\n	# 		<div>\r\n	# 		tags for inner block must be indented.\r\n	# 		</div>\r\n	# 	</div>\r\n	#\r\n	# The outermost tags must start at the left margin for this to match, and\r\n	# the inner nested divs must be indented.\r\n	# We need to do this before the next, more liberal match, because the next\r\n	# match will start at the first `<div>` and stop at the first `</div>`.\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_a)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	#\r\n	# Now match more liberally, simply from `\\n<tag>` to `</tag>\\n`\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_b)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					.*</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case just for <hr />. It was easier to make a special case than\r\n	# to make the other regex more complicated.\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					<(hr)				# start tag = $2\r\n					\\b					# word break\r\n					([^<>])*?			#\r\n					/?>					# the matching end tag\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n		}x\',\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case for standalone HTML comments:\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					(?s:\r\n						<!\r\n						(--.*?--\\s*)+\r\n						>\r\n					)\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n			}x\',\r\n			\'_HashHTMLBlocks_callback\',\r\n			$text);\r\n\r\n	return $text;\r\n}\r\nfunction _HashHTMLBlocks_callback($matches) {\r\n	global $md_html_blocks;\r\n	$text = $matches[1];\r\n	$key = md5($text);\r\n	$md_html_blocks[$key] = $text;\r\n	return \"\\n\\n$key\\n\\n\"; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _RunBlockGamut($text) {\r\n#\r\n# These are all the transformations that form block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoHeaders($text);\r\n\r\n	# Do Horizontal Rules:\r\n	$text = preg_replace(\r\n		array(\'{^[ ]{0,2}([ ]?\\*[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? -[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? _[ ]?){3,}[ \\t]*$}mx\'),\r\n		\"\\n<hr$md_empty_element_suffix\\n\",\r\n		$text);\r\n\r\n	$text = _DoLists($text);\r\n	$text = _DoCodeBlocks($text);\r\n	$text = _DoBlockQuotes($text);\r\n\r\n	# We already ran _HashHTMLBlocks() before, in Markdown(), but that\r\n	# was to escape raw HTML in the original Markdown source. This time,\r\n	# we\'re escaping the markup we\'ve just created, so that we don\'t wrap\r\n	# <p> tags around block-level tags.\r\n	$text = _HashHTMLBlocks($text);\r\n	$text = _FormParagraphs($text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _RunSpanGamut($text) {\r\n#\r\n# These are all the transformations that occur *within* block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoCodeSpans($text);\r\n\r\n	$text = _EscapeSpecialChars($text);\r\n\r\n	# Process anchor and image tags. Images must come first,\r\n	# because ![foo][f] looks like an anchor.\r\n	$text = _DoImages($text);\r\n	$text = _DoAnchors($text);\r\n\r\n	# Make links out of things like `<http://example.com/>`\r\n	# Must come after _DoAnchors(), because you can use < and >\r\n	# delimiters in inline links like [this](<url>).\r\n	$text = _DoAutoLinks($text);\r\n	$text = _EncodeAmpsAndAngles($text);\r\n	$text = _DoItalicsAndBold($text);\r\n\r\n	# Do hard breaks:\r\n	$text = preg_replace(\'/ {2,}\\n/\', \"<br$md_empty_element_suffix\\n\", $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EscapeSpecialChars($text) {\r\n	global $md_escape_table;\r\n	$tokens = _TokenizeHTML($text);\r\n\r\n	$text = \'\';   # rebuild $text from the tokens\r\n#	$in_pre = 0;  # Keep track of when we\'re inside <pre> or <code> tags.\r\n#	$tags_to_skip = \"!<(/?)(?:pre|code|kbd|script|math)[\\s>]!\";\r\n\r\n	foreach ($tokens as $cur_token) {\r\n		if ($cur_token[0] == \'tag\') {\r\n			# Within tags, encode * and _ so they don\'t conflict\r\n			# with their use in Markdown for italics and strong.\r\n			# We\'re replacing each such character with its\r\n			# corresponding MD5 checksum value; this is likely\r\n			# overkill, but it should prevent us from colliding\r\n			# with the escape values by accident.\r\n			$cur_token[1] = str_replace(array(\'*\', \'_\'),\r\n				array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n				$cur_token[1]);\r\n			$text .= $cur_token[1];\r\n		} else {\r\n			$t = $cur_token[1];\r\n			$t = _EncodeBackslashEscapes($t);\r\n			$text .= $t;\r\n		}\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoAnchors($text) {\r\n#\r\n# Turn Markdown link shortcuts into XHTML <a> tags.\r\n#\r\n	global $md_nested_brackets;\r\n	#\r\n	# First, handle reference-style links: [link text] [id]\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(					# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\\\[\r\n			(.*?)		# id = $3\r\n		  \\\\]\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, inline-style links: [link text](url \"optional title\")\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(				# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n		  \\\\(			# literal paren\r\n			[ \\\\t]*\r\n			<?(.*?)>?	# href = $3\r\n			[ \\\\t]*\r\n			(			# $4\r\n			  ([\'\\\"])	# quote char = $5\r\n			  (.*?)		# Title = $6\r\n			  \\\\5		# matching quote\r\n			)?			# title is optional\r\n		  \\\\)\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoAnchors_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$link_text   = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($link_text); # for shortcut links like [this][].\r\n	}\r\n\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<a href=\\\"$url\\\"\";\r\n		if ( isset( $md_titles[$link_id] ) ) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\',     \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= \">$link_text</a>\";\r\n	}\r\n	else {\r\n		$result = $whole_match;\r\n	}\r\n	return $result;\r\n}\r\nfunction _DoAnchors_inline_callback($matches) {\r\n	global $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$link_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			=& $matches[6];\r\n\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<a href=\\\"$url\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(\'\"\', \'&quot;\', $title);\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\";\r\n	}\r\n\r\n	$result .= \">$link_text</a>\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoImages($text) {\r\n#\r\n# Turn Markdown image shortcuts into <img> tags.\r\n#\r\n	global $md_nested_brackets;\r\n\r\n	#\r\n	# First, handle reference-style labeled images: ![alt text][id]\r\n	#\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\[\r\n			(.*?)		# id = $3\r\n		  \\]\r\n\r\n		)\r\n		}xs\',\r\n		\'_DoImages_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, handle inline images:  ![alt text](url \"optional title\")\r\n	# Don\'t forget: encode * and _\r\n\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n		  \\(			# literal paren\r\n			[ \\t]*\r\n			<?(\\S+?)>?	# src url = $3\r\n			[ \\t]*\r\n			(			# $4\r\n			  ([\\\'\"])	# quote char = $5\r\n			  (.*?)		# title = $6\r\n			  \\5		# matching quote\r\n			  [ \\t]*\r\n			)?			# title is optional\r\n		  \\)\r\n		)\r\n		}xs\',\r\n		\'_DoImages_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoImages_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$alt_text    = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($alt_text); # for shortcut links like ![this][].\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n		if (isset($md_titles[$link_id])) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\', \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= $md_empty_element_suffix;\r\n	}\r\n	else {\r\n		# If there\'s no such link ID, leave intact:\r\n		$result = $whole_match;\r\n	}\r\n\r\n	return $result;\r\n}\r\nfunction _DoImages_inline_callback($matches) {\r\n	global $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$alt_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			= \'\';\r\n	if (isset($matches[6])) {\r\n		$title		= $matches[6];\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	$title    = str_replace(\'\"\', \'&quot;\', $title);\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\"; # $title already quoted\r\n	}\r\n	$result .= $md_empty_element_suffix;\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoHeaders($text) {\r\n	# Setext-style headers:\r\n	#	  Header 1\r\n	#	  ========\r\n	#\r\n	#	  Header 2\r\n	#	  --------\r\n	#\r\n	$text = preg_replace(\r\n		array(\'{ ^(.+)[ \\t]*\\n=+[ \\t]*\\n+ }emx\',\r\n			  \'{ ^(.+)[ \\t]*\\n-+[ \\t]*\\n+ }emx\'),\r\n		array(\"\'<h1>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h1>\\n\\n\'\",\r\n			  \"\'<h2>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h2>\\n\\n\'\"),\r\n		$text);\r\n\r\n	# atx-style headers:\r\n	#	# Header 1\r\n	#	## Header 2\r\n	#	## Header 2 with closing hashes ##\r\n	#	...\r\n	#	###### Header 6\r\n	#\r\n	$text = preg_replace(\"{\r\n			^(\\\\#{1,6})	# $1 = string of #\'s\r\n			[ \\\\t]*\r\n			(.+?)		# $2 = Header text\r\n			[ \\\\t]*\r\n			\\\\#*			# optional closing #\'s (not counted)\r\n			\\\\n+\r\n		}xme\",\r\n		\"\'<h\'.strlen(\'\\\\1\').\'>\'._RunSpanGamut(_UnslashQuotes(\'\\\\2\')).\'</h\'.strlen(\'\\\\1\').\'>\\n\\n\'\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoLists($text) {\r\n#\r\n# Form HTML ordered (numbered) and unordered (bulleted) lists.\r\n#\r\n	global $md_tab_width, $md_list_level;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$markers = array($marker_ul, $marker_ol);\r\n\r\n	foreach ($markers as $marker) {\r\n		# Re-usable pattern to match any entirel ul or ol list:\r\n		$whole_list = \'\r\n			(								# $1 = whole list\r\n			  (								# $2\r\n				[ ]{0,\'.$less_than_tab.\'}\r\n				(\'.$marker.\')				# $3 = first list item marker\r\n				[ \\t]+\r\n			  )\r\n			  (?s:.+?)\r\n			  (								# $4\r\n				  \\z\r\n				|\r\n				  \\n{2,}\r\n				  (?=\\S)\r\n				  (?!						# Negative lookahead for another list item marker\r\n					[ \\t]*\r\n					\'.$marker.\'[ \\t]+\r\n				  )\r\n			  )\r\n			)\r\n		\'; // mx\r\n\r\n		# We use a different prefix before nested lists than top-level lists.\r\n		# See extended comment in _ProcessListItems().\r\n\r\n		if ($md_list_level) {\r\n			$text = preg_replace_callback(\'{\r\n					^\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_top\', $text);\r\n		}\r\n		else {\r\n			$text = preg_replace_callback(\'{\r\n					(?:(?<=\\n\\n)|\\A\\n?)\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_nested\', $text);\r\n		}\r\n	}\r\n\r\n	return $text;\r\n}\r\nfunction _DoLists_callback_top($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n\r\n	# Trim any trailing whitespace, to put the closing `</$list_type>`\r\n	# up on the preceding line, to get it past the current stupid\r\n	# HTML block parser. This is a hack to work around the terrible\r\n	# hack that is the HTML block parser.\r\n	$result = rtrim($result);\r\n	$result = \"<$list_type>\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\nfunction _DoLists_callback_nested($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n	$result = \"<$list_type>\\n\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _ProcessListItems($list_str, $marker_any) {\r\n#\r\n#	Process the contents of a single ordered or unordered list, splitting it\r\n#	into individual list items.\r\n#\r\n	global $md_list_level;\r\n\r\n	# The $md_list_level global keeps track of when we\'re inside a list.\r\n	# Each time we enter a list, we increment it; when we leave a list,\r\n	# we decrement. If it\'s zero, we\'re not in a list anymore.\r\n	#\r\n	# We do this because when we\'re not inside a list, we want to treat\r\n	# something like this:\r\n	#\r\n	#		I recommend upgrading to version\r\n	#		8. Oops, now this line is treated\r\n	#		as a sub-list.\r\n	#\r\n	# As a single paragraph, despite the fact that the second line starts\r\n	# with a digit-period-space sequence.\r\n	#\r\n	# Whereas when we\'re inside a list (or sub-list), that line will be\r\n	# treated as the start of a sub-list. What a kludge, huh? This is\r\n	# an aspect of Markdown\'s syntax that\'s hard to parse perfectly\r\n	# without resorting to mind-reading. Perhaps the solution is to\r\n	# change the syntax rules such that sub-lists must start with a\r\n	# starting cardinal number; e.g. \"1.\" or \"a.\".\r\n\r\n	$md_list_level++;\r\n\r\n	# trim trailing blank lines:\r\n	$list_str = preg_replace(\"/\\n{2,}\\\\z/\", \"\\n\", $list_str);\r\n\r\n	$list_str = preg_replace_callback(\'{\r\n		(\\n)?							# leading line = $1\r\n		(^[ \\t]*)						# leading whitespace = $2\r\n		(\'.$marker_any.\') [ \\t]+		# list marker = $3\r\n		((?s:.+?)						# list item text   = $4\r\n		(\\n{1,2}))\r\n		(?= \\n* (\\z | \\2 (\'.$marker_any.\') [ \\t]+))\r\n		}xm\',\r\n		\'_ProcessListItems_callback\', $list_str);\r\n\r\n	$md_list_level--;\r\n	return $list_str;\r\n}\r\nfunction _ProcessListItems_callback($matches) {\r\n	$item = $matches[4];\r\n	$leading_line =& $matches[1];\r\n	$leading_space =& $matches[2];\r\n\r\n	if ($leading_line || preg_match(\'/\\n{2,}/\', $item)) {\r\n		$item = _RunBlockGamut(_Outdent($item));\r\n	}\r\n	else {\r\n		# Recursion for sub-lists:\r\n		$item = _DoLists(_Outdent($item));\r\n		$item = preg_replace(\'/\\n+$/\', \'\', $item);\r\n		$item = _RunSpanGamut($item);\r\n	}\r\n\r\n	return \"<li>\" . $item . \"</li>\\n\";\r\n}\r\n\r\n\r\nfunction _DoCodeBlocks($text) {\r\n#\r\n#	Process Markdown `<pre><code>` blocks.\r\n#\r\n	global $md_tab_width;\r\n	$text = preg_replace_callback(\"{\r\n			(?:\\\\n\\\\n|\\\\A)\r\n			(	            # $1 = the code block -- one or more lines, starting with a space/tab\r\n			  (?:\r\n				(?:[ ]\\{$md_tab_width} | \\\\t)  # Lines must start with a tab or a tab-width of spaces\r\n				.*\\\\n+\r\n			  )+\r\n			)\r\n			((?=^[ ]{0,$md_tab_width}\\\\S)|\\\\Z)	# Lookahead for non-space at line-start, or end of doc\r\n		}xm\",\r\n		\'_DoCodeBlocks_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeBlocks_callback($matches) {\r\n	$codeblock = $matches[1];\r\n\r\n	$codeblock = _EncodeCode(_Outdent($codeblock));\r\n//	$codeblock = _Detab($codeblock);\r\n	# trim leading newlines and trailing whitespace\r\n	$codeblock = preg_replace(array(\'/\\A\\n+/\', \'/\\s+\\z/\'), \'\', $codeblock);\r\n\r\n	$result = \"\\n\\n<pre><code>\" . $codeblock . \"\\n</code></pre>\\n\\n\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoCodeSpans($text) {\r\n#\r\n# 	*	Backtick quotes are used for <code></code> spans.\r\n#\r\n# 	*	You can use multiple backticks as the delimiters if you want to\r\n# 		include literal backticks in the code span. So, this input:\r\n#\r\n#		  Just type ``foo `bar` baz`` at the prompt.\r\n#\r\n#	  	Will translate to:\r\n#\r\n#		  <p>Just type <code>foo `bar` baz</code> at the prompt.</p>\r\n#\r\n#		There\'s no arbitrary limit to the number of backticks you\r\n#		can use as delimters. If you need three consecutive backticks\r\n#		in your code, use four for delimiters, etc.\r\n#\r\n#	*	You can use spaces to get literal backticks at the edges:\r\n#\r\n#		  ... type `` `bar` `` ...\r\n#\r\n#	  	Turns to:\r\n#\r\n#		  ... type <code>`bar`</code> ...\r\n#\r\n	$text = preg_replace_callback(\'@\r\n			(?<!\\\\\\)	# Character before opening ` can\\\'t be a backslash\r\n			(`+)		# $1 = Opening run of `\r\n			(.+?)		# $2 = The code block\r\n			(?<!`)\r\n			\\1			# Matching closer\r\n			(?!`)\r\n		@xs\',\r\n		\'_DoCodeSpans_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeSpans_callback($matches) {\r\n	$c = $matches[2];\r\n	$c = preg_replace(\'/^[ \\t]*/\', \'\', $c); # leading whitespace\r\n	$c = preg_replace(\'/[ \\t]*$/\', \'\', $c); # trailing whitespace\r\n	$c = _EncodeCode($c);\r\n	return \"<code>$c</code>\";\r\n}\r\n\r\n\r\nfunction _EncodeCode($_) {\r\n#\r\n# Encode/escape certain characters inside Markdown code runs.\r\n# The point is that in code, these characters are literals,\r\n# and lose their special Markdown meanings.\r\n#\r\n	global $md_escape_table;\r\n\r\n	# Encode all ampersands; HTML entities are not\r\n	# entities within a Markdown code span.\r\n	$_ = str_replace(\'&\', \'&amp;\', $_);\r\n\r\n	# Do the angle bracket song and dance:\r\n	$_ = str_replace(array(\'<\',    \'>\'),\r\n					 array(\'&lt;\', \'&gt;\'), $_);\r\n\r\n	# Now, escape characters that are magic in Markdown:\r\n	$_ = str_replace(array_keys($md_escape_table),\r\n					 array_values($md_escape_table), $_);\r\n\r\n	return $_;\r\n}\r\n\r\n\r\nfunction _DoItalicsAndBold($text) {\r\n	# <strong> must go first:\r\n	$text = preg_replace(\'{\r\n			(						# $1: Marker\r\n				(?<!\\*\\*) \\*\\* |	#     (not preceded by two chars of\r\n				(?<!__)   __		#      the same marker)\r\n			)\r\n			(?=\\S) 					# Not followed by whitespace\r\n			(?!\\1)					#   or two others marker chars.\r\n			(						# $2: Content\r\n				(?:\r\n					[^*_]+?			# Anthing not em markers.\r\n				|\r\n									# Balence any regular emphasis inside.\r\n					([*_]) (?=\\S) .+? (?<=\\S) \\3	# $3: em char (* or _)\r\n				|\r\n					(?! \\1 ) .		# Allow unbalenced * and _.\r\n				)+?\r\n			)\r\n			(?<=\\S) \\1				# End mark not preceded by whitespace.\r\n		}sx\',\r\n		\'<strong>\\2</strong>\', $text);\r\n	# Then <em>:\r\n	$text = preg_replace(\r\n		\'{ ( (?<!\\*)\\* | (?<!_)_ ) (?=\\S) (?! \\1) (.+?) (?<=\\S) \\1 }sx\',\r\n		\'<em>\\2</em>\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoBlockQuotes($text) {\r\n	$text = preg_replace_callback(\'/\r\n		  (								# Wrap whole match in $1\r\n			(\r\n			  ^[ \\t]*>[ \\t]?			# \">\" at the start of a line\r\n				.+\\n					# rest of the first line\r\n			  (.+\\n)*					# subsequent consecutive lines\r\n			  \\n*						# blanks\r\n			)+\r\n		  )\r\n		/xm\',\r\n		\'_DoBlockQuotes_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoBlockQuotes_callback($matches) {\r\n	$bq = $matches[1];\r\n	# trim one level of quoting - trim whitespace-only lines\r\n	$bq = preg_replace(array(\'/^[ \\t]*>[ \\t]?/m\', \'/^[ \\t]+$/m\'), \'\', $bq);\r\n	$bq = _RunBlockGamut($bq);		# recurse\r\n\r\n	$bq = preg_replace(\'/^/m\', \"  \", $bq);\r\n	# These leading spaces screw with <pre> content, so we need to fix that:\r\n	$bq = preg_replace_callback(\'{(\\s*<pre>.+?</pre>)}sx\',\r\n								\'_DoBlockQuotes_callback2\', $bq);\r\n\r\n	return \"<blockquote>\\n$bq\\n</blockquote>\\n\\n\";\r\n}\r\nfunction _DoBlockQuotes_callback2($matches) {\r\n	$pre = $matches[1];\r\n	$pre = preg_replace(\'/^  /m\', \'\', $pre);\r\n	return $pre;\r\n}\r\n\r\n\r\nfunction _FormParagraphs($text) {\r\n#\r\n#	Params:\r\n#		$text - string to process with html <p> tags\r\n#\r\n	global $md_html_blocks;\r\n\r\n	# Strip leading and trailing lines:\r\n	$text = preg_replace(array(\'/\\A\\n+/\', \'/\\n+\\z/\'), \'\', $text);\r\n\r\n	$grafs = preg_split(\'/\\n{2,}/\', $text, -1, PREG_SPLIT_NO_EMPTY);\r\n\r\n	#\r\n	# Wrap <p> tags.\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (!isset( $md_html_blocks[$value] )) {\r\n			$value = _RunSpanGamut($value);\r\n			$value = preg_replace(\'/^([ \\t]*)/\', \'<p>\', $value);\r\n			$value .= \"</p>\";\r\n			$grafs[$key] = $value;\r\n		}\r\n	}\r\n\r\n	#\r\n	# Unhashify HTML blocks\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (isset( $md_html_blocks[$value] )) {\r\n			$grafs[$key] = $md_html_blocks[$value];\r\n		}\r\n	}\r\n\r\n	return implode(\"\\n\\n\", $grafs);\r\n}\r\n\r\n\r\nfunction _EncodeAmpsAndAngles($text) {\r\n# Smart processing for ampersands and angle brackets that need to be encoded.\r\n\r\n	# Ampersand-encoding based entirely on Nat Irons\'s Amputator MT plugin:\r\n	#   http://bumppo.net/projects/amputator/\r\n	$text = preg_replace(\'/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/\',\r\n						 \'&amp;\', $text);;\r\n\r\n	# Encode naked <\'s\r\n	$text = preg_replace(\'{<(?![a-z/?\\$!])}i\', \'&lt;\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeBackslashEscapes($text) {\r\n#\r\n#	Parameter:  String.\r\n#	Returns:    The string, with after processing the following backslash\r\n#				escape sequences.\r\n#\r\n	global $md_escape_table, $md_backslash_escape_table;\r\n	# Must process escaped backslashes first.\r\n	return str_replace(array_keys($md_backslash_escape_table),\r\n					   array_values($md_backslash_escape_table), $text);\r\n}\r\n\r\n\r\nfunction _DoAutoLinks($text) {\r\n	$text = preg_replace(\"!<((https?|ftp):[^\'\\\">\\\\s]+)>!\",\r\n						 \'<a href=\"\\1\">\\1</a>\', $text);\r\n\r\n	# Email addresses: <address@domain.foo>\r\n	$text = preg_replace(\'{\r\n		<\r\n        (?:mailto:)?\r\n		(\r\n			[-.\\w]+\r\n			\\@\r\n			[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+\r\n		)\r\n		>\r\n		}exi\',\r\n		\"_EncodeEmailAddress(_UnescapeSpecialChars(_UnslashQuotes(\'\\\\1\')))\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeEmailAddress($addr) {\r\n#\r\n#	Input: an email address, e.g. \"foo@example.com\"\r\n#\r\n#	Output: the email address as a mailto link, with each character\r\n#		of the address encoded as either a decimal or hex entity, in\r\n#		the hopes of foiling most address harvesting spam bots. E.g.:\r\n#\r\n#	  <a href=\"&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#102;&#111;&#111;&#64;&#101;\r\n#		x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;\">&#102;&#111;&#111;\r\n#		&#64;&#101;x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;</a>\r\n#\r\n#	Based by a filter by Matthew Wickline, posted to the BBEdit-Talk\r\n#	mailing list: <http://tinyurl.com/yu7ue>\r\n#\r\n	$addr = \"mailto:\" . $addr;\r\n	$length = strlen($addr);\r\n\r\n	# leave \':\' alone (to spot mailto: later)\r\n	$addr = preg_replace_callback(\'/([^\\:])/\',\r\n								  \'_EncodeEmailAddress_callback\', $addr);\r\n\r\n	$addr = \"<a href=\\\"$addr\\\">$addr</a>\";\r\n	# strip the mailto: from the visible part\r\n	$addr = preg_replace(\'/\">.+?:/\', \'\">\', $addr);\r\n\r\n	return $addr;\r\n}\r\nfunction _EncodeEmailAddress_callback($matches) {\r\n	$char = $matches[1];\r\n	$r = rand(0, 100);\r\n	# roughly 10% raw, 45% hex, 45% dec\r\n	# \'@\' *must* be encoded. I insist.\r\n	if ($r > 90 && $char != \'@\') return $char;\r\n	if ($r < 45) return \'&#x\'.dechex(ord($char)).\';\';\r\n	return \'&#\'.ord($char).\';\';\r\n}\r\n\r\n\r\nfunction _UnescapeSpecialChars($text) {\r\n#\r\n# Swap back in all the special characters we\'ve hidden.\r\n#\r\n	global $md_escape_table;\r\n	return str_replace(array_values($md_escape_table),\r\n					   array_keys($md_escape_table), $text);\r\n}\r\n\r\n\r\n# _TokenizeHTML is shared between PHP Markdown and PHP SmartyPants.\r\n# We only define it if it is not already defined.\r\nif (!function_exists(\'_TokenizeHTML\')) :\r\nfunction _TokenizeHTML($str) {\r\n#\r\n#   Parameter:  String containing HTML markup.\r\n#   Returns:    An array of the tokens comprising the input\r\n#               string. Each token is either a tag (possibly with nested,\r\n#               tags contained therein, such as <a href=\"<MTFoo>\">, or a\r\n#               run of text between tags. Each element of the array is a\r\n#               two-element array; the first is either \'tag\' or \'text\';\r\n#               the second is the actual value.\r\n#\r\n#\r\n#   Regular expression derived from the _tokenize() subroutine in\r\n#   Brad Choate\'s MTRegex plugin.\r\n#   <http://www.bradchoate.com/past/mtregex.php>\r\n#\r\n	$index = 0;\r\n	$tokens = array();\r\n\r\n	$match = \'(?s:<!(?:--.*?--\\s*)+>)|\'.	# comment\r\n			 \'(?s:<\\?.*?\\?>)|\'.				# processing instruction\r\n			 								# regular tags\r\n			 \'(?:<[/!$]?[-a-zA-Z0-9:]+\\b(?>[^\"\\\'>]+|\"[^\"]*\"|\\\'[^\\\']*\\\')*>)\';\r\n\r\n	$parts = preg_split(\"{($match)}\", $str, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\r\n	foreach ($parts as $part) {\r\n		if (++$index % 2 && $part != \'\')\r\n			$tokens[] = array(\'text\', $part);\r\n		else\r\n			$tokens[] = array(\'tag\', $part);\r\n	}\r\n\r\n	return $tokens;\r\n}\r\nendif;\r\n\r\n\r\nfunction _Outdent($text) {\r\n#\r\n# Remove one level of line-leading tabs or spaces\r\n#\r\n	global $md_tab_width;\r\n	return preg_replace(\"/^(\\\\t|[ ]{1,$md_tab_width})/m\", \"\", $text);\r\n}\r\n\r\n\r\nfunction _Detab($text) {\r\n#\r\n# Replace tabs with the appropriate amount of space.\r\n#\r\n	global $md_tab_width;\r\n\r\n	# For each line we separate the line in blocks delemited by\r\n	# tab characters. Then we reconstruct every line by adding the\r\n	# appropriate number of space between each blocks.\r\n\r\n	$lines = explode(\"\\n\", $text);\r\n	$text = \"\";\r\n\r\n	foreach ($lines as $line) {\r\n		# Split in blocks.\r\n		$blocks = explode(\"\\t\", $line);\r\n		# Add each blocks to the line.\r\n		$line = $blocks[0];\r\n		unset($blocks[0]); # Do not add first block twice.\r\n		foreach ($blocks as $block) {\r\n			# Calculate amount of space, insert spaces, insert block.\r\n			$amount = $md_tab_width - strlen($line) % $md_tab_width;\r\n			$line .= str_repeat(\" \", $amount) . $block;\r\n		}\r\n		$text .= \"$line\\n\";\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _UnslashQuotes($text) {\r\n#\r\n#	This function is useful to remove automaticaly slashed double quotes\r\n#	when using preg_replace and evaluating an expression.\r\n#	Parameter:  String.\r\n#	Returns:    The string with any slash-double-quote (\\\") sequence replaced\r\n#				by a single double quote.\r\n#\r\n	return str_replace(\'\\\"\', \'\"\', $text);\r\n}\r\n\r\n\r\n/*\r\n\r\nPHP Markdown\r\n============\r\n\r\nDescription\r\n-----------\r\n\r\nThis is a PHP translation of the original Markdown formatter written in\r\nPerl by John Gruber.\r\n\r\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\r\neasy-to-write structured text format into HTML. Markdown\'s text format\r\nis most similar to that of plain text email, and supports features such\r\nas headers, *emphasis*, code blocks, blockquotes, and links.\r\n\r\nMarkdown\'s syntax is designed not as a generic markup language, but\r\nspecifically to serve as a front-end to (X)HTML. You can use span-level\r\nHTML tags anywhere in a Markdown document, and you can use block level\r\nHTML tags (like <div> and <table> as well).\r\n\r\nFor more information about Markdown\'s syntax, see:\r\n\r\n<http://daringfireball.net/projects/markdown/>\r\n\r\n\r\nBugs\r\n----\r\n\r\nTo file bug reports please send email to:\r\n\r\n<michel.fortin@michelf.com>\r\n\r\nPlease include with your report: (1) the example input; (2) the output you\r\nexpected; (3) the output Markdown actually produced.\r\n\r\n\r\nVersion History\r\n---------------\r\n\r\nSee the readme file for detailed release notes for this version.\r\n\r\n1.0.1b - 6 Jun 2005\r\n\r\n1.0.1a - 15 Apr 2005\r\n\r\n1.0.1 - 16 Dec 2004\r\n\r\n1.0 - 21 Aug 2004\r\n\r\n\r\nAuthor & Contributors\r\n---------------------\r\n\r\nOriginal Perl version by John Gruber\r\n<http://daringfireball.net/>\r\n\r\nPHP port and other contributions by Michel Fortin\r\n<http://www.michelf.com/>\r\n\r\n\r\nCopyright and License\r\n---------------------\r\n\r\nCopyright (c) 2004-2005 Michel Fortin\r\n<http://www.michelf.com/>\r\nAll rights reserved.\r\n\r\nCopyright (c) 2003-2004 John Gruber\r\n<http://daringfireball.net/>\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are\r\nmet:\r\n\r\n*	Redistributions of source code must retain the above copyright notice,\r\n	this list of conditions and the following disclaimer.\r\n\r\n*	Redistributions in binary form must reproduce the above copyright\r\n	notice, this list of conditions and the following disclaimer in the\r\n	documentation and/or other materials provided with the distribution.\r\n\r\n*	Neither the name \"Markdown\" nor the names of its contributors may\r\n	be used to endorse or promote products derived from this software\r\n	without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors \"as\r\nis\" and any express or implied warranties, including, but not limited\r\nto, the implied warranties of merchantability and fitness for a\r\nparticular purpose are disclaimed. In no event shall the copyright owner\r\nor contributors be liable for any direct, indirect, incidental, special,\r\nexemplary, or consequential damages (including, but not limited to,\r\nprocurement of substitute goods or services; loss of use, data, or\r\nprofits; or business interruption) however caused and on any theory of\r\nliability, whether in contract, strict liability, or tort (including\r\nnegligence or otherwise) arising in any way out of the use of this\r\nsoftware, even if advised of the possibility of such damage.\r\n\r\n*/'),(29,1,'FF','ff_addCustomCSSFile','Add custom CSS File','Adds a custom css file to the form. To choose a css file, execute this piece and call the function ff_addCustomCSSFile(\'path/to/css/file\') with the RELATIVE (not full!) path to your joomla installation.\r\nDo not forget to call $this->execPieceByName(\'ff_InitLib\') before!\r\n\r\nExample:\r\n\r\nglobal $mainframe;\r\n\r\n$this->execPieceByName(\'ff_InitLib\');\r\n$this->execPieceByName(\'ff_addCustomCSSFile\');\r\n\r\nff_addCustomCSSFile(\'templates/\' . $mainframe->getTemplate() . \'/css/template.css\');','Before Form','function ff_addCustomCSSFile($path){\r\n	if(file_exists(JPATH_SITE . \'/\' . $path)){\r\n		JFactory::getDocument()->addStyleSheet(JURI::root() . $path);\r\n	}\r\n}'),(30,1,'FF','ff_Constants','Constansts definitions','Library constants definitions','Before Form','define(\'FF_DIE\',       \'_ff_die_on_errors_\');\r\ndefine(\'FF_DONTDIE\',   \'_ff_stay_alive_\');\r\ndefine(\'FF_IGNOREDIE\', \'_ff_ignore_if_dying_\');\r\n\r\ndefine(\'FF_ARRAY\',     \'_ff_return_as_array_\');\r\ndefine(\'FF_LIST\',      \'_ff_return_as_list_\');\r\ndefine(\'FF_SLIST\',     \'_ff_return_as_slist_\');\r\ndefine(\'FF_DLIST\',     \'_ff_return_as_dlist_\');\r\n\r\ndefine(\'FF_NOTRIM\',    1);\r\ndefine(\'FF_ALLOWHTML\', 2);\r\ndefine(\'FF_ALLOWRAW\',  4);'),(31,1,'FF','ff_die','Terminate form gracefully','Gracefully terminates the form and shows a message plus opionally a \r\nCONTINUE button for further redirection.\r\n\r\nCall:\r\n\r\n    ff_die($message=null, $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\');\r\n    return;\r\n\r\n    $message = A message to display. If no message is provided, it will\r\n               display:\r\n\r\n                    Fatal error in $formname, processing stopped.\r\n\r\n    $action  = \'stop\' : Dont show a CONTINUE button (default)\r\n               \'self\' : Redirect to the same form\r\n               \'form\' : Redirect to another form \r\n               \'page\' : Redirect to another page of this site\r\n               \'home\' : Redirect to homepage of the site\r\n               \'url\'  : Redirect to a url\r\n\r\n    $target  = Target name/url for \'form\', \'page\' and \'url\'\r\n\r\n    $params  = Additional parameters for \'self\' and \'form\'\r\n\r\n    $label   = Text for the continue button\r\n\r\nExamples:\r\n\r\n    // Display standard message without continue button\r\n    ff_die(); \r\n\r\n    // Display message without continue button\r\n    ff_die(\'Sorry, cannot continue for some reason.\');\r\n\r\n    // Display standard message and return to same form with a parameter\r\n    ff_die(null, \'self\', \'&ff_param_foo=bar\');\r\n\r\n    // Redirect to another form\r\n    ff_die(\'Guess you are hungry now...\', \'form\', \'SamplePizzaShop\', null, \'Order\');\r\n\r\n    // Redirect to another site page\r\n    ff_die(\r\n        \'Something strange has happened!\', \r\n        \'page\', \r\n        \'index.php?option=com_content&task=section&id=1&Itemid=2\'\r\n    );','Untyped','function ff_die($message=\'\', $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    $form =& $ff_processor->formrow;\r\n    if (!$message) \r\n        $message = \r\n            \"<strong>Fatal error in $form->name, form processing halted.</strong>\";\r\n    switch ($action) {\r\n        case \'self\': $url = ff_makeSelfUrl($params); break;\r\n        case \'form\': $url = ff_makeFormUrl($target, $params); break;\r\n        case \'page\': $url = ff_makePageUrl($target); break;\r\n        case \'home\': $url = \"{mossite}\"; break;\r\n        case \'url\' : $url = $target; break;\r\n        default    : $url = \'\';\r\n    } // switch\r\n    if ($form->class1 != \'\') echo \'<div class=\"\'.$form->class1.\'\">\'.nl();\r\n    echo($message.\'<br/><br/><br/>\'.nl());\r\n    if ($url) {\r\n        if (!$ff_processor->inline) echo \'<form action=\"#redirect\">\'.nl();\r\n        if ($ff_processor->inframe) $t = \'parent\'; else $t = \'document\';\r\n        echo \'<input type=\"button\" class=\"button\" value=\"\'.$label.\'\"\'.\r\n             \' onClick=\"\'.$t.\'.location.href=\\\'\'.htmlentities($url,ENT_QUOTES).\'\\\';\"\'.\r\n             \'/>\'.nl();\r\n        if (!$ff_processor->inline) echo \'</form>\'.nl();\r\n    } // if\r\n    if ($form->class1 != \'\') echo \'</div>\'.nl();\r\n    unset($form);\r\n    ob_start();\r\n    $ff_processor->suicide();\r\n} // ff_die'),(32,1,'FF','ff_DisableFormTrace','Disable tracing at view time','Disables tracing for use as before form piece','Before Form','//+trace dis'),(33,1,'FF','ff_DisableSubmitTrace','Disable tracing at submit time','Disables tracing for use as begin submit piece','Begin Submit','//+trace dis'),(34,1,'FF','ff_dying','Query live status','Query if form is dying','Untyped','//+trace max none\r\nfunction ff_dying()\r\n{\r\n    global $ff_processor; \r\n    return $ff_processor->dying;\r\n} // ff_dying'),(35,1,'FF','ff_expString','String export','Export string function: escapes special characters in c-codes','Untyped','function ff_expString($text)\r\n{\r\n    return expstring($text);\r\n} // ff_expString'),(36,1,'FF','ff_getPageByNameX','Get page # by element name','Gets the page number by the name of an element. \r\nTypically used to redirect to a certain page in a before form piece \r\nas \r\n\r\n    $this->page = ff_getPageByName(\'elementname\');','Untyped','function ff_getPageByName($name)\r\n{\r\n    global $ff_processor;\r\n    foreach($ff_processor->rows as $row)\r\n        if ($row->name==$name)\r\n            return $row->page;\r\n    return null;\r\n} // ff_getPageByName'),(37,1,'FF','ff_getParam','Get GET/POST parameter','Direct replacement for mosGetParam. ff_getParam will attempt to filter \r\nout parameters that are targeted to another form on the same page.','Untyped','function ff_getParam($name, $default=null, $mask=0)\r\n{\r\n    global $ff_request;\r\n    if (substr($name,0,9)==\'ff_param_\') {\r\n        if (!isset($ff_request[$name])) return $default;\r\n        $val = $ff_request[$name];\r\n    } else {\r\n        if (!isset($_REQUEST[$name])) return $default;\r\n        $val = $_REQUEST[$name];\r\n    } // if\r\n    $dotrim = ($mask & FF_NOTRIM)==0;\r\n    $dostrp = ($mask & FF_ALLOWHTML)==0;\r\n    $addsla = ($mask & FF_ALLOWRAW)==0 && !get_magic_quotes_gpc();\r\n    $remsla = ($mask & FF_ALLOWRAW)!=0 && get_magic_quotes_gpc();\r\n    if (is_array($val)) {\r\n        $cnt = count($val);\r\n        for ($v = 0; $v < $cnt; $v++)\r\n            if (is_string($val[$v])) {\r\n                if ($dotrim) $val[$v] = trim($val[$v]);\r\n                if ($dostrp) $val[$v] = strip_tags($val[$v]);\r\n                if ($addsla) $val[$v] = addslashes($val[$v]);\r\n                if ($remsla) $val[$v] = stripslashes($val[$v]);\r\n            } // if\r\n    } else {\r\n        if (is_string($val)) {\r\n            if ($dotrim) $val = trim($val);\r\n            if ($dostrp) $val = strip_tags($val);\r\n            if ($addsla) $val = addslashes($val);\r\n            if ($remsla) $val = stripslashes($val);\r\n        } // if\r\n    } // if\r\n    return $val;\r\n} // ff_getParam'),(38,1,'FF','ff_getSubmit','Get submited data','Returns submitdata either as scalar, array or list. In case of list the values\r\nare returned as a string with the values concatenated by comma.\r\n\r\nExamples:\r\n\r\n// Get as scalar: Optionally pass a default value as second parameter.\r\n// If no default is provided, it will return NULL if no value was submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\');        // return NULL if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',1);      // return 1 if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',\'foo\');  // return \'foo\' if not submitted\r\n\r\n    ff_query(\r\n        \"insert into #__mytable(id, name) \".\r\n        \"values (\'\".\r\n            ff_getSubmit(\'id\').\", \".\r\n            ff_getSubmit(\'name\',\'unknown\').\r\n        \"\')\"\r\n    );\r\n\r\n// Get as array: Pass FF_ARRAY as second Parameter\r\n\r\n    $myarr = $ff_getSubmit(\'myarr\', FF_ARRAY);\r\n\r\n    foreach ($myarr as $myval) ...\r\n\r\n// Get as list: Pass either FF_LIST, FF_SLIST or FF_DLIST as 2nd parameter.\r\n\r\n    // FF_LIST will return numeric data unquoted and strings in single quotes:\r\n    //    1,2,\'a\',4\r\n\r\n    // FF_SLIST will return all data single quoted:\r\n    //    \'1\',\'2\',\'a\',\'4\'\r\n\r\n    // FF_DLIST will return all data double quoted:\r\n    //    \"1\",\"2\",\"a\",\"4\"\r\n\r\n    ff_query(\r\n        \"delete from #__mytable \".\r\n        \"where id in (\".ff_getSubmit(\'itemlist\',FF_LIST).\")\"\r\n    );','Untyped','function ff_getSubmit($name, $default=null)\r\n{\r\n    global $ff_processor;\r\n\r\n    switch ((string)$default) {\r\n        case FF_ARRAY: $value = array(); break;\r\n        case FF_LIST : \r\n        case FF_SLIST:\r\n        case FF_DLIST: $value = \'\'; break;\r\n        default      : $value = $default;\r\n    } // switch\r\n    foreach ($ff_processor->submitdata as $data)\r\n        if ($data[_FF_DATA_NAME]==$name) {\r\n            $q = \'\';\r\n            switch ((string)$default) {\r\n                case FF_ARRAY:\r\n                    $value[] = $data[_FF_DATA_VALUE];\r\n                    break;\r\n                case FF_SLIST:\r\n                    $q = \"\'\";\r\n                case FF_DLIST:\r\n                    if ($q==\'\') $q = \'\"\';\r\n                case FF_LIST:\r\n                    if ($q==\'\' && !is_numeric($data[_FF_DATA_VALUE])) $q = \"\'\";\r\n                    if ($value!=\'\') $value.=\',\';\r\n                    $value .= $q.$data[_FF_DATA_VALUE].$q;\r\n                    break;\r\n                default:\r\n                    return $data[_FF_DATA_VALUE];\r\n            } // switch\r\n         } // if\r\n    return $value;\r\n} // ff_getSubmit'),(39,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString($text)\r\n{\r\n    return impstring($text);\r\n} // ff_impString'),(40,1,'FF','ff_InitLib','Init Library','A collection of useful functions for use in form pieces. \r\n\r\nInclude by: \r\n\r\n    $this->execPieceByName(\'ff_InitLib\');','Before Form','//+trace high none\r\nif (!defined(\'FF_DIE\'))                    $this->execPieceByName(\'ff_Constants\');\r\nif (!function_exists(\'ff_expstring\'))      $this->execPieceByName(\'ff_expstring\');\r\nif (!function_exists(\'ff_makePageUrl\'))    $this->execPieceByName(\'ff_makePageUrl\');\r\nif (!function_exists(\'ff_makeFormUrl\'))    $this->execPieceByName(\'ff_makeFormUrl\');\r\nif (!function_exists(\'ff_makeSelfUrl\'))    $this->execPieceByName(\'ff_makeSelfUrl\');\r\nif (!function_exists(\'ff_die\'))            $this->execPieceByName(\'ff_die\');\r\nif (!function_exists(\'ff_dying\'))          $this->execPieceByName(\'ff_dying\');\r\nif (!function_exists(\'ff_redirect\'))       $this->execPieceByName(\'ff_redirect\');\r\nif (!function_exists(\'ff_redirectParent\')) $this->execPieceByName(\'ff_redirectParentX\');\r\nif (!function_exists(\'ff_redirectPage\'))   $this->execPieceByName(\'ff_redirectPage\');\r\nif (!function_exists(\'ff_redirectForm\'))   $this->execPieceByName(\'ff_redirectForm\');\r\nif (!function_exists(\'ff_redirectSelf\'))   $this->execPieceByName(\'ff_redirectSelf\');\r\nif (!function_exists(\'ff_setChecked\'))     $this->execPieceByName(\'ff_setCheckedX\');\r\nif (!function_exists(\'ff_setSelected\'))    $this->execPieceByName(\'ff_setSelectedX\');\r\nif (!function_exists(\'ff_setValue\'))       $this->execPieceByName(\'ff_setValueX\');\r\nif (!function_exists(\'ff_getPageByName\'))  $this->execPieceByName(\'ff_getPageByNameX\');\r\nif (!function_exists(\'ff_getParam\'))       $this->execPieceByName(\'ff_getParam\');\r\nif (!function_exists(\'ff_getSubmit\'))      $this->execPieceByName(\'ff_getSubmit\');\r\nif (!function_exists(\'ff_impString\'))      $this->execPieceByName(\'ff_impString\');\r\nif (!function_exists(\'ff_expString\'))      $this->execPieceByName(\'ff_expString\');\r\nif (!function_exists(\'ff_securityImage\'))  $this->execPieceByName(\'ff_securityImage\');\r\nif (!function_exists(\'ff_select\'))         $this->execPieceByName(\'ff_select\');\r\nif (!function_exists(\'ff_selectValue\'))    $this->execPieceByName(\'ff_selectValue\');\r\nif (!function_exists(\'ff_query\'))          $this->execPieceByName(\'ff_query\');\r\nif (!function_exists(\'ff_markdown\'))       $this->execPieceByName(\'ff_markdown\');'),(41,1,'FF','ff_makeFormUrl','Make URL to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeFormUrl($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeFormUrl(\r\n       \'OtherForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );','Untyped','function ff_makeFormUrl($name, $params=\'\')\r\n{\r\n    global $ff_processor, $ff_otherparams;\r\n    $url = \'\';\r\n    switch ($ff_processor->runmode) {\r\n        case 2: // preview\r\n        case 1: // backend\r\n            $url .= \'administrator/index2.php?option=com_breezingforms&act=run\'.\r\n                    \'&ff_name=\'.urlencode($name);\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            break;\r\n        default: // frontend\r\n            $url .= \'index.php?ff_name=\'.urlencode($name);\r\n            if ($ff_otherparams[\'option\'] == \'com_breezingforms\') {\r\n                reset($ff_otherparams);\r\n                while (list($prop, $val) = each($ff_otherparams))\r\n                    $url .= \'&\'.urlencode($prop).\'=\'.urlencode($val);\r\n            } else\r\n                $url .= \'&option=com_breezingforms\';\r\n            if ($ff_processor->target > 1) $url .= \'&ff_target=\'.$ff_processor->target;\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            if ($ff_processor->align !=1) $url .= \'&ff_align=\'.$ff_processor->align;\r\n            if ($ff_processor->top>0) $url .= \'&ff_top=\'.$ff_processor->top;\r\n    } // switch\r\n    return ff_makePageUrl($url. $params);\r\n} // ff_makeFormUrl'),(42,1,'FF','ff_makePageUrl','Make URL to other page','Builds an URL to another mambo page\r\n\r\nCall: \r\n\r\n    $url = ff_makePageUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makePageUrl(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );','Untyped','function ff_makePageUrl($params=\'\')\r\n{\r\n    $url = \'{mossite}\';\r\n    if ($params != \'\') {\r\n        $len = strlen($url);\r\n        if ($len > 0 && $url{$len-1} != \'/\') $url .= \'/\';\r\n        $url .= $params;\r\n    } // if\r\n    return $url;\r\n} // ff_makePageUrl'),(43,1,'FF','ff_makeSelfUrl','Make URL to same form','Make an URL to the same form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeSelfUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeSelfUrl(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_makeSelfUrl($params=\'\')\r\n{\r\n    global $ff_processor;\r\n    return ff_makeFormUrl($ff_processor->formrow->name, $params);\r\n} // ff_makeSelfUrl'),(44,1,'FF','ff_query','Non-select queries against db','Execute a simple db query.\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_query\')) $this->execPieceByName(\'ff_query\');\r\n\r\nCall syntax:\r\n\r\n    [$newid = ] ff_query($sql [, $insert = 0]);\r\n\r\n    $sql:    Sql statement to call\r\n    $insert: 1 = return key of auto column when inserting rows\r\n    $newid:  The key of the new row.','Untyped','function ff_query($sql, $insert=false, $error=FF_DIE)\r\n{\r\n    global $ff_processor;\r\n    $database = JFactory::getDBO();\r\n    if ($ff_processor->dying && $error!=FF_IGNOREDIE) return -1;\r\n    $database->setQuery($sql);\r\n    $database->query();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($insert) return $database->insertid();\r\n    } // if\r\n    return 0;\r\n} // ff_query'),(45,1,'FF','ff_redirect','Basic redirection','Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=\'self\' , $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $target = \'top\', \'parent\', \'self\' or \'blank\'\r\n\r\n              \'top\'    = redirect to the top browser window\r\n              \'parent\' = redirect to the parent frame\r\n              \'self\'   = redirect in the same frame (the default)\r\n              \'blank\'  = redirect to a new browser window \r\n                         (blank works with post method only)\r\n\r\n    $method = \'post\' or \'get\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirect(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'top\'\r\n       );','Untyped','function ff_redirect($url, $target=\'self\', $method=\'post\')\r\n{\r\n    global $ff_processor, $ff_request;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    switch (strtolower($method)) {\r\n        case \'get\': {\r\n            switch (strtolower($target)) {\r\n                case \'top\'   :\r\n                case \'parent\': break;\r\n                default      : $target = \'document\';\r\n            } // switch\r\n            echo \'<script type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \"onload=function() { \".$target.\".location.href=\'\".$url.\"\'; }\".nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'</body>\'.nl();\r\n            break;\r\n        } // url\r\n        default: { // post\r\n            $pos = strpos($url,\'?\');\r\n            $ff_request = array();\r\n            if ($pos === false)\r\n                $action = $url;\r\n            else {\r\n                $action = substr($url,0,$pos);\r\n                addRequestParams(substr($url, $pos+1));\r\n            } // if\r\n            switch (strtolower($target)) {\r\n                case \'blank\' : $target = \' target=\"_blank\"\';  break;\r\n                case \'top\'   : $target = \' target=\"_top\"\';    break;\r\n                case \'parent\': $target = \' target=\"_parent\"\'; break;\r\n                default      : $target = \' target=\"_self\"\';\r\n            } // switch\r\n            echo \'<script language=\"javascript\" type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \'onload = function() { document.ff_redirect.submit(); }\'.nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'<form action=\"\'.$action.\'\" \'.\r\n                  \'method=\"post\" \'.\r\n                  \'name=\"ff_redirect\" id=\"ff_redirect\" \'.\r\n                  \'enctype=\"multipart/form-data\"\'.\r\n                  $target.\r\n                 \'>\'.nl();\r\n            while (list($prop, $val) = each($ff_request))\r\n                echo \'<input type=\"hidden\" name=\"\'.$prop.\'\" \'.\r\n                            \'value=\"\'.htmlentities(urldecode($val)).\'\"/>\'.nl();\r\n            echo \'</form>\'.nl().\r\n                 \'</body>\'.nl();\r\n        } // post\r\n    } // switch\r\n    exit;\r\n} // ff_redirect'),(46,1,'FF','ff_redirectForm','Redirect to other form','Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    ff_redirectForm($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectForm(\r\n        $this, \r\n       \'SecondForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );','Untyped','function ff_redirectForm($name, $params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeFormUrl($name, $params), $method);\r\n} // ff_redirectForm'),(47,1,'FF','ff_redirectPage','Redirect to other page','Redirects to another mambo page. \r\n\r\nCall: \r\n\r\n    ff_redirectPage($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectPage(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );','Untyped','function ff_redirectPage($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makePageUrl($params), $method);\r\n} // ff_redirectPage'),(48,1,'FF','ff_redirectParentX','Redirect to parent window','Redirects to the parent window when runing in iframe, otherwise to self. \r\n\r\nff_redirectParent($url [, $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $method = \'post\' or \'url\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirectParent(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'url\'\r\n       );','Untyped','function ff_redirectParent($url, $method = \'post\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->inframe) $target = \'parent\'; else $target = \'self\'; \r\n    ff_redirect($url, $target, $method);\r\n} // ff_redirectParent'),(49,1,'FF','ff_redirectSelf','Redirect to same form','Redirects to the same form. \r\n\r\nCall: \r\n\r\n    ff_redirectSelf($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectSelf(\'&ff_param_email=\'.urlencode($email));','Untyped','function ff_redirectSelf($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeSelfUrl($params), $method);\r\n} // ff_redirectSelf'),(50,1,'FF','ff_securityImage','Security Image','Create code to display the security image','Untyped','global $ff_seccode;\r\n\r\nif (!isset($this->record_id)) { $ff_seccode = null; }\r\n\r\nfunction ff_securityImage()\r\n{\r\n    global $ff_comsite, $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n\r\n    return \'<img src=\"\'.JURI::root().\'ff_secimage.php?option=com_breezingforms&showSecImage=true\" title=\"\" alt=\"\" />\';\r\n} // ff_securityImage'),(51,1,'FF','ff_select','Select rows from db','Execute a select query\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_select\')) $this->execPieceByName(\'ff_select\');\r\n\r\nCall syntax:\r\n\r\n    $rows = ff_select($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $rows:   List of row objects','Untyped','function ff_select($sql, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $rows = $database->loadObjectList();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        $rows = array();\r\n        if ($dienow) ff_die($error);\r\n    } else\r\n        $error = null;\r\n    return $rows;\r\n} // ff_select'),(52,1,'FF','ff_selectValue','Select single value from db','Execute query to read a single value\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_selectValue\')) $this->execPieceByName(\'ff_selectValue\');\r\n\r\nCall syntax:\r\n\r\n    $value = ff_selectValue($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $value:  The value returned by the database','Untyped','function ff_selectValue($sql, $def=null, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $value = $database->loadResult();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($value) return $value;\r\n    } // if\r\n    return $def;\r\n} // ff_selectValue'),(53,1,'FF','ff_setCheckedX','Set checkbox/radiobutton checked','Set a radio button or checkbox checked. \r\n\r\nCall: \r\n\r\n    ff_setChecked(\'name\', \'value\');','Untyped','function ff_setChecked($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name && $row->data1==$value)\r\n            $row->flag1 = 1;\r\n        unset($row);\r\n    } // for\r\n} // ff_setChecked'),(54,1,'FF','ff_setSelectedX','Set a select list option to *selected*','Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n    ff_setSelected(\'name\', \'value\');','Untyped','function ff_setSelected($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data2 =\r\n                preg_replace(\r\n                    \'/(^|\\r\\n|\\n)(0|1);([^;]*);(\'.$value.\')($|\\r\\n|\\n)/\',\r\n                    \'${1}1;${3};${4}${5}\',\r\n                    $row->data2\r\n                );\r\n        unset($row);\r\n    } // for\r\n} // ff_setSelected'),(55,1,'FF','ff_setValueX','Set text, textarea, hidden value','Set value of a Static Text, Text, Textarea or Hidden Input. \r\n\r\nCall: \r\n\r\n    ff_setValue(\'name\', \'value\');','Untyped','function ff_setValue($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data1 = $value;\r\n        unset($row);\r\n    } // for\r\n} // ff_setValue'),(56,1,'FF','Markdown','Original Markdown Processor','Converts text marked up by \'Markdown\' into HTML.\r\n\r\nPlease use ff_markdown() in forms instead of Markdown()','Untyped','#\r\n# Markdown  -  A text-to-HTML conversion tool for web writers\r\n#\r\n# Copyright (c) 2004-2005 John Gruber\r\n# <http://daringfireball.net/projects/markdown/>\r\n#\r\n# Copyright (c) 2004-2005 Michel Fortin - PHP Port\r\n# <http://www.michelf.com/projects/php-markdown/>\r\n#\r\n\r\nglobal	$MarkdownPHPVersion, $MarkdownSyntaxVersion,\r\n		$md_empty_element_suffix, $md_tab_width,\r\n		$md_nested_brackets_depth, $md_nested_brackets,\r\n		$md_escape_table, $md_backslash_escape_table,\r\n		$md_list_level;\r\n\r\n$MarkdownPHPVersion    = \'1.0.1b\'; # Mon 6 Jun 2005\r\n$MarkdownSyntaxVersion = \'1.0.1\';  # Sun 12 Dec 2004\r\n\r\n\r\n#\r\n# Global default settings:\r\n#\r\n$md_empty_element_suffix = \" />\";     # Change to \">\" for HTML output\r\n$md_tab_width = 4;\r\n\r\n#\r\n# WordPress settings:\r\n#\r\n$md_wp_posts    = true;  # Set to false to remove Markdown from posts.\r\n$md_wp_comments = true;  # Set to false to remove Markdown from comments.\r\n\r\n\r\n# -- WordPress Plugin Interface -----------------------------------------------\r\n/*\r\nPlugin Name: Markdown\r\nPlugin URI: http://www.michelf.com/projects/php-markdown/\r\nDescription: <a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\r\nVersion: 1.0.1b\r\nAuthor: Michel Fortin\r\nAuthor URI: http://www.michelf.com/\r\n*/\r\nif (isset($wp_version)) {\r\n	# More details about how it works here:\r\n	# <http://www.michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>\r\n\r\n	# Post content and excerpts\r\n	if ($md_wp_posts) {\r\n		remove_filter(\'the_content\',  \'wpautop\');\r\n		remove_filter(\'the_excerpt\',  \'wpautop\');\r\n		add_filter(\'the_content\',     \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'trim\', 7);\r\n		add_filter(\'the_excerpt\',     \'md_add_p\');\r\n		add_filter(\'the_excerpt_rss\', \'md_strip_p\');\r\n\r\n		remove_filter(\'content_save_pre\',  \'balanceTags\', 50);\r\n		remove_filter(\'excerpt_save_pre\',  \'balanceTags\', 50);\r\n		add_filter(\'the_content\',  	  \'balanceTags\', 50);\r\n		add_filter(\'get_the_excerpt\', \'balanceTags\', 9);\r\n\r\n		function md_add_p($text) {\r\n			if (strlen($text) == 0) return;\r\n			if (strcasecmp(substr($text, -3), \'<p>\') == 0) return $text;\r\n			return \'<p>\'.$text.\'</p>\';\r\n		}\r\n		function md_strip_p($t) { return preg_replace(\'{</?[pP]>}\', \'\', $t); }\r\n	}\r\n\r\n	# Comments\r\n	if ($md_wp_comments) {\r\n		remove_filter(\'comment_text\', \'wpautop\');\r\n		remove_filter(\'comment_text\', \'make_clickable\');\r\n		add_filter(\'pre_comment_content\', \'Markdown\', 6);\r\n		add_filter(\'pre_comment_content\', \'md_hide_tags\', 8);\r\n		add_filter(\'pre_comment_content\', \'md_show_tags\', 12);\r\n		add_filter(\'get_comment_text\',    \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'md_strip_p\', 7);\r\n\r\n		global $md_hidden_tags;\r\n		$md_hidden_tags = array(\r\n			\'<p>\'	=> md5(\'<p>\'),		\'</p>\'	=> md5(\'</p>\'),\r\n			\'<pre>\'	=> md5(\'<pre>\'),	\'</pre>\'=> md5(\'</pre>\'),\r\n			\'<ol>\'	=> md5(\'<ol>\'),		\'</ol>\'	=> md5(\'</ol>\'),\r\n			\'<ul>\'	=> md5(\'<ul>\'),		\'</ul>\'	=> md5(\'</ul>\'),\r\n			\'<li>\'	=> md5(\'<li>\'),		\'</li>\'	=> md5(\'</li>\'),\r\n			);\r\n\r\n		function md_hide_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_keys($md_hidden_tags),\r\n								array_values($md_hidden_tags), $text);\r\n		}\r\n		function md_show_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_values($md_hidden_tags),\r\n								array_keys($md_hidden_tags), $text);\r\n		}\r\n	}\r\n}\r\n\r\n\r\n# -- bBlog Plugin Info --------------------------------------------------------\r\nfunction identify_modifier_markdown() {\r\n	global $MarkdownPHPVersion;\r\n	return array(\r\n		\'name\'			=> \'markdown\',\r\n		\'type\'			=> \'modifier\',\r\n		\'nicename\'		=> \'Markdown\',\r\n		\'description\'	=> \'A text-to-HTML conversion tool for web writers\',\r\n		\'authors\'		=> \'Michel Fortin and John Gruber\',\r\n		\'licence\'		=> \'GPL\',\r\n		\'version\'		=> $MarkdownPHPVersion,\r\n		\'help\'			=> \'<a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\'\r\n	);\r\n}\r\n\r\n# -- Smarty Modifier Interface ------------------------------------------------\r\nfunction smarty_modifier_markdown($text) {\r\n	return Markdown($text);\r\n}\r\n\r\n# -- Textile Compatibility Mode -----------------------------------------------\r\n# Rename this file to \"classTextile.php\" and it can replace Textile anywhere.\r\nif (strcasecmp(substr(__FILE__, -16), \"classTextile.php\") == 0) {\r\n	# Try to include PHP SmartyPants. Should be in the same directory.\r\n	@include_once \'smartypants.php\';\r\n	# Fake Textile class. It calls Markdown instead.\r\n	class Textile {\r\n		function TextileThis($text, $lite=\'\', $encode=\'\', $noimage=\'\', $strict=\'\') {\r\n			if ($lite == \'\' && $encode == \'\')   $text = Markdown($text);\r\n			if (function_exists(\'SmartyPants\')) $text = SmartyPants($text);\r\n			return $text;\r\n		}\r\n	}\r\n}\r\n\r\n\r\n\r\n#\r\n# Globals:\r\n#\r\n\r\n# Regex to match balanced [brackets].\r\n# Needed to insert a maximum bracked depth while converting to PHP.\r\n$md_nested_brackets_depth = 6;\r\n$md_nested_brackets =\r\n	str_repeat(\'(?>[^\\[\\]]+|\\[\', $md_nested_brackets_depth).\r\n	str_repeat(\'\\])*\', $md_nested_brackets_depth);\r\n\r\n# Table of hash values for escaped characters:\r\n$md_escape_table = array(\r\n	\"\\\\\" => md5(\"\\\\\"),\r\n	\"`\" => md5(\"`\"),\r\n	\"*\" => md5(\"*\"),\r\n	\"_\" => md5(\"_\"),\r\n	\"{\" => md5(\"{\"),\r\n	\"}\" => md5(\"}\"),\r\n	\"[\" => md5(\"[\"),\r\n	\"]\" => md5(\"]\"),\r\n	\"(\" => md5(\"(\"),\r\n	\")\" => md5(\")\"),\r\n	\">\" => md5(\">\"),\r\n	\"#\" => md5(\"#\"),\r\n	\"+\" => md5(\"+\"),\r\n	\"-\" => md5(\"-\"),\r\n	\".\" => md5(\".\"),\r\n	\"!\" => md5(\"!\")\r\n);\r\n# Create an identical table but for escaped characters.\r\n$md_backslash_escape_table;\r\nforeach ($md_escape_table as $key => $char)\r\n	$md_backslash_escape_table[\"\\\\$key\"] = $char;\r\n\r\n\r\nfunction Markdown($text) {\r\n#\r\n# Main function. The order in which other subs are called here is\r\n# essential. Link and image substitutions need to happen before\r\n# _EscapeSpecialCharsWithinTagAttributes(), so that any *\'s or _\'s in the <a>\r\n# and <img> tags get encoded.\r\n#\r\n	# Clear the global hashes. If we don\'t clear these, you get conflicts\r\n	# from other articles when generating a page which contains more than\r\n	# one article (e.g. an index page that shows the N most recent\r\n	# articles):\r\n	global $md_urls, $md_titles, $md_html_blocks;\r\n	$md_urls = array();\r\n	$md_titles = array();\r\n	$md_html_blocks = array();\r\n\r\n	# Standardize line endings:\r\n	#   DOS to Unix and Mac to Unix\r\n	$text = str_replace(array(\"\\r\\n\", \"\\r\"), \"\\n\", $text);\r\n\r\n	# Make sure $text ends with a couple of newlines:\r\n	$text .= \"\\n\\n\";\r\n\r\n	# Convert all tabs to spaces.\r\n	$text = _Detab($text);\r\n\r\n	# Strip any lines consisting only of spaces and tabs.\r\n	# This makes subsequent regexen easier to write, because we can\r\n	# match consecutive blank lines with /\\n+/ instead of something\r\n	# contorted like /[ \\t]*\\n+/ .\r\n	$text = preg_replace(\'/^[ \\t]+$/m\', \'\', $text);\r\n\r\n	# Turn block-level HTML blocks into hash entries\r\n	$text = _HashHTMLBlocks($text);\r\n\r\n	# Strip link definitions, store in hashes.\r\n	$text = _StripLinkDefinitions($text);\r\n\r\n	$text = _RunBlockGamut($text);\r\n\r\n	$text = _UnescapeSpecialChars($text);\r\n\r\n	return $text . \"\\n\";\r\n}\r\n\r\n\r\nfunction _StripLinkDefinitions($text) {\r\n#\r\n# Strips link definitions from text, stores the URLs and titles in\r\n# hash references.\r\n#\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Link defs are in the form: ^[id]: url \"optional title\"\r\n	$text = preg_replace_callback(\'{\r\n						^[ ]{0,\'.$less_than_tab.\'}\\[(.+)\\]:	# id = $1\r\n						  [ \\t]*\r\n						  \\n?				# maybe *one* newline\r\n						  [ \\t]*\r\n						<?(\\S+?)>?			# url = $2\r\n						  [ \\t]*\r\n						  \\n?				# maybe one newline\r\n						  [ \\t]*\r\n						(?:\r\n							(?<=\\s)			# lookbehind for whitespace\r\n							[\"(]\r\n							(.+?)			# title = $3\r\n							[\")]\r\n							[ \\t]*\r\n						)?	# title is optional\r\n						(?:\\n+|\\Z)\r\n		}xm\',\r\n		\'_StripLinkDefinitions_callback\',\r\n		$text);\r\n	return $text;\r\n}\r\nfunction _StripLinkDefinitions_callback($matches) {\r\n	global $md_urls, $md_titles;\r\n	$link_id = strtolower($matches[1]);\r\n	$md_urls[$link_id] = _EncodeAmpsAndAngles($matches[2]);\r\n	if (isset($matches[3]))\r\n		$md_titles[$link_id] = str_replace(\'\"\', \'&quot;\', $matches[3]);\r\n	return \'\'; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _HashHTMLBlocks($text) {\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Hashify HTML blocks:\r\n	# We only want to do this for block-level HTML tags, such as headers,\r\n	# lists, and tables. That\'s because we still want to wrap <p>s around\r\n	# \"paragraphs\" that are wrapped in non-block-level tags, such as anchors,\r\n	# phrase emphasis, and spans. The list of tags we\'re looking for is\r\n	# hard-coded:\r\n	$block_tags_a = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math|ins|del\';\r\n	$block_tags_b = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math\';\r\n\r\n	# First, look for nested blocks, e.g.:\r\n	# 	<div>\r\n	# 		<div>\r\n	# 		tags for inner block must be indented.\r\n	# 		</div>\r\n	# 	</div>\r\n	#\r\n	# The outermost tags must start at the left margin for this to match, and\r\n	# the inner nested divs must be indented.\r\n	# We need to do this before the next, more liberal match, because the next\r\n	# match will start at the first `<div>` and stop at the first `</div>`.\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_a)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	#\r\n	# Now match more liberally, simply from `\\n<tag>` to `</tag>\\n`\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_b)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					.*</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case just for <hr />. It was easier to make a special case than\r\n	# to make the other regex more complicated.\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					<(hr)				# start tag = $2\r\n					\\b					# word break\r\n					([^<>])*?			#\r\n					/?>					# the matching end tag\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n		}x\',\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case for standalone HTML comments:\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					(?s:\r\n						<!\r\n						(--.*?--\\s*)+\r\n						>\r\n					)\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n			}x\',\r\n			\'_HashHTMLBlocks_callback\',\r\n			$text);\r\n\r\n	return $text;\r\n}\r\nfunction _HashHTMLBlocks_callback($matches) {\r\n	global $md_html_blocks;\r\n	$text = $matches[1];\r\n	$key = md5($text);\r\n	$md_html_blocks[$key] = $text;\r\n	return \"\\n\\n$key\\n\\n\"; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _RunBlockGamut($text) {\r\n#\r\n# These are all the transformations that form block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoHeaders($text);\r\n\r\n	# Do Horizontal Rules:\r\n	$text = preg_replace(\r\n		array(\'{^[ ]{0,2}([ ]?\\*[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? -[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? _[ ]?){3,}[ \\t]*$}mx\'),\r\n		\"\\n<hr$md_empty_element_suffix\\n\",\r\n		$text);\r\n\r\n	$text = _DoLists($text);\r\n	$text = _DoCodeBlocks($text);\r\n	$text = _DoBlockQuotes($text);\r\n\r\n	# We already ran _HashHTMLBlocks() before, in Markdown(), but that\r\n	# was to escape raw HTML in the original Markdown source. This time,\r\n	# we\'re escaping the markup we\'ve just created, so that we don\'t wrap\r\n	# <p> tags around block-level tags.\r\n	$text = _HashHTMLBlocks($text);\r\n	$text = _FormParagraphs($text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _RunSpanGamut($text) {\r\n#\r\n# These are all the transformations that occur *within* block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoCodeSpans($text);\r\n\r\n	$text = _EscapeSpecialChars($text);\r\n\r\n	# Process anchor and image tags. Images must come first,\r\n	# because ![foo][f] looks like an anchor.\r\n	$text = _DoImages($text);\r\n	$text = _DoAnchors($text);\r\n\r\n	# Make links out of things like `<http://example.com/>`\r\n	# Must come after _DoAnchors(), because you can use < and >\r\n	# delimiters in inline links like [this](<url>).\r\n	$text = _DoAutoLinks($text);\r\n	$text = _EncodeAmpsAndAngles($text);\r\n	$text = _DoItalicsAndBold($text);\r\n\r\n	# Do hard breaks:\r\n	$text = preg_replace(\'/ {2,}\\n/\', \"<br$md_empty_element_suffix\\n\", $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EscapeSpecialChars($text) {\r\n	global $md_escape_table;\r\n	$tokens = _TokenizeHTML($text);\r\n\r\n	$text = \'\';   # rebuild $text from the tokens\r\n#	$in_pre = 0;  # Keep track of when we\'re inside <pre> or <code> tags.\r\n#	$tags_to_skip = \"!<(/?)(?:pre|code|kbd|script|math)[\\s>]!\";\r\n\r\n	foreach ($tokens as $cur_token) {\r\n		if ($cur_token[0] == \'tag\') {\r\n			# Within tags, encode * and _ so they don\'t conflict\r\n			# with their use in Markdown for italics and strong.\r\n			# We\'re replacing each such character with its\r\n			# corresponding MD5 checksum value; this is likely\r\n			# overkill, but it should prevent us from colliding\r\n			# with the escape values by accident.\r\n			$cur_token[1] = str_replace(array(\'*\', \'_\'),\r\n				array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n				$cur_token[1]);\r\n			$text .= $cur_token[1];\r\n		} else {\r\n			$t = $cur_token[1];\r\n			$t = _EncodeBackslashEscapes($t);\r\n			$text .= $t;\r\n		}\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoAnchors($text) {\r\n#\r\n# Turn Markdown link shortcuts into XHTML <a> tags.\r\n#\r\n	global $md_nested_brackets;\r\n	#\r\n	# First, handle reference-style links: [link text] [id]\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(					# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\\\[\r\n			(.*?)		# id = $3\r\n		  \\\\]\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, inline-style links: [link text](url \"optional title\")\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(				# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n		  \\\\(			# literal paren\r\n			[ \\\\t]*\r\n			<?(.*?)>?	# href = $3\r\n			[ \\\\t]*\r\n			(			# $4\r\n			  ([\'\\\"])	# quote char = $5\r\n			  (.*?)		# Title = $6\r\n			  \\\\5		# matching quote\r\n			)?			# title is optional\r\n		  \\\\)\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoAnchors_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$link_text   = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($link_text); # for shortcut links like [this][].\r\n	}\r\n\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<a href=\\\"$url\\\"\";\r\n		if ( isset( $md_titles[$link_id] ) ) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\',     \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= \">$link_text</a>\";\r\n	}\r\n	else {\r\n		$result = $whole_match;\r\n	}\r\n	return $result;\r\n}\r\nfunction _DoAnchors_inline_callback($matches) {\r\n	global $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$link_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			=& $matches[6];\r\n\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<a href=\\\"$url\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(\'\"\', \'&quot;\', $title);\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\";\r\n	}\r\n\r\n	$result .= \">$link_text</a>\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoImages($text) {\r\n#\r\n# Turn Markdown image shortcuts into <img> tags.\r\n#\r\n	global $md_nested_brackets;\r\n\r\n	#\r\n	# First, handle reference-style labeled images: ![alt text][id]\r\n	#\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\[\r\n			(.*?)		# id = $3\r\n		  \\]\r\n\r\n		)\r\n		}xs\',\r\n		\'_DoImages_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, handle inline images:  ![alt text](url \"optional title\")\r\n	# Don\'t forget: encode * and _\r\n\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n		  \\(			# literal paren\r\n			[ \\t]*\r\n			<?(\\S+?)>?	# src url = $3\r\n			[ \\t]*\r\n			(			# $4\r\n			  ([\\\'\"])	# quote char = $5\r\n			  (.*?)		# title = $6\r\n			  \\5		# matching quote\r\n			  [ \\t]*\r\n			)?			# title is optional\r\n		  \\)\r\n		)\r\n		}xs\',\r\n		\'_DoImages_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoImages_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$alt_text    = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($alt_text); # for shortcut links like ![this][].\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n		if (isset($md_titles[$link_id])) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\', \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= $md_empty_element_suffix;\r\n	}\r\n	else {\r\n		# If there\'s no such link ID, leave intact:\r\n		$result = $whole_match;\r\n	}\r\n\r\n	return $result;\r\n}\r\nfunction _DoImages_inline_callback($matches) {\r\n	global $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$alt_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			= \'\';\r\n	if (isset($matches[6])) {\r\n		$title		= $matches[6];\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	$title    = str_replace(\'\"\', \'&quot;\', $title);\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\"; # $title already quoted\r\n	}\r\n	$result .= $md_empty_element_suffix;\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoHeaders($text) {\r\n	# Setext-style headers:\r\n	#	  Header 1\r\n	#	  ========\r\n	#\r\n	#	  Header 2\r\n	#	  --------\r\n	#\r\n	$text = preg_replace(\r\n		array(\'{ ^(.+)[ \\t]*\\n=+[ \\t]*\\n+ }emx\',\r\n			  \'{ ^(.+)[ \\t]*\\n-+[ \\t]*\\n+ }emx\'),\r\n		array(\"\'<h1>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h1>\\n\\n\'\",\r\n			  \"\'<h2>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h2>\\n\\n\'\"),\r\n		$text);\r\n\r\n	# atx-style headers:\r\n	#	# Header 1\r\n	#	## Header 2\r\n	#	## Header 2 with closing hashes ##\r\n	#	...\r\n	#	###### Header 6\r\n	#\r\n	$text = preg_replace(\"{\r\n			^(\\\\#{1,6})	# $1 = string of #\'s\r\n			[ \\\\t]*\r\n			(.+?)		# $2 = Header text\r\n			[ \\\\t]*\r\n			\\\\#*			# optional closing #\'s (not counted)\r\n			\\\\n+\r\n		}xme\",\r\n		\"\'<h\'.strlen(\'\\\\1\').\'>\'._RunSpanGamut(_UnslashQuotes(\'\\\\2\')).\'</h\'.strlen(\'\\\\1\').\'>\\n\\n\'\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoLists($text) {\r\n#\r\n# Form HTML ordered (numbered) and unordered (bulleted) lists.\r\n#\r\n	global $md_tab_width, $md_list_level;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$markers = array($marker_ul, $marker_ol);\r\n\r\n	foreach ($markers as $marker) {\r\n		# Re-usable pattern to match any entirel ul or ol list:\r\n		$whole_list = \'\r\n			(								# $1 = whole list\r\n			  (								# $2\r\n				[ ]{0,\'.$less_than_tab.\'}\r\n				(\'.$marker.\')				# $3 = first list item marker\r\n				[ \\t]+\r\n			  )\r\n			  (?s:.+?)\r\n			  (								# $4\r\n				  \\z\r\n				|\r\n				  \\n{2,}\r\n				  (?=\\S)\r\n				  (?!						# Negative lookahead for another list item marker\r\n					[ \\t]*\r\n					\'.$marker.\'[ \\t]+\r\n				  )\r\n			  )\r\n			)\r\n		\'; // mx\r\n\r\n		# We use a different prefix before nested lists than top-level lists.\r\n		# See extended comment in _ProcessListItems().\r\n\r\n		if ($md_list_level) {\r\n			$text = preg_replace_callback(\'{\r\n					^\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_top\', $text);\r\n		}\r\n		else {\r\n			$text = preg_replace_callback(\'{\r\n					(?:(?<=\\n\\n)|\\A\\n?)\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_nested\', $text);\r\n		}\r\n	}\r\n\r\n	return $text;\r\n}\r\nfunction _DoLists_callback_top($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n\r\n	# Trim any trailing whitespace, to put the closing `</$list_type>`\r\n	# up on the preceding line, to get it past the current stupid\r\n	# HTML block parser. This is a hack to work around the terrible\r\n	# hack that is the HTML block parser.\r\n	$result = rtrim($result);\r\n	$result = \"<$list_type>\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\nfunction _DoLists_callback_nested($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n	$result = \"<$list_type>\\n\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _ProcessListItems($list_str, $marker_any) {\r\n#\r\n#	Process the contents of a single ordered or unordered list, splitting it\r\n#	into individual list items.\r\n#\r\n	global $md_list_level;\r\n\r\n	# The $md_list_level global keeps track of when we\'re inside a list.\r\n	# Each time we enter a list, we increment it; when we leave a list,\r\n	# we decrement. If it\'s zero, we\'re not in a list anymore.\r\n	#\r\n	# We do this because when we\'re not inside a list, we want to treat\r\n	# something like this:\r\n	#\r\n	#		I recommend upgrading to version\r\n	#		8. Oops, now this line is treated\r\n	#		as a sub-list.\r\n	#\r\n	# As a single paragraph, despite the fact that the second line starts\r\n	# with a digit-period-space sequence.\r\n	#\r\n	# Whereas when we\'re inside a list (or sub-list), that line will be\r\n	# treated as the start of a sub-list. What a kludge, huh? This is\r\n	# an aspect of Markdown\'s syntax that\'s hard to parse perfectly\r\n	# without resorting to mind-reading. Perhaps the solution is to\r\n	# change the syntax rules such that sub-lists must start with a\r\n	# starting cardinal number; e.g. \"1.\" or \"a.\".\r\n\r\n	$md_list_level++;\r\n\r\n	# trim trailing blank lines:\r\n	$list_str = preg_replace(\"/\\n{2,}\\\\z/\", \"\\n\", $list_str);\r\n\r\n	$list_str = preg_replace_callback(\'{\r\n		(\\n)?							# leading line = $1\r\n		(^[ \\t]*)						# leading whitespace = $2\r\n		(\'.$marker_any.\') [ \\t]+		# list marker = $3\r\n		((?s:.+?)						# list item text   = $4\r\n		(\\n{1,2}))\r\n		(?= \\n* (\\z | \\2 (\'.$marker_any.\') [ \\t]+))\r\n		}xm\',\r\n		\'_ProcessListItems_callback\', $list_str);\r\n\r\n	$md_list_level--;\r\n	return $list_str;\r\n}\r\nfunction _ProcessListItems_callback($matches) {\r\n	$item = $matches[4];\r\n	$leading_line =& $matches[1];\r\n	$leading_space =& $matches[2];\r\n\r\n	if ($leading_line || preg_match(\'/\\n{2,}/\', $item)) {\r\n		$item = _RunBlockGamut(_Outdent($item));\r\n	}\r\n	else {\r\n		# Recursion for sub-lists:\r\n		$item = _DoLists(_Outdent($item));\r\n		$item = preg_replace(\'/\\n+$/\', \'\', $item);\r\n		$item = _RunSpanGamut($item);\r\n	}\r\n\r\n	return \"<li>\" . $item . \"</li>\\n\";\r\n}\r\n\r\n\r\nfunction _DoCodeBlocks($text) {\r\n#\r\n#	Process Markdown `<pre><code>` blocks.\r\n#\r\n	global $md_tab_width;\r\n	$text = preg_replace_callback(\"{\r\n			(?:\\\\n\\\\n|\\\\A)\r\n			(	            # $1 = the code block -- one or more lines, starting with a space/tab\r\n			  (?:\r\n				(?:[ ]\\{$md_tab_width} | \\\\t)  # Lines must start with a tab or a tab-width of spaces\r\n				.*\\\\n+\r\n			  )+\r\n			)\r\n			((?=^[ ]{0,$md_tab_width}\\\\S)|\\\\Z)	# Lookahead for non-space at line-start, or end of doc\r\n		}xm\",\r\n		\'_DoCodeBlocks_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeBlocks_callback($matches) {\r\n	$codeblock = $matches[1];\r\n\r\n	$codeblock = _EncodeCode(_Outdent($codeblock));\r\n//	$codeblock = _Detab($codeblock);\r\n	# trim leading newlines and trailing whitespace\r\n	$codeblock = preg_replace(array(\'/\\A\\n+/\', \'/\\s+\\z/\'), \'\', $codeblock);\r\n\r\n	$result = \"\\n\\n<pre><code>\" . $codeblock . \"\\n</code></pre>\\n\\n\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoCodeSpans($text) {\r\n#\r\n# 	*	Backtick quotes are used for <code></code> spans.\r\n#\r\n# 	*	You can use multiple backticks as the delimiters if you want to\r\n# 		include literal backticks in the code span. So, this input:\r\n#\r\n#		  Just type ``foo `bar` baz`` at the prompt.\r\n#\r\n#	  	Will translate to:\r\n#\r\n#		  <p>Just type <code>foo `bar` baz</code> at the prompt.</p>\r\n#\r\n#		There\'s no arbitrary limit to the number of backticks you\r\n#		can use as delimters. If you need three consecutive backticks\r\n#		in your code, use four for delimiters, etc.\r\n#\r\n#	*	You can use spaces to get literal backticks at the edges:\r\n#\r\n#		  ... type `` `bar` `` ...\r\n#\r\n#	  	Turns to:\r\n#\r\n#		  ... type <code>`bar`</code> ...\r\n#\r\n	$text = preg_replace_callback(\'@\r\n			(?<!\\\\\\)	# Character before opening ` can\\\'t be a backslash\r\n			(`+)		# $1 = Opening run of `\r\n			(.+?)		# $2 = The code block\r\n			(?<!`)\r\n			\\1			# Matching closer\r\n			(?!`)\r\n		@xs\',\r\n		\'_DoCodeSpans_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeSpans_callback($matches) {\r\n	$c = $matches[2];\r\n	$c = preg_replace(\'/^[ \\t]*/\', \'\', $c); # leading whitespace\r\n	$c = preg_replace(\'/[ \\t]*$/\', \'\', $c); # trailing whitespace\r\n	$c = _EncodeCode($c);\r\n	return \"<code>$c</code>\";\r\n}\r\n\r\n\r\nfunction _EncodeCode($_) {\r\n#\r\n# Encode/escape certain characters inside Markdown code runs.\r\n# The point is that in code, these characters are literals,\r\n# and lose their special Markdown meanings.\r\n#\r\n	global $md_escape_table;\r\n\r\n	# Encode all ampersands; HTML entities are not\r\n	# entities within a Markdown code span.\r\n	$_ = str_replace(\'&\', \'&amp;\', $_);\r\n\r\n	# Do the angle bracket song and dance:\r\n	$_ = str_replace(array(\'<\',    \'>\'),\r\n					 array(\'&lt;\', \'&gt;\'), $_);\r\n\r\n	# Now, escape characters that are magic in Markdown:\r\n	$_ = str_replace(array_keys($md_escape_table),\r\n					 array_values($md_escape_table), $_);\r\n\r\n	return $_;\r\n}\r\n\r\n\r\nfunction _DoItalicsAndBold($text) {\r\n	# <strong> must go first:\r\n	$text = preg_replace(\'{\r\n			(						# $1: Marker\r\n				(?<!\\*\\*) \\*\\* |	#     (not preceded by two chars of\r\n				(?<!__)   __		#      the same marker)\r\n			)\r\n			(?=\\S) 					# Not followed by whitespace\r\n			(?!\\1)					#   or two others marker chars.\r\n			(						# $2: Content\r\n				(?:\r\n					[^*_]+?			# Anthing not em markers.\r\n				|\r\n									# Balence any regular emphasis inside.\r\n					([*_]) (?=\\S) .+? (?<=\\S) \\3	# $3: em char (* or _)\r\n				|\r\n					(?! \\1 ) .		# Allow unbalenced * and _.\r\n				)+?\r\n			)\r\n			(?<=\\S) \\1				# End mark not preceded by whitespace.\r\n		}sx\',\r\n		\'<strong>\\2</strong>\', $text);\r\n	# Then <em>:\r\n	$text = preg_replace(\r\n		\'{ ( (?<!\\*)\\* | (?<!_)_ ) (?=\\S) (?! \\1) (.+?) (?<=\\S) \\1 }sx\',\r\n		\'<em>\\2</em>\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoBlockQuotes($text) {\r\n	$text = preg_replace_callback(\'/\r\n		  (								# Wrap whole match in $1\r\n			(\r\n			  ^[ \\t]*>[ \\t]?			# \">\" at the start of a line\r\n				.+\\n					# rest of the first line\r\n			  (.+\\n)*					# subsequent consecutive lines\r\n			  \\n*						# blanks\r\n			)+\r\n		  )\r\n		/xm\',\r\n		\'_DoBlockQuotes_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoBlockQuotes_callback($matches) {\r\n	$bq = $matches[1];\r\n	# trim one level of quoting - trim whitespace-only lines\r\n	$bq = preg_replace(array(\'/^[ \\t]*>[ \\t]?/m\', \'/^[ \\t]+$/m\'), \'\', $bq);\r\n	$bq = _RunBlockGamut($bq);		# recurse\r\n\r\n	$bq = preg_replace(\'/^/m\', \"  \", $bq);\r\n	# These leading spaces screw with <pre> content, so we need to fix that:\r\n	$bq = preg_replace_callback(\'{(\\s*<pre>.+?</pre>)}sx\',\r\n								\'_DoBlockQuotes_callback2\', $bq);\r\n\r\n	return \"<blockquote>\\n$bq\\n</blockquote>\\n\\n\";\r\n}\r\nfunction _DoBlockQuotes_callback2($matches) {\r\n	$pre = $matches[1];\r\n	$pre = preg_replace(\'/^  /m\', \'\', $pre);\r\n	return $pre;\r\n}\r\n\r\n\r\nfunction _FormParagraphs($text) {\r\n#\r\n#	Params:\r\n#		$text - string to process with html <p> tags\r\n#\r\n	global $md_html_blocks;\r\n\r\n	# Strip leading and trailing lines:\r\n	$text = preg_replace(array(\'/\\A\\n+/\', \'/\\n+\\z/\'), \'\', $text);\r\n\r\n	$grafs = preg_split(\'/\\n{2,}/\', $text, -1, PREG_SPLIT_NO_EMPTY);\r\n\r\n	#\r\n	# Wrap <p> tags.\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (!isset( $md_html_blocks[$value] )) {\r\n			$value = _RunSpanGamut($value);\r\n			$value = preg_replace(\'/^([ \\t]*)/\', \'<p>\', $value);\r\n			$value .= \"</p>\";\r\n			$grafs[$key] = $value;\r\n		}\r\n	}\r\n\r\n	#\r\n	# Unhashify HTML blocks\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (isset( $md_html_blocks[$value] )) {\r\n			$grafs[$key] = $md_html_blocks[$value];\r\n		}\r\n	}\r\n\r\n	return implode(\"\\n\\n\", $grafs);\r\n}\r\n\r\n\r\nfunction _EncodeAmpsAndAngles($text) {\r\n# Smart processing for ampersands and angle brackets that need to be encoded.\r\n\r\n	# Ampersand-encoding based entirely on Nat Irons\'s Amputator MT plugin:\r\n	#   http://bumppo.net/projects/amputator/\r\n	$text = preg_replace(\'/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/\',\r\n						 \'&amp;\', $text);;\r\n\r\n	# Encode naked <\'s\r\n	$text = preg_replace(\'{<(?![a-z/?\\$!])}i\', \'&lt;\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeBackslashEscapes($text) {\r\n#\r\n#	Parameter:  String.\r\n#	Returns:    The string, with after processing the following backslash\r\n#				escape sequences.\r\n#\r\n	global $md_escape_table, $md_backslash_escape_table;\r\n	# Must process escaped backslashes first.\r\n	return str_replace(array_keys($md_backslash_escape_table),\r\n					   array_values($md_backslash_escape_table), $text);\r\n}\r\n\r\n\r\nfunction _DoAutoLinks($text) {\r\n	$text = preg_replace(\"!<((https?|ftp):[^\'\\\">\\\\s]+)>!\",\r\n						 \'<a href=\"\\1\">\\1</a>\', $text);\r\n\r\n	# Email addresses: <address@domain.foo>\r\n	$text = preg_replace(\'{\r\n		<\r\n        (?:mailto:)?\r\n		(\r\n			[-.\\w]+\r\n			\\@\r\n			[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+\r\n		)\r\n		>\r\n		}exi\',\r\n		\"_EncodeEmailAddress(_UnescapeSpecialChars(_UnslashQuotes(\'\\\\1\')))\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeEmailAddress($addr) {\r\n#\r\n#	Input: an email address, e.g. \"foo@example.com\"\r\n#\r\n#	Output: the email address as a mailto link, with each character\r\n#		of the address encoded as either a decimal or hex entity, in\r\n#		the hopes of foiling most address harvesting spam bots. E.g.:\r\n#\r\n#	  <a href=\"&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#102;&#111;&#111;&#64;&#101;\r\n#		x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;\">&#102;&#111;&#111;\r\n#		&#64;&#101;x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;</a>\r\n#\r\n#	Based by a filter by Matthew Wickline, posted to the BBEdit-Talk\r\n#	mailing list: <http://tinyurl.com/yu7ue>\r\n#\r\n	$addr = \"mailto:\" . $addr;\r\n	$length = strlen($addr);\r\n\r\n	# leave \':\' alone (to spot mailto: later)\r\n	$addr = preg_replace_callback(\'/([^\\:])/\',\r\n								  \'_EncodeEmailAddress_callback\', $addr);\r\n\r\n	$addr = \"<a href=\\\"$addr\\\">$addr</a>\";\r\n	# strip the mailto: from the visible part\r\n	$addr = preg_replace(\'/\">.+?:/\', \'\">\', $addr);\r\n\r\n	return $addr;\r\n}\r\nfunction _EncodeEmailAddress_callback($matches) {\r\n	$char = $matches[1];\r\n	$r = rand(0, 100);\r\n	# roughly 10% raw, 45% hex, 45% dec\r\n	# \'@\' *must* be encoded. I insist.\r\n	if ($r > 90 && $char != \'@\') return $char;\r\n	if ($r < 45) return \'&#x\'.dechex(ord($char)).\';\';\r\n	return \'&#\'.ord($char).\';\';\r\n}\r\n\r\n\r\nfunction _UnescapeSpecialChars($text) {\r\n#\r\n# Swap back in all the special characters we\'ve hidden.\r\n#\r\n	global $md_escape_table;\r\n	return str_replace(array_values($md_escape_table),\r\n					   array_keys($md_escape_table), $text);\r\n}\r\n\r\n\r\n# _TokenizeHTML is shared between PHP Markdown and PHP SmartyPants.\r\n# We only define it if it is not already defined.\r\nif (!function_exists(\'_TokenizeHTML\')) :\r\nfunction _TokenizeHTML($str) {\r\n#\r\n#   Parameter:  String containing HTML markup.\r\n#   Returns:    An array of the tokens comprising the input\r\n#               string. Each token is either a tag (possibly with nested,\r\n#               tags contained therein, such as <a href=\"<MTFoo>\">, or a\r\n#               run of text between tags. Each element of the array is a\r\n#               two-element array; the first is either \'tag\' or \'text\';\r\n#               the second is the actual value.\r\n#\r\n#\r\n#   Regular expression derived from the _tokenize() subroutine in\r\n#   Brad Choate\'s MTRegex plugin.\r\n#   <http://www.bradchoate.com/past/mtregex.php>\r\n#\r\n	$index = 0;\r\n	$tokens = array();\r\n\r\n	$match = \'(?s:<!(?:--.*?--\\s*)+>)|\'.	# comment\r\n			 \'(?s:<\\?.*?\\?>)|\'.				# processing instruction\r\n			 								# regular tags\r\n			 \'(?:<[/!$]?[-a-zA-Z0-9:]+\\b(?>[^\"\\\'>]+|\"[^\"]*\"|\\\'[^\\\']*\\\')*>)\';\r\n\r\n	$parts = preg_split(\"{($match)}\", $str, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\r\n	foreach ($parts as $part) {\r\n		if (++$index % 2 && $part != \'\')\r\n			$tokens[] = array(\'text\', $part);\r\n		else\r\n			$tokens[] = array(\'tag\', $part);\r\n	}\r\n\r\n	return $tokens;\r\n}\r\nendif;\r\n\r\n\r\nfunction _Outdent($text) {\r\n#\r\n# Remove one level of line-leading tabs or spaces\r\n#\r\n	global $md_tab_width;\r\n	return preg_replace(\"/^(\\\\t|[ ]{1,$md_tab_width})/m\", \"\", $text);\r\n}\r\n\r\n\r\nfunction _Detab($text) {\r\n#\r\n# Replace tabs with the appropriate amount of space.\r\n#\r\n	global $md_tab_width;\r\n\r\n	# For each line we separate the line in blocks delemited by\r\n	# tab characters. Then we reconstruct every line by adding the\r\n	# appropriate number of space between each blocks.\r\n\r\n	$lines = explode(\"\\n\", $text);\r\n	$text = \"\";\r\n\r\n	foreach ($lines as $line) {\r\n		# Split in blocks.\r\n		$blocks = explode(\"\\t\", $line);\r\n		# Add each blocks to the line.\r\n		$line = $blocks[0];\r\n		unset($blocks[0]); # Do not add first block twice.\r\n		foreach ($blocks as $block) {\r\n			# Calculate amount of space, insert spaces, insert block.\r\n			$amount = $md_tab_width - strlen($line) % $md_tab_width;\r\n			$line .= str_repeat(\" \", $amount) . $block;\r\n		}\r\n		$text .= \"$line\\n\";\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _UnslashQuotes($text) {\r\n#\r\n#	This function is useful to remove automaticaly slashed double quotes\r\n#	when using preg_replace and evaluating an expression.\r\n#	Parameter:  String.\r\n#	Returns:    The string with any slash-double-quote (\\\") sequence replaced\r\n#				by a single double quote.\r\n#\r\n	return str_replace(\'\\\"\', \'\"\', $text);\r\n}\r\n\r\n\r\n/*\r\n\r\nPHP Markdown\r\n============\r\n\r\nDescription\r\n-----------\r\n\r\nThis is a PHP translation of the original Markdown formatter written in\r\nPerl by John Gruber.\r\n\r\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\r\neasy-to-write structured text format into HTML. Markdown\'s text format\r\nis most similar to that of plain text email, and supports features such\r\nas headers, *emphasis*, code blocks, blockquotes, and links.\r\n\r\nMarkdown\'s syntax is designed not as a generic markup language, but\r\nspecifically to serve as a front-end to (X)HTML. You can use span-level\r\nHTML tags anywhere in a Markdown document, and you can use block level\r\nHTML tags (like <div> and <table> as well).\r\n\r\nFor more information about Markdown\'s syntax, see:\r\n\r\n<http://daringfireball.net/projects/markdown/>\r\n\r\n\r\nBugs\r\n----\r\n\r\nTo file bug reports please send email to:\r\n\r\n<michel.fortin@michelf.com>\r\n\r\nPlease include with your report: (1) the example input; (2) the output you\r\nexpected; (3) the output Markdown actually produced.\r\n\r\n\r\nVersion History\r\n---------------\r\n\r\nSee the readme file for detailed release notes for this version.\r\n\r\n1.0.1b - 6 Jun 2005\r\n\r\n1.0.1a - 15 Apr 2005\r\n\r\n1.0.1 - 16 Dec 2004\r\n\r\n1.0 - 21 Aug 2004\r\n\r\n\r\nAuthor & Contributors\r\n---------------------\r\n\r\nOriginal Perl version by John Gruber\r\n<http://daringfireball.net/>\r\n\r\nPHP port and other contributions by Michel Fortin\r\n<http://www.michelf.com/>\r\n\r\n\r\nCopyright and License\r\n---------------------\r\n\r\nCopyright (c) 2004-2005 Michel Fortin\r\n<http://www.michelf.com/>\r\nAll rights reserved.\r\n\r\nCopyright (c) 2003-2004 John Gruber\r\n<http://daringfireball.net/>\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are\r\nmet:\r\n\r\n*	Redistributions of source code must retain the above copyright notice,\r\n	this list of conditions and the following disclaimer.\r\n\r\n*	Redistributions in binary form must reproduce the above copyright\r\n	notice, this list of conditions and the following disclaimer in the\r\n	documentation and/or other materials provided with the distribution.\r\n\r\n*	Neither the name \"Markdown\" nor the names of its contributors may\r\n	be used to endorse or promote products derived from this software\r\n	without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors \"as\r\nis\" and any express or implied warranties, including, but not limited\r\nto, the implied warranties of merchantability and fitness for a\r\nparticular purpose are disclaimed. In no event shall the copyright owner\r\nor contributors be liable for any direct, indirect, incidental, special,\r\nexemplary, or consequential damages (including, but not limited to,\r\nprocurement of substitute goods or services; loss of use, data, or\r\nprofits; or business interruption) however caused and on any theory of\r\nliability, whether in contract, strict liability, or tort (including\r\nnegligence or otherwise) arising in any way out of the use of this\r\nsoftware, even if advised of the possibility of such damage.\r\n\r\n*/');
/*!40000 ALTER TABLE `mdr_facileforms_pieces` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_facileforms_records`
--

DROP TABLE IF EXISTS `mdr_facileforms_records`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_records` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `submitted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `form` int(11) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `ip` varchar(30) NOT NULL DEFAULT '',
  `browser` varchar(255) NOT NULL DEFAULT '',
  `opsys` varchar(255) NOT NULL DEFAULT '',
  `provider` varchar(255) NOT NULL DEFAULT '',
  `viewed` tinyint(1) NOT NULL DEFAULT 0,
  `exported` tinyint(1) NOT NULL DEFAULT 0,
  `archived` tinyint(1) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `username` varchar(255) NOT NULL DEFAULT '',
  `user_full_name` varchar(255) NOT NULL DEFAULT '',
  `paypal_tx_id` varchar(255) NOT NULL DEFAULT '',
  `paypal_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `paypal_testaccount` tinyint(1) NOT NULL DEFAULT 0,
  `paypal_download_tries` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_records`
--

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

--
-- Table structure for table `mdr_facileforms_scripts`
--

DROP TABLE IF EXISTS `mdr_facileforms_scripts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_scripts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(30) NOT NULL DEFAULT '',
  `title` varchar(50) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT '',
  `code` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_scripts`
--

LOCK TABLES `mdr_facileforms_scripts` WRITE;
/*!40000 ALTER TABLE `mdr_facileforms_scripts` DISABLE KEYS */;
INSERT INTO `mdr_facileforms_scripts` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES (1,1,'FF','ff_anychecked','Any Checked','Validate that any radio button or checkbox of a group is checked.','Element Validation','function ff_anychecked(element, message)\r\n{\r\n    // get plain name\r\n   // alert(document.ff_form52[\'ff_nm_bfQuickMode6303958[]\']);\r\n   // alert(document.getElementById(element.id).id);\r\n    var name = \'\';\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n           name = element[0].name;\r\n           var cnt = 0;\r\n           for (var i = 0; i < element.length; i++)\r\n             if (element[i].name==name) \r\n              if (element[i].checked) cnt++;                      \r\n           if (cnt==0) {\r\n            ff_validationFocus(element[0].name);\r\n            if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n            return message;\r\n           } // if \r\n\r\n        } else {\r\n           return \'\';\r\n        }\r\n    } else {\r\n      name = element.name;\r\n      if (name.substr(0,6) == \'ff_nm_\') name = name.substring(6,name.length-2);\r\n\r\n      // loop through elements and count selections\r\n      var cnt = 0;\r\n      for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) \r\n            if (ff_getElementByIndex(i).checked) cnt++;\r\n\r\n      // if none selected, emitt error\r\n      if (cnt==0) {\r\n        ff_validationFocus(element.name);\r\n        if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n        return message;\r\n      } // if\r\n    }\r\n    \r\n    return \'\';\r\n} // ff_anychecked'),(2,1,'FF','ff_checked','Checked','Validate that radio button or checkbox is checked.','Element Validation','function ff_checked(element, message)\r\n{\r\n    if (element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is not checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } \r\n}'),(3,1,'FF','ff_checkedValue','Get checked value','Get value of the currently checked radiobutton.','Untyped','function ff_checkedValue(name)\r\n{\r\n    // loop through elements and find checked\r\n    for (i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            e = ff_getElementByIndex(i);\r\n            if (e.checked) return e.value;\r\n        } // if \r\n    return \'\';\r\n} // ff_checkedValue'),(4,1,'FF','ff_countQuerySelections','Count Query Selections','Counts how many checkboxes/radiobuttons are checked/selected in a query list element','Untyped','function ff_countQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var sels = 0;\r\n    for (curr = 0; curr < cnt; curr++)\r\n        if (document.getElementById(\'ff_cb\'+id+\'_\'+curr).checked) sels++;\r\n    return sels;\r\n} // ff_countQuerySelections'),(5,1,'FF','ff_dollaramount2dp','Dollar Amount with 2 Decimal Places','Validate that a dollar amount with two decimal places is entered.','Element Validation','function ff_dollaramount2dp(element, message)\r\n{\r\n    var ex  = /^\\d+$|^\\d+\\.\\d{2}$/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number with two decimal places.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_dollaramount2dp'),(6,1,'FF','ff_expString','String export','Export string function: escapes special characters of a string','Untyped','function ff_expString(text)\r\n{\r\n    text = trim(text);\r\n    var i;\r\n    var o = \'\';\r\n    for(i = 0; i < text.length; i++) {\r\n        c = text.charAt(i);\r\n        switch(c) {\r\n            case \';\' : o += \'\\\\x3B\'; break;\r\n            case \',\' : o += \'\\\\x2C\'; break;\r\n            case \'&\' : o += \'\\\\x26\'; break;\r\n            case \'<\' : o += \'\\\\x3C\'; break;\r\n            case \'>\' : o += \'\\\\x3E\'; break;\r\n            case \'\\\'\': o += \'\\\\x27\'; break;\r\n            case \'\\\\\': o += \'\\\\x5C\'; break;\r\n            case \'\"\' : o += \'\\\\x22\'; break;\r\n            case \'\\n\': o += \'\\\\n\'; break;\r\n            case \'\\r\': o += \'\\\\r\'; break;\r\n            default: o += c;\r\n        } // switch\r\n    } // for\r\n    return o;\r\n} // expString'),(7,1,'FF','ff_flashupload_not_empty','Flash Upload Not Empty (QuickMode only!)','Validates if a flash upload is empty or not.','Element Validation','function ff_flashupload_not_empty(element, message)\r\n{\r\n    if(typeof bfSummarizers == \"undefined\") { alert(\"Flash upload validation only available in QuickMode!\"); return \'\'}\r\n    if(JQuery(\'#bfFlashFileQueue\'+element.id.split(\'ff_elem\')[1]).html() != \'\') return \'\';\r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty'),(8,1,'FF','ff_getfocus','Get focus','Get the focus. Usually this is for the first element of the form/page.','Element Init','function ff_getfocus(element,condition)\r\n{\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n    		element[0].focus();\r\n    	}\r\n    }else{\r\n    	element.focus();\r\n    }\r\n}'),(9,1,'FF','ff_getQuerySelectedRows','Get Query Selected Rows','Returns the selected rows in a 2-dimensional array','Untyped','function ff_getQuerySelectedRows(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var rcnt = ff_queryRows[id].length;\r\n    var cnt = rcnt;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr, r;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) {\r\n            var ident = elem.value;\r\n            for (r = 0; r < rcnt; r++)\r\n                if (ff_queryRows[id][r][0] == ident) {\r\n                    sels[selcnt++] = ff_queryRows[id][r];\r\n                    break;\r\n                } // if\r\n        } // if\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelectedRows'),(10,1,'FF','ff_getQuerySelections','Get Query Selected ID\'s','Returns the column values of the checked/selected checkboxes/radiobuttons in an array','Untyped','function ff_getQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) \r\n            sels[selcnt++] = elem.value;\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelections'),(11,1,'FF','ff_htmlvaluenotempty','HTML Texteditor Not Empty','Checks if an HTML editor element is empty or not','Element Validation','function ff_htmlvaluenotempty( element, message ){\r\n    \r\n    if( typeof bf_htmltextareanames == \"undefined\" ) return \'\';\r\n\r\n    var content = \"\";\r\n\r\n    for(var i = 0; i < bf_htmltextareanames.length; i++){\r\n      if( element.name == bf_htmltextareanames[i] ) {\r\n          eval(\"content = \" + bf_htmltextareas[i]);\r\n          break;\r\n      }\r\n    }\r\n    if (JQuery.trim(content) == \"\") {\r\n        if (message==\'\') message = element.name+\" must not be empty.\\n\";\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n}'),(12,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString(text)\r\n{\r\n    var str = \'\';\r\n    var ss = 0;\r\n    var s;\r\n    var tl = text.length;\r\n    var hexdigs = \"0123456789abcdefABCDEF\";\r\n    while (ss < tl) {\r\n        s = text.charAt(ss++);\r\n        if (s == \'\\\\\') {\r\n            if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n            switch (s) {\r\n                case 0   : break;\r\n                case \'e\' : str += \'\\33\'; break;\r\n                case \'t\' : str += \'\\t\'; break;\r\n                case \'r\' : str += \'\\r\'; break;\r\n                case \'n\' : str += \'\\n\'; break;\r\n                case \'f\' : str += \'\\f\'; break;\r\n                case \'x\' : {\r\n                    if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    var ch = \'\';\r\n                    while (hexdigs.indexOf(s)>=0 && ch.length < 2) {\r\n                        ch += s;\r\n                        if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    } // while\r\n                    while (ch.length < 2) ch = \'0\'+ch;\r\n                    str += unescape(\'%\'+ch);\r\n                    if (s) ss--;\r\n                    break;\r\n                }\r\n                default:\r\n                    str += s;\r\n            } // switch\r\n        } else\r\n            str += s;\r\n    } // while\r\n    return str;\r\n} // impString'),(13,1,'FF','ff_integer','Integer Number','Validate that an integer value is entered.','Element Validation','function ff_integer(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integer'),(14,1,'FF','ff_integeramount','Positive Integer','Validate that an positive integer value is entered.','Element Validation','function ff_integeramount(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integeramount'),(15,1,'FF','ff_integer_or_empty','Integer or empty','Validate that either an integer value or nothing is entered.','Element Validation','function ff_integer_or_empty(element, message)\r\n{\r\n    if (element.value != \'\') {\r\n        var ex  = /(^-?\\d\\d*$)/;\r\n        if (!ex.test(element.value)) {\r\n            if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n            ff_validationFocus(element.name);\r\n            return message;\r\n        } // if\r\n    } // if\r\n    return \'\';\r\n} // ff_integer_or_empty'),(16,1,'FF','ff_nextpage','Next page','Switchs to the next page.','Element Action','function ff_nextpage(element, action)\r\n{\r\n    if (ff_currentpage < ff_lastpage) {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_nextpage'),(17,1,'FF','ff_page1','Page 1','Switches to the first page.','Element Action','function ff_page1(element, action)\r\n{\r\n    ff_switchpage(1);\r\n} // ff_page1'),(18,1,'FF','ff_page2','Page 2','Switches to the second page.','Element Action','function ff_page2(element, action)\r\n{\r\n    if (ff_lastpage >= 2) ff_switchpage(2);\r\n} // ff_page2'),(19,1,'FF','ff_page3','Page 3','Switches to the third page.','Element Action','function ff_page3(element, action)\r\n{\r\n    if (ff_lastpage >= 3) ff_switchpage(3);\r\n} // ff_page3'),(20,1,'FF','ff_previouspage','Previous page','Switches to the previous page.','Element Action','function ff_previouspage(element, action)\r\n{\r\n    if (ff_currentpage > 1){\r\n        ff_switchpage(ff_currentpage-1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_previouspage'),(21,1,'FF','ff_real','Real Number','Validate that a real number is entered.','Element Validation','function ff_real(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_real'),(22,1,'FF','ff_realamount','Positive Real Number','Validate that a positive real number is entered.','Element Validation','function ff_realamount(element, message)\r\n{\r\n    var ex  = /(^\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_realamount'),(23,1,'FF','ff_resetForm','Reset form','Reset all form inputs to the initial values.','Element Action','function ff_resetForm(element, action)\r\n{\r\n    eval(\'document.\'+ff_processor.form_id).reset();\r\n} // ff_resetForm'),(24,1,'FF','ff_securitycode_entered','Security code entered','Check that a security code was entered.','Element Validation','function ff_securitycode_entered(element, message)\r\n{\r\n    var ex  = /(^\\d{5}$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = \"Security code must be entered as five digits.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_securitycode_entered'),(25,1,'FF','ff_securitycode_ok','Security code ok','Check that a valid security code was entered.','Element Validation','function ff_securitycode_ok(element, message)\r\n{\r\n<?php\r\n    global $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n    $enc = array();\r\n    mt_srand((double)microtime()*1000000);\r\n    for ($i = 0; $i < 256; $i++) $enc[] = mt_rand(0, 255);\r\n    $seccode = (string)$ff_seccode;\r\n    $hash = \'\';\r\n    $ini = $ff_seccode % 240;\r\n    for ($i = 0; $i < 5; $i++) {\r\n        $d = $ini+intval($seccode{$i});\r\n        for ($j = 0; $j < 7; $j++) $d = $enc[$d];\r\n        $hash .= $d;\r\n        $ini = ($ini+$d) % 240;\r\n    } // for\r\n    return\r\n        \"var enc = \".$this->expJsValue($enc).\";\\n\".\r\n        \"var seccode = new String(element.value);\\n\".\r\n        \"if (seccode.length==5) {\\n\".\r\n        \"    var hash = \'\';\\n\".\r\n        \"    var ini = parseInt(element.value) % 240;\\n\".\r\n        \"    var i, j;\\n\".\r\n        \"    for (i = 0; i < 5; i++) {\\n\".\r\n        \"        var d = ini+parseInt(seccode.charAt(i));\\n\".\r\n        \"        for (j = 0; j < 7; j++) d = enc[d];\\n\".\r\n        \"        hash += d;\\n\".\r\n        \"        ini = (ini+d) % 240;\\n\".\r\n        \"    } // for\\n\".\r\n        \"    if (hash == \'$hash\') return \'\';\\n\". \r\n        \"} // if\\n\".\r\n        \"if (message==\'\') message = \\\"Security code is missing or wrong.\\\\n\\\";\\n\".\r\n        \"ff_validationFocus(element.name);\\n\".\r\n        \"return message;\\n\";\r\n?>\r\n} // ff_securitycode_ok'),(26,1,'FF','ff_selectedValues','Get selected values as list','Get values of selected options of a select list as list:\r\n\r\nx = ff_selectedValues(\'myselectlist\');\r\n// x = green,red','Untyped','function ff_selectedValues(name)\r\n{\r\n    vals = \'\';\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++)\r\n        if (opts[o].selected) {\r\n            if (vals != \'\') vals += \',\';\r\n            vals += opts[o].value;\r\n        } // if\r\n    return vals;\r\n} // ff_selectedValues'),(27,1,'FF','ff_setChecked','Set radiobutton checked','Set a radiobutton checked/unchecked','Untyped','function ff_setChecked(name, value, checked)\r\n{\r\n    if (arguments.length<3) checked = true;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            var e = ff_getElementByIndex(i);\r\n            if (e.value == value) {\r\n                e.checked = checked;\r\n                break;\r\n            } // if\r\n        } // if\r\n} // ff_setChecked'),(28,1,'FF','ff_setSelected','Select options of  select list','Select options in a Select List element.\r\n\r\nff_setSelected(\'mylist\', \'green\'); // select green in single or multi mode, unselect all other options\r\nff_setSelected(\'mylist\', \'red,green\'); // select red and green in multi mode, unselect all other options','Untyped','function ff_setSelected(name, list)\r\n{\r\n    ids = list.split(\',\')\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++) {\r\n        state = false;\r\n        for (i = 0; i < ids.length; i++) \r\n            if (ids[i]==opts[o].value) {\r\n                state = true;\r\n                break;\r\n            } // if\r\n        opts[o].selected = state;\r\n    } // for\r\n} // ff_setSelected'),(29,1,'FF','ff_showaction','Show action','Displays the element action.','Element Action','function ff_showaction(element, action)\r\n{\r\n   alert(\'Action \'+action+\' performed by element \'+element.id);\r\n}'),(30,1,'FF','ff_showelementinit','Show element initialization','Display the element initialization (mainly for debugging)','Element Init','function ff_showelementinit(element,condition)\r\n{\r\n    if(!element.name)\r\n    	if(element.length && element.length != 0)\r\n    		alert(\'Initialization of \'+element[0].name+\' at \'+condition);\r\n    else\r\n    	alert(\'Initialization of \'+element.name+\' at \'+condition);\r\n}'),(31,1,'FF','ff_showforminit','Show form initialization','Show when form initialization is run (for debugging)','Form Init','function ff_showforminit()\r\n{\r\n    alert(\'Form initialization\');\r\n}'),(32,1,'FF','ff_showsubmitted','Show submitted status','Display submit status as user feedback.','Form Submitted','function ff_showsubmitted(status, message)\r\n{\r\n    alert(message);\r\n} // ff_showsubmitted'),(33,1,'FF','ff_showvalidation','Show element validation','Display element validation (for debugging)','Element Validation','function ff_showvalidation(element, message)\r\n{\r\n    alert(\'Validation of \'+element.name+\" with message: \\n\"+message);\r\n    return \'\';\r\n}'),(34,1,'FF','ff_submittedhome','Return to homepage','Display submit status and then return to the home page of the site.','Form Submitted','function ff_submittedhome(status, message)\r\n{\r\n    alert(message+\"\\nYou will be redirected to the home page now.\");\r\n    ff_returnHome();\r\n} // ff_submittedhome'),(35,1,'FF','ff_unchecked','Unchecked','Validate that radio button or checkbox is unchecked.','Element Validation','function ff_unchecked(element, message)\r\n{\r\n    if (!element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n} // ff_unchecked'),(36,1,'FF','ff_validate_date_DDMMYYYY','Validate Date DD/MM/YYYY format','Validates that the date in a textfield is correctly formatted in DD/MM/YYYY format.\r\nCan be used with a textfield element and/or the Calendar element.','Element Validation','function ff_validate_date_DDMMYYYY(element, message)\r\n{\r\n   // Regular expression used to check if date is in correct format\r\n   var pattern = /[0-3][0-9]\\/(0|1)[0-9]\\/(19|20)[0-9]{2}/;\r\n   if(pattern.test(element.value))\r\n   {\r\n      var date_array = element.value.split(\'/\');\r\n      var day = date_array[0];\r\n\r\n      // Attention! Javascript consider months in the range 0 - 11\r\n      var month = date_array[1] - 1;\r\n      var year = date_array[2];\r\n\r\n      // This instruction will create a date object\r\n      source_date = new Date(year,month,day);\r\n\r\n      if(year != source_date.getFullYear())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(month != source_date.getMonth())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(day != source_date.getDate())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n   }\r\n   else\r\n   {\r\n      return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n   }\r\n\r\n   return \'\';\r\n}'),(37,1,'FF','ff_validate_form','Validate form','Validates the form and displays the result.','Element Action','function ff_validate_form(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        alert(\'All inputs are valid.\');\r\n} // ff_validate_form'),(38,1,'FF','ff_validate_nextpage','Validate and next page','Validates the current page, and if everything is ok is switches to the next page.','Element Action','function ff_validate_nextpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);   \r\n    }\r\n} // ff_validate_nextpage'),(39,1,'FF','ff_validate_page','Validate page','Validates the current page and displays the result.','Element Action','function ff_validate_page(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        alert(\'All inputs are valid.\');\r\n} // ff_validate_page'),(40,1,'FF','ff_validate_prevpage','Validate previous page','Validates the current page and switches to the previous page if all is ok','Element Action','function ff_validate_prevpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else{\r\n    	if(ff_currentpage > 1){\r\n	 ff_switchpage(ff_currentpage-1);\r\n	 self.scrollTo(0,0);\r\n        }\r\n    }\r\n} // ff_validate_prevpage'),(41,1,'FF','ff_validate_submit','Validate and submit form','Validates the whole form, and if everything is ok it submits the form.','Element Action','function ff_validate_submit(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus();\r\n    } else\r\n        ff_submitForm();\r\n} // ff_validate_submit'),(42,1,'FF','ff_validemail','Valid email','Validate entry of a valid email (syntax check only)','Element Validation','function ff_validemail(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_validemail'),(43,1,'FF','ff_validemail_repeat','Validate Email repeat','Checks if the field value is a valid email address and has a second counterpart that has an equal value.\r\nThe 2nd email field must be named \"FIELDNAME_repeat\"!','Element Validation','function ff_validemail_repeat(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n	\r\n    try{\r\n	    var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n	\r\n	    if(!ff_getElementByName(repeat + \'_repeat\')){\r\n	     	if (message==\'\') message = repeat+\" has no repeat email field.\\n\";\r\n	        ff_validationFocus(element.name);\r\n	        return message;\r\n	    } else {\r\n	        if(ff_getElementByName(repeat + \'_repeat\').value != element.value){\r\n	           if (message==\'\') message = element.name+\" and \" + repeat + \"_repeat do not match.\\n\";\r\n	           ff_validationFocus(repeat + \'_repeat\');\r\n	           return message;\r\n	        }\r\n	    }\r\n    }catch(e){\r\n        return e.description;\r\n    }\r\n\r\n    return \'\';\r\n} // ff_validemail'),(44,1,'FF','ff_valuenotempty','Value not empty','Validate that value is not empty.','Element Validation','function ff_valuenotempty(element, message)\r\n{\r\n    if (element.value!=\'\') return \'\'; \r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty'),(45,1,'FF','ff_anychecked','Any Checked','Validate that any radio button or checkbox of a group is checked.','Element Validation','function ff_anychecked(element, message)\r\n{\r\n    // get plain name\r\n   // alert(document.ff_form52[\'ff_nm_bfQuickMode6303958[]\']);\r\n   // alert(document.getElementById(element.id).id);\r\n    var name = \'\';\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n           name = element[0].name;\r\n           var cnt = 0;\r\n           for (var i = 0; i < element.length; i++)\r\n             if (element[i].name==name) \r\n              if (element[i].checked) cnt++;                      \r\n           if (cnt==0) {\r\n            ff_validationFocus(element[0].name);\r\n            if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n            return message;\r\n           } // if \r\n\r\n        } else {\r\n           return \'\';\r\n        }\r\n    } else {\r\n      name = element.name;\r\n      if (name.substr(0,6) == \'ff_nm_\') name = name.substring(6,name.length-2);\r\n\r\n      // loop through elements and count selections\r\n      var cnt = 0;\r\n      for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) \r\n            if (ff_getElementByIndex(i).checked) cnt++;\r\n\r\n      // if none selected, emitt error\r\n      if (cnt==0) {\r\n        ff_validationFocus(element.name);\r\n        if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n        return message;\r\n      } // if\r\n    }\r\n    \r\n    return \'\';\r\n} // ff_anychecked'),(46,1,'FF','ff_checked','Checked','Validate that radio button or checkbox is checked.','Element Validation','function ff_checked(element, message)\r\n{\r\n    if (element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is not checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } \r\n}'),(47,1,'FF','ff_checkedValue','Get checked value','Get value of the currently checked radiobutton.','Untyped','function ff_checkedValue(name)\r\n{\r\n    // loop through elements and find checked\r\n    for (i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            e = ff_getElementByIndex(i);\r\n            if (e.checked) return e.value;\r\n        } // if \r\n    return \'\';\r\n} // ff_checkedValue'),(48,1,'FF','ff_countQuerySelections','Count Query Selections','Counts how many checkboxes/radiobuttons are checked/selected in a query list element','Untyped','function ff_countQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var sels = 0;\r\n    for (curr = 0; curr < cnt; curr++)\r\n        if (document.getElementById(\'ff_cb\'+id+\'_\'+curr).checked) sels++;\r\n    return sels;\r\n} // ff_countQuerySelections'),(49,1,'FF','ff_dollaramount2dp','Dollar Amount with 2 Decimal Places','Validate that a dollar amount with two decimal places is entered.','Element Validation','function ff_dollaramount2dp(element, message)\r\n{\r\n    var ex  = /^\\d+$|^\\d+\\.\\d{2}$/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number with two decimal places.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_dollaramount2dp'),(50,1,'FF','ff_expString','String export','Export string function: escapes special characters of a string','Untyped','function ff_expString(text)\r\n{\r\n    text = trim(text);\r\n    var i;\r\n    var o = \'\';\r\n    for(i = 0; i < text.length; i++) {\r\n        c = text.charAt(i);\r\n        switch(c) {\r\n            case \';\' : o += \'\\\\x3B\'; break;\r\n            case \',\' : o += \'\\\\x2C\'; break;\r\n            case \'&\' : o += \'\\\\x26\'; break;\r\n            case \'<\' : o += \'\\\\x3C\'; break;\r\n            case \'>\' : o += \'\\\\x3E\'; break;\r\n            case \'\\\'\': o += \'\\\\x27\'; break;\r\n            case \'\\\\\': o += \'\\\\x5C\'; break;\r\n            case \'\"\' : o += \'\\\\x22\'; break;\r\n            case \'\\n\': o += \'\\\\n\'; break;\r\n            case \'\\r\': o += \'\\\\r\'; break;\r\n            default: o += c;\r\n        } // switch\r\n    } // for\r\n    return o;\r\n} // expString'),(51,1,'FF','ff_flashupload_not_empty','Flash Upload Not Empty (QuickMode only!)','Validates if a flash upload is empty or not.','Element Validation','function ff_flashupload_not_empty(element, message)\r\n{\r\n    if(typeof bfSummarizers == \"undefined\") { alert(\"Flash upload validation only available in QuickMode!\"); return \'\'}\r\n    if(JQuery(\'#bfFlashFileQueue\'+element.id.split(\'ff_elem\')[1]).html() != \'\') return \'\';\r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty'),(52,1,'FF','ff_getfocus','Get focus','Get the focus. Usually this is for the first element of the form/page.','Element Init','function ff_getfocus(element,condition)\r\n{\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n    		element[0].focus();\r\n    	}\r\n    }else{\r\n    	element.focus();\r\n    }\r\n}'),(53,1,'FF','ff_getQuerySelectedRows','Get Query Selected Rows','Returns the selected rows in a 2-dimensional array','Untyped','function ff_getQuerySelectedRows(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var rcnt = ff_queryRows[id].length;\r\n    var cnt = rcnt;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr, r;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) {\r\n            var ident = elem.value;\r\n            for (r = 0; r < rcnt; r++)\r\n                if (ff_queryRows[id][r][0] == ident) {\r\n                    sels[selcnt++] = ff_queryRows[id][r];\r\n                    break;\r\n                } // if\r\n        } // if\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelectedRows'),(54,1,'FF','ff_getQuerySelections','Get Query Selected ID\'s','Returns the column values of the checked/selected checkboxes/radiobuttons in an array','Untyped','function ff_getQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) \r\n            sels[selcnt++] = elem.value;\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelections'),(55,1,'FF','ff_htmlvaluenotempty','HTML Texteditor Not Empty','Checks if an HTML editor element is empty or not','Element Validation','function ff_htmlvaluenotempty( element, message ){\r\n    \r\n    if( typeof bf_htmltextareanames == \"undefined\" ) return \'\';\r\n\r\n    var content = \"\";\r\n\r\n    for(var i = 0; i < bf_htmltextareanames.length; i++){\r\n      if( element.name == bf_htmltextareanames[i] ) {\r\n          eval(\"content = \" + bf_htmltextareas[i]);\r\n          break;\r\n      }\r\n    }\r\n    if (JQuery.trim(content) == \"\") {\r\n        if (message==\'\') message = element.name+\" must not be empty.\\n\";\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n}'),(56,1,'FF','ff_impString','String import','Import string function: unescapes c-coded characters of a string','Untyped','function ff_impString(text)\r\n{\r\n    var str = \'\';\r\n    var ss = 0;\r\n    var s;\r\n    var tl = text.length;\r\n    var hexdigs = \"0123456789abcdefABCDEF\";\r\n    while (ss < tl) {\r\n        s = text.charAt(ss++);\r\n        if (s == \'\\\\\') {\r\n            if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n            switch (s) {\r\n                case 0   : break;\r\n                case \'e\' : str += \'\\33\'; break;\r\n                case \'t\' : str += \'\\t\'; break;\r\n                case \'r\' : str += \'\\r\'; break;\r\n                case \'n\' : str += \'\\n\'; break;\r\n                case \'f\' : str += \'\\f\'; break;\r\n                case \'x\' : {\r\n                    if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    var ch = \'\';\r\n                    while (hexdigs.indexOf(s)>=0 && ch.length < 2) {\r\n                        ch += s;\r\n                        if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    } // while\r\n                    while (ch.length < 2) ch = \'0\'+ch;\r\n                    str += unescape(\'%\'+ch);\r\n                    if (s) ss--;\r\n                    break;\r\n                }\r\n                default:\r\n                    str += s;\r\n            } // switch\r\n        } else\r\n            str += s;\r\n    } // while\r\n    return str;\r\n} // impString'),(57,1,'FF','ff_integer','Integer Number','Validate that an integer value is entered.','Element Validation','function ff_integer(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integer'),(58,1,'FF','ff_integeramount','Positive Integer','Validate that an positive integer value is entered.','Element Validation','function ff_integeramount(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integeramount'),(59,1,'FF','ff_integer_or_empty','Integer or empty','Validate that either an integer value or nothing is entered.','Element Validation','function ff_integer_or_empty(element, message)\r\n{\r\n    if (element.value != \'\') {\r\n        var ex  = /(^-?\\d\\d*$)/;\r\n        if (!ex.test(element.value)) {\r\n            if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n            ff_validationFocus(element.name);\r\n            return message;\r\n        } // if\r\n    } // if\r\n    return \'\';\r\n} // ff_integer_or_empty'),(60,1,'FF','ff_nextpage','Next page','Switchs to the next page.','Element Action','function ff_nextpage(element, action)\r\n{\r\n    if (ff_currentpage < ff_lastpage) {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_nextpage'),(61,1,'FF','ff_page1','Page 1','Switches to the first page.','Element Action','function ff_page1(element, action)\r\n{\r\n    ff_switchpage(1);\r\n} // ff_page1'),(62,1,'FF','ff_page2','Page 2','Switches to the second page.','Element Action','function ff_page2(element, action)\r\n{\r\n    if (ff_lastpage >= 2) ff_switchpage(2);\r\n} // ff_page2'),(63,1,'FF','ff_page3','Page 3','Switches to the third page.','Element Action','function ff_page3(element, action)\r\n{\r\n    if (ff_lastpage >= 3) ff_switchpage(3);\r\n} // ff_page3'),(64,1,'FF','ff_previouspage','Previous page','Switches to the previous page.','Element Action','function ff_previouspage(element, action)\r\n{\r\n    if (ff_currentpage > 1){\r\n        ff_switchpage(ff_currentpage-1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_previouspage'),(65,1,'FF','ff_real','Real Number','Validate that a real number is entered.','Element Validation','function ff_real(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_real'),(66,1,'FF','ff_realamount','Positive Real Number','Validate that a positive real number is entered.','Element Validation','function ff_realamount(element, message)\r\n{\r\n    var ex  = /(^\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_realamount'),(67,1,'FF','ff_resetForm','Reset form','Reset all form inputs to the initial values.','Element Action','function ff_resetForm(element, action)\r\n{\r\n    eval(\'document.\'+ff_processor.form_id).reset();\r\n} // ff_resetForm'),(68,1,'FF','ff_securitycode_entered','Security code entered','Check that a security code was entered.','Element Validation','function ff_securitycode_entered(element, message)\r\n{\r\n    var ex  = /(^\\d{5}$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = \"Security code must be entered as five digits.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_securitycode_entered'),(69,1,'FF','ff_securitycode_ok','Security code ok','Check that a valid security code was entered.','Element Validation','function ff_securitycode_ok(element, message)\r\n{\r\n<?php\r\n    global $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n    $enc = array();\r\n    mt_srand((double)microtime()*1000000);\r\n    for ($i = 0; $i < 256; $i++) $enc[] = mt_rand(0, 255);\r\n    $seccode = (string)$ff_seccode;\r\n    $hash = \'\';\r\n    $ini = $ff_seccode % 240;\r\n    for ($i = 0; $i < 5; $i++) {\r\n        $d = $ini+intval($seccode{$i});\r\n        for ($j = 0; $j < 7; $j++) $d = $enc[$d];\r\n        $hash .= $d;\r\n        $ini = ($ini+$d) % 240;\r\n    } // for\r\n    return\r\n        \"var enc = \".$this->expJsValue($enc).\";\\n\".\r\n        \"var seccode = new String(element.value);\\n\".\r\n        \"if (seccode.length==5) {\\n\".\r\n        \"    var hash = \'\';\\n\".\r\n        \"    var ini = parseInt(element.value) % 240;\\n\".\r\n        \"    var i, j;\\n\".\r\n        \"    for (i = 0; i < 5; i++) {\\n\".\r\n        \"        var d = ini+parseInt(seccode.charAt(i));\\n\".\r\n        \"        for (j = 0; j < 7; j++) d = enc[d];\\n\".\r\n        \"        hash += d;\\n\".\r\n        \"        ini = (ini+d) % 240;\\n\".\r\n        \"    } // for\\n\".\r\n        \"    if (hash == \'$hash\') return \'\';\\n\". \r\n        \"} // if\\n\".\r\n        \"if (message==\'\') message = \\\"Security code is missing or wrong.\\\\n\\\";\\n\".\r\n        \"ff_validationFocus(element.name);\\n\".\r\n        \"return message;\\n\";\r\n?>\r\n} // ff_securitycode_ok'),(70,1,'FF','ff_selectedValues','Get selected values as list','Get values of selected options of a select list as list:\r\n\r\nx = ff_selectedValues(\'myselectlist\');\r\n// x = green,red','Untyped','function ff_selectedValues(name)\r\n{\r\n    vals = \'\';\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++)\r\n        if (opts[o].selected) {\r\n            if (vals != \'\') vals += \',\';\r\n            vals += opts[o].value;\r\n        } // if\r\n    return vals;\r\n} // ff_selectedValues'),(71,1,'FF','ff_setChecked','Set radiobutton checked','Set a radiobutton checked/unchecked','Untyped','function ff_setChecked(name, value, checked)\r\n{\r\n    if (arguments.length<3) checked = true;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            var e = ff_getElementByIndex(i);\r\n            if (e.value == value) {\r\n                e.checked = checked;\r\n                break;\r\n            } // if\r\n        } // if\r\n} // ff_setChecked'),(72,1,'FF','ff_setSelected','Select options of  select list','Select options in a Select List element.\r\n\r\nff_setSelected(\'mylist\', \'green\'); // select green in single or multi mode, unselect all other options\r\nff_setSelected(\'mylist\', \'red,green\'); // select red and green in multi mode, unselect all other options','Untyped','function ff_setSelected(name, list)\r\n{\r\n    ids = list.split(\',\')\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++) {\r\n        state = false;\r\n        for (i = 0; i < ids.length; i++) \r\n            if (ids[i]==opts[o].value) {\r\n                state = true;\r\n                break;\r\n            } // if\r\n        opts[o].selected = state;\r\n    } // for\r\n} // ff_setSelected'),(73,1,'FF','ff_showaction','Show action','Displays the element action.','Element Action','function ff_showaction(element, action)\r\n{\r\n   alert(\'Action \'+action+\' performed by element \'+element.id);\r\n}'),(74,1,'FF','ff_showelementinit','Show element initialization','Display the element initialization (mainly for debugging)','Element Init','function ff_showelementinit(element,condition)\r\n{\r\n    if(!element.name)\r\n    	if(element.length && element.length != 0)\r\n    		alert(\'Initialization of \'+element[0].name+\' at \'+condition);\r\n    else\r\n    	alert(\'Initialization of \'+element.name+\' at \'+condition);\r\n}'),(75,1,'FF','ff_showforminit','Show form initialization','Show when form initialization is run (for debugging)','Form Init','function ff_showforminit()\r\n{\r\n    alert(\'Form initialization\');\r\n}'),(76,1,'FF','ff_showsubmitted','Show submitted status','Display submit status as user feedback.','Form Submitted','function ff_showsubmitted(status, message)\r\n{\r\n    alert(message);\r\n} // ff_showsubmitted'),(77,1,'FF','ff_showvalidation','Show element validation','Display element validation (for debugging)','Element Validation','function ff_showvalidation(element, message)\r\n{\r\n    alert(\'Validation of \'+element.name+\" with message: \\n\"+message);\r\n    return \'\';\r\n}'),(78,1,'FF','ff_submittedhome','Return to homepage','Display submit status and then return to the home page of the site.','Form Submitted','function ff_submittedhome(status, message)\r\n{\r\n    alert(message+\"\\nYou will be redirected to the home page now.\");\r\n    ff_returnHome();\r\n} // ff_submittedhome'),(79,1,'FF','ff_unchecked','Unchecked','Validate that radio button or checkbox is unchecked.','Element Validation','function ff_unchecked(element, message)\r\n{\r\n    if (!element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n} // ff_unchecked'),(80,1,'FF','ff_validate_date_DDMMYYYY','Validate Date DD/MM/YYYY format','Validates that the date in a textfield is correctly formatted in DD/MM/YYYY format.\r\nCan be used with a textfield element and/or the Calendar element.','Element Validation','function ff_validate_date_DDMMYYYY(element, message)\r\n{\r\n   // Regular expression used to check if date is in correct format\r\n   var pattern = /[0-3][0-9]\\/(0|1)[0-9]\\/(19|20)[0-9]{2}/;\r\n   if(pattern.test(element.value))\r\n   {\r\n      var date_array = element.value.split(\'/\');\r\n      var day = date_array[0];\r\n\r\n      // Attention! Javascript consider months in the range 0 - 11\r\n      var month = date_array[1] - 1;\r\n      var year = date_array[2];\r\n\r\n      // This instruction will create a date object\r\n      source_date = new Date(year,month,day);\r\n\r\n      if(year != source_date.getFullYear())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(month != source_date.getMonth())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(day != source_date.getDate())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n   }\r\n   else\r\n   {\r\n      return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n   }\r\n\r\n   return \'\';\r\n}'),(81,1,'FF','ff_validate_form','Validate form','Validates the form and displays the result.','Element Action','function ff_validate_form(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        alert(\'All inputs are valid.\');\r\n} // ff_validate_form'),(82,1,'FF','ff_validate_nextpage','Validate and next page','Validates the current page, and if everything is ok is switches to the next page.','Element Action','function ff_validate_nextpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);   \r\n    }\r\n} // ff_validate_nextpage'),(83,1,'FF','ff_validate_page','Validate page','Validates the current page and displays the result.','Element Action','function ff_validate_page(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        alert(\'All inputs are valid.\');\r\n} // ff_validate_page'),(84,1,'FF','ff_validate_prevpage','Validate previous page','Validates the current page and switches to the previous page if all is ok','Element Action','function ff_validate_prevpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else{\r\n    	if(ff_currentpage > 1){\r\n	 ff_switchpage(ff_currentpage-1);\r\n	 self.scrollTo(0,0);\r\n        }\r\n    }\r\n} // ff_validate_prevpage'),(85,1,'FF','ff_validate_submit','Validate and submit form','Validates the whole form, and if everything is ok it submits the form.','Element Action','function ff_validate_submit(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           alert(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus();\r\n    } else\r\n        ff_submitForm();\r\n} // ff_validate_submit'),(86,1,'FF','ff_validemail','Valid email','Validate entry of a valid email (syntax check only)','Element Validation','function ff_validemail(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_validemail'),(87,1,'FF','ff_validemail_repeat','Validate Email repeat','Checks if the field value is a valid email address and has a second counterpart that has an equal value.\r\nThe 2nd email field must be named \"FIELDNAME_repeat\"!','Element Validation','function ff_validemail_repeat(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n	\r\n    try{\r\n	    var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n	\r\n	    if(!ff_getElementByName(repeat + \'_repeat\')){\r\n	     	if (message==\'\') message = repeat+\" has no repeat email field.\\n\";\r\n	        ff_validationFocus(element.name);\r\n	        return message;\r\n	    } else {\r\n	        if(ff_getElementByName(repeat + \'_repeat\').value != element.value){\r\n	           if (message==\'\') message = element.name+\" and \" + repeat + \"_repeat do not match.\\n\";\r\n	           ff_validationFocus(repeat + \'_repeat\');\r\n	           return message;\r\n	        }\r\n	    }\r\n    }catch(e){\r\n        return e.description;\r\n    }\r\n\r\n    return \'\';\r\n} // ff_validemail'),(88,1,'FF','ff_valuenotempty','Value not empty','Validate that value is not empty.','Element Validation','function ff_valuenotempty(element, message)\r\n{\r\n    if (element.value!=\'\') return \'\'; \r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty');
/*!40000 ALTER TABLE `mdr_facileforms_scripts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_facileforms_subrecords`
--

DROP TABLE IF EXISTS `mdr_facileforms_subrecords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_facileforms_subrecords` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `record` int(11) NOT NULL DEFAULT 0,
  `element` int(11) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_facileforms_subrecords`
--

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

--
-- Table structure for table `mdr_fields`
--

DROP TABLE IF EXISTS `mdr_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `context` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT 0,
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8_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 utf8_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8_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=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_fields`
--

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

--
-- Table structure for table `mdr_fields_categories`
--

DROP TABLE IF EXISTS `mdr_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_fields_categories`
--

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

--
-- Table structure for table `mdr_fields_groups`
--

DROP TABLE IF EXISTS `mdr_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `context` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8_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 utf8_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8_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=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_fields_groups`
--

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

--
-- Table structure for table `mdr_fields_values`
--

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

--
-- Dumping data for table `mdr_fields_values`
--

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

--
-- Table structure for table `mdr_finder_filters`
--

DROP TABLE IF EXISTS `mdr_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 DEFAULT NULL,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_finder_filters`
--

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

--
-- Table structure for table `mdr_finder_links`
--

DROP TABLE IF EXISTS `mdr_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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` mediumtext DEFAULT NULL,
  `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 `mdr_finder_links`
--

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

--
-- Table structure for table `mdr_finder_links_terms0`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms0`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms0`
--

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

--
-- Table structure for table `mdr_finder_links_terms1`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms1`
--

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

--
-- Table structure for table `mdr_finder_links_terms2`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms2`
--

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

--
-- Table structure for table `mdr_finder_links_terms3`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms3`
--

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

--
-- Table structure for table `mdr_finder_links_terms4`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms4`
--

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

--
-- Table structure for table `mdr_finder_links_terms5`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms5`
--

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

--
-- Table structure for table `mdr_finder_links_terms6`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms6`
--

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

--
-- Table structure for table `mdr_finder_links_terms7`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms7`
--

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

--
-- Table structure for table `mdr_finder_links_terms8`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms8`
--

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

--
-- Table structure for table `mdr_finder_links_terms9`
--

DROP TABLE IF EXISTS `mdr_finder_links_terms9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_terms9`
--

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

--
-- Table structure for table `mdr_finder_links_termsa`
--

DROP TABLE IF EXISTS `mdr_finder_links_termsa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termsa`
--

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

--
-- Table structure for table `mdr_finder_links_termsb`
--

DROP TABLE IF EXISTS `mdr_finder_links_termsb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termsb`
--

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

--
-- Table structure for table `mdr_finder_links_termsc`
--

DROP TABLE IF EXISTS `mdr_finder_links_termsc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termsc`
--

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

--
-- Table structure for table `mdr_finder_links_termsd`
--

DROP TABLE IF EXISTS `mdr_finder_links_termsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termsd`
--

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

--
-- Table structure for table `mdr_finder_links_termse`
--

DROP TABLE IF EXISTS `mdr_finder_links_termse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termse`
--

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

--
-- Table structure for table `mdr_finder_links_termsf`
--

DROP TABLE IF EXISTS `mdr_finder_links_termsf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_links_termsf`
--

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

--
-- Table structure for table `mdr_finder_taxonomy`
--

DROP TABLE IF EXISTS `mdr_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_taxonomy`
--

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

--
-- Table structure for table `mdr_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `mdr_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_taxonomy_map`
--

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

--
-- Table structure for table `mdr_finder_terms`
--

DROP TABLE IF EXISTS `mdr_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_terms`
--

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

--
-- Table structure for table `mdr_finder_terms_common`
--

DROP TABLE IF EXISTS `mdr_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_terms_common`
--

LOCK TABLES `mdr_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `mdr_finder_terms_common` DISABLE KEYS */;
INSERT INTO `mdr_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 `mdr_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_finder_tokens`
--

DROP TABLE IF EXISTS `mdr_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_tokens`
--

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

--
-- Table structure for table `mdr_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `mdr_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_finder_tokens_aggregate`
--

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

--
-- Table structure for table `mdr_finder_types`
--

DROP TABLE IF EXISTS `mdr_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_finder_types`
--

LOCK TABLES `mdr_finder_types` WRITE;
/*!40000 ALTER TABLE `mdr_finder_types` DISABLE KEYS */;
INSERT INTO `mdr_finder_types` (`id`, `title`, `mime`) VALUES (1,'Tag',''),(2,'Category',''),(3,'Contact',''),(4,'Article',''),(5,'News Feed','');
/*!40000 ALTER TABLE `mdr_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_foxcontact_enquiries`
--

DROP TABLE IF EXISTS `mdr_foxcontact_enquiries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_foxcontact_enquiries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `exported` tinyint(4) NOT NULL DEFAULT 0,
  `ip` varchar(15) NOT NULL,
  `url` text NOT NULL,
  `fields` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_time` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_foxcontact_enquiries`
--

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

--
-- Table structure for table `mdr_foxcontact_sequences`
--

DROP TABLE IF EXISTS `mdr_foxcontact_sequences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_foxcontact_sequences` (
  `series` varchar(32) NOT NULL,
  `value` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`series`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_foxcontact_sequences`
--

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

--
-- Table structure for table `mdr_gsd`
--

DROP TABLE IF EXISTS `mdr_gsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_gsd` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `params` text DEFAULT NULL,
  `thing` int(11) NOT NULL DEFAULT 0 COMMENT 'The primary key of the referenced item',
  `plugin` varchar(50) NOT NULL DEFAULT '0' COMMENT 'The plugin name of the referenced item',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `state` (`state`),
  KEY `thing_plugin` (`thing`,`plugin`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_gsd`
--

LOCK TABLES `mdr_gsd` WRITE;
/*!40000 ALTER TABLE `mdr_gsd` DISABLE KEYS */;
INSERT INTO `mdr_gsd` (`id`, `params`, `thing`, `plugin`, `created`, `ordering`, `state`) VALUES (1,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"description\":\"If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',4,'content','2017-07-21 00:10:38',0,1),(2,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Please call us for an appointment if you would like to discuss your case.\",\"description\":\"Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',5,'content','2017-07-21 00:10:38',0,1),(3,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"description\":\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',6,'content','2017-07-21 00:10:38',0,1),(4,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Can You Go To Jail For A DWI In New Jersey?\",\"description\":\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',10,'content','2017-07-21 00:10:38',0,1),(5,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"What are the Fines for a DWI in New Jersey?\",\"description\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',11,'content','2017-07-21 00:10:38',0,1),(6,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"How long do you lose your license for a DWI in New Jersey?\",\"description\":\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',12,'content','2017-07-21 00:10:38',0,1),(7,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Do You Need an Attorney for a NJ DWI?\",\"description\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',13,'content','2017-07-21 00:10:38',0,1),(8,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Can You Beat Your NJ Traffic Ticket?\",\"description\":\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',14,'content','2017-07-21 00:10:38',0,1),(9,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"How Many Points is a Speeding Ticket in NJ?\",\"description\":\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',16,'content','2017-07-21 00:10:38',0,1),(10,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"description\":\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',17,'content','2017-07-21 00:10:38',0,1),(11,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"description\":\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":1}},\"customcode\":\"\"}',18,'content','2017-07-21 00:10:38',0,1),(12,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Monmouth County NJ DWI Attorney - Defending NJ DWI cases since 1996.\",\"description\":\"Some of the consequences resulting from a DWI are loss of license, fines and possibly jail time. Having an attorney represent you in court is important to obtaining the best result. Call for more information. 732-263-9300\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":5}},\"customcode\":\"\"}',23,'content','2017-07-21 00:10:38',0,-2),(13,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Monmouth County NJ Traffic Ticket Attorney | Joseph F. Morgano\",\"description\":\"Defending NJ traffic tickets Since 1996 - Read about Fines, Points, Penalties, and Loss of License. Free Consultation - 732-263-9300 \",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"2\",\"ratingValue\":\"5\",\"reviewCount\":\"3\"}},\"event\":{\"type\":\"Event\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"startDate\":\"2018-03-06\",\"startTime\":\"00:00\",\"endDate\":\"2018-03-06\",\"endTime\":\"00:00\",\"status\":\"http:\\/\\/schema.org\\/EventScheduled\",\"locationName\":\"\",\"locationAddress\":\"\",\"homeTeam\":\"\",\"awayTeam\":\"\",\"performerType\":\"Person\",\"performerName\":\"\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\",\"offerStartDate\":\"2018-03-06\",\"offerStartTime\":\"00:00\",\"offerPrice\":\"0\",\"offerCurrency\":\"EUR\",\"offerInventoryLevel\":\"0\"},\"product\":{\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"sku\":\"\",\"brandName\":\"\",\"offerPrice\":\"\",\"currency\":\"EUR\",\"offerItemCondition\":\"http:\\/\\/schema.org\\/NewCondition\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\"},\"recipe\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"prepTime\":\"\",\"cookTime\":\"\",\"totalTime\":\"\",\"calories\":\"\",\"yield\":\"\",\"ingredient\":\"\",\"instructions\":\"\"},\"course\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"}},\"review\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\"},\"itemReviewedType\":\"Thing\",\"address\":\"\",\"priceRange\":\"\",\"telephone\":\"\"},\"factcheck\":{\"headline\":\"\",\"claimDatePublished\":\"2018-03-06\",\"claimURL\":\"\",\"claimAuthorName\":\"\",\"claimAuthorType\":\"Organization\",\"factcheckRating\":\"-1\",\"multiple\":\"0\",\"anchorName\":\"\"},\"video\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"contentUrl\":\"\"},\"customcode\":\"\",\"note\":\"\",\"colorgroup\":\"none\"}',24,'content','2017-07-21 00:10:38',0,-2),(14,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"BUYING OR SELLING A HOME IN NJ? Handling Real Estate Closings Since 1996.\",\"description\":\"If you are buying or selling a home in NJ, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":3}},\"customcode\":\"\"}',25,'content','2017-07-21 00:10:38',0,-2),(15,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Joseph F. Morgano - Monmouth County NJ Personal Injury Attorney\",\"description\":\"Handling NJ personal injury cases since 1996. If you have been injured in an accident, you may be entitled to compensation. Please call for more information. 732-263-9300.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',27,'content','2017-07-21 00:10:38',0,-2),(16,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\",\"description\":\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":3}},\"customcode\":\"\"}',30,'content','2017-07-21 00:10:38',0,-2),(17,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Joseph F. Morgano - Monmouth County NJ Property Tax Appeal Attorney\",\"description\":\"We May Be Able To Get Your NJ Property Taxes Reduced. Call for more information. 732-263-9300\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',35,'content','2017-07-21 00:10:38',0,-2),(18,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"description\":\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',40,'content','2017-07-21 00:10:38',0,1),(19,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"DUI Vs. DWI in NJ\",\"description\":\"\",\"rating\":{\"option\":2,\"ratingValue\":5,\"reviewCount\":2}},\"customcode\":\"\"}',41,'content','2017-07-21 00:10:38',0,1),(20,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"DWI Attorney | Monmouth County NJ | Joseph F. Morgano\",\"description\":\"If you have been charged with DWI in NJ, appearing in court with an attorney can lead to better results. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome. Contact us for more information.\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"0\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"event\":{\"type\":\"Event\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"startDate\":\"2018-05-04\",\"startTime\":\"00:00\",\"endDate\":\"2018-05-04\",\"endTime\":\"00:00\",\"status\":\"http:\\/\\/schema.org\\/EventScheduled\",\"locationName\":\"\",\"locationAddress\":\"\",\"homeTeam\":\"\",\"awayTeam\":\"\",\"performerType\":\"Person\",\"performerName\":\"\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\",\"offerStartDate\":\"2018-05-04\",\"offerStartTime\":\"00:00\",\"offerPrice\":\"0\",\"offerCurrency\":\"EUR\",\"offerInventoryLevel\":\"0\"},\"product\":{\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"sku\":\"\",\"brandName\":\"\",\"offerPrice\":\"\",\"currency\":\"EUR\",\"offerItemCondition\":\"http:\\/\\/schema.org\\/NewCondition\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\"},\"recipe\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"prepTime\":\"\",\"cookTime\":\"\",\"totalTime\":\"\",\"calories\":\"\",\"yield\":\"\",\"ingredient\":\"\",\"instructions\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"course\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"review\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\"},\"itemReviewedType\":\"Thing\",\"address\":\"\",\"priceRange\":\"\",\"telephone\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"factcheck\":{\"headline\":\"\",\"claimDatePublished\":\"2018-05-04\",\"claimURL\":\"\",\"claimAuthorName\":\"\",\"claimAuthorType\":\"Organization\",\"factcheckRating\":\"-1\",\"multiple\":\"0\",\"anchorName\":\"\"},\"video\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"contentUrl\":\"\"},\"customcode\":\"\",\"note\":\"\",\"colorgroup\":\"none\"}',23,'content','2018-05-04 21:53:45',0,-2),(21,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Traffic Ticket Attorney | Monmouth County NJ | Joseph F. Morgano\",\"description\":\"Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license. Contact us for more information.\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"event\":{\"type\":\"Event\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"startDate\":\"2018-05-04\",\"startTime\":\"00:00\",\"endDate\":\"2018-05-04\",\"endTime\":\"00:00\",\"status\":\"http:\\/\\/schema.org\\/EventScheduled\",\"locationName\":\"\",\"locationAddress\":\"\",\"homeTeam\":\"\",\"awayTeam\":\"\",\"performerType\":\"Person\",\"performerName\":\"\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\",\"offerStartDate\":\"2018-05-04\",\"offerStartTime\":\"00:00\",\"offerPrice\":\"0\",\"offerCurrency\":\"EUR\",\"offerInventoryLevel\":\"0\"},\"product\":{\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"sku\":\"\",\"brandName\":\"\",\"offerPrice\":\"\",\"currency\":\"EUR\",\"offerItemCondition\":\"http:\\/\\/schema.org\\/NewCondition\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\"},\"recipe\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"prepTime\":\"\",\"cookTime\":\"\",\"totalTime\":\"\",\"calories\":\"\",\"yield\":\"\",\"ingredient\":\"\",\"instructions\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"course\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"review\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\"},\"itemReviewedType\":\"Thing\",\"address\":\"\",\"priceRange\":\"\",\"telephone\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"factcheck\":{\"headline\":\"\",\"claimDatePublished\":\"2018-05-04\",\"claimURL\":\"\",\"claimAuthorName\":\"\",\"claimAuthorType\":\"Organization\",\"factcheckRating\":\"-1\",\"multiple\":\"0\",\"anchorName\":\"\"},\"video\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"contentUrl\":\"\"},\"customcode\":\"\",\"note\":\"\",\"colorgroup\":\"none\"}',24,'content','2018-05-04 21:55:42',0,-2),(22,'{\"contenttype\":\"article\",\"article\":{\"headline\":\"Expungement Attorney | Monmouth County NJ | Joseph F. Morgano\",\"description\":\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.  A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.\\r\\nIf you would like to know more about expungement, please call for a free consultation.\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"event\":{\"type\":\"Event\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"startDate\":\"2018-05-04\",\"startTime\":\"00:00\",\"endDate\":\"2018-05-04\",\"endTime\":\"00:00\",\"status\":\"http:\\/\\/schema.org\\/EventScheduled\",\"locationName\":\"\",\"locationAddress\":\"\",\"homeTeam\":\"\",\"awayTeam\":\"\",\"performerType\":\"Person\",\"performerName\":\"\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\",\"offerStartDate\":\"2018-05-04\",\"offerStartTime\":\"00:00\",\"offerPrice\":\"0\",\"offerCurrency\":\"EUR\",\"offerInventoryLevel\":\"0\"},\"product\":{\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"sku\":\"\",\"brandName\":\"\",\"offerPrice\":\"\",\"currency\":\"EUR\",\"offerItemCondition\":\"http:\\/\\/schema.org\\/NewCondition\",\"offerAvailability\":\"http:\\/\\/schema.org\\/InStock\"},\"recipe\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"prepTime\":\"\",\"cookTime\":\"\",\"totalTime\":\"\",\"calories\":\"\",\"yield\":\"\",\"ingredient\":\"\",\"instructions\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"course\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\",\"reviewCount\":\"1\"},\"publish_up\":\"\",\"modified\":\"\"},\"review\":{\"headline\":\"\",\"description\":\"\",\"author\":{\"option\":\"0\",\"user\":\"0\",\"custom\":\"\"},\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"rating\":{\"option\":\"1\",\"ratingValue\":\"5\"},\"itemReviewedType\":\"Thing\",\"address\":\"\",\"priceRange\":\"\",\"telephone\":\"\",\"publish_up\":\"\",\"modified\":\"\"},\"factcheck\":{\"headline\":\"\",\"claimDatePublished\":\"2018-05-04\",\"claimURL\":\"\",\"claimAuthorName\":\"\",\"claimAuthorType\":\"Organization\",\"factcheckRating\":\"-1\",\"multiple\":\"0\",\"anchorName\":\"\"},\"video\":{\"headline\":\"\",\"description\":\"\",\"image\":{\"option\":\"1\",\"file\":\"\",\"url\":\"\"},\"contentUrl\":\"\"},\"customcode\":\"\",\"note\":\"\",\"colorgroup\":\"none\"}',30,'content','2018-05-04 22:05:20',0,-2);
/*!40000 ALTER TABLE `mdr_gsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_gsd_config`
--

DROP TABLE IF EXISTS `mdr_gsd_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_gsd_config` (
  `name` varchar(255) NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Store any configuration in key => params maps';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_gsd_config`
--

LOCK TABLES `mdr_gsd_config` WRITE;
/*!40000 ALTER TABLE `mdr_gsd_config` DISABLE KEYS */;
INSERT INTO `mdr_gsd_config` (`name`, `params`) VALUES ('config','{\"sitename_enabled\":\"1\",\"sitename_name\":\"Joseph F. Morgano Attorney at Law\",\"sitename_name_alt\":\"\",\"sitename_url\":\"https:\\/\\/morganolaw.com\",\"breadcrumbs_enabled\":\"1\",\"breadcrumbs_home\":\"\",\"sitelinks_enabled\":\"1\",\"sitelinks_search_custom_url\":\"\",\"logo_file\":\"images\\/mymedia\\/logo.jpg\",\"businesslisting_enabled\":\"1\",\"businesslisting_type\":\"LegalService\",\"businesslisting_address_country\":\"US\",\"businesslisting_address_locality\":\"New Jersey\",\"businesslisting_street_address\":\"621 Shrewsbury Ave. Ste. 131\",\"businesslisting_address_region\":\"NJ\",\"businesslisting_postal_code\":\"07702\",\"businesslisting_latlng\":\"40.328996,-74.07190000000003\",\"businesslisting_telephone\":\"732-263-9300\",\"price_range\":\"\",\"businesslisting_hours_available\":\"2\",\"businesslisting_monday\":\"1\",\"businesslisting_monday_start\":\"09:00\",\"businesslisting_monday_end\":\"10:00\",\"businesslisting_tuesday\":\"1\",\"businesslisting_tuesday_start\":\"09:00\",\"businesslisting_tuesday_end\":\"10:00\",\"businesslisting_wednesday\":\"1\",\"businesslisting_wednesday_start\":\"09:00\",\"businesslisting_wednesday_end\":\"10:00\",\"businesslisting_thursday\":\"1\",\"businesslisting_thursday_start\":\"09:00\",\"businesslisting_thursday_end\":\"10:00\",\"businesslisting_friday\":\"1\",\"businesslisting_friday_start\":\"09:00\",\"businesslisting_friday_end\":\"10:00\",\"businesslisting_saturday\":\"1\",\"businesslisting_saturday_start\":\"08:00\",\"businesslisting_saturday_end\":\"9:00\",\"businesslisting_sunday_start\":\"\",\"businesslisting_sunday_end\":\"\",\"socialprofiles_type\":\"Organization\",\"socialprofiles_facebook\":\"https:\\/\\/www.facebook.com\\/morganolaw\\/\",\"socialprofiles_twitter\":\"https:\\/\\/twitter.com\\/JFMatLaw\",\"socialprofiles_googleplus\":\"https:\\/\\/plus.google.com\\/u\\/0\\/+Joemorganolaw\",\"socialprofiles_instagram\":\"\",\"socialprofiles_youtube\":\"\",\"socialprofiles_linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/joseph-morgano-174132100\\/\",\"socialprofiles_pinterest\":\"\",\"socialprofiles_soundcloud\":\"\",\"socialprofiles_tumblr\":\"\",\"socialprofiles_other\":\"https:\\/\\/www.avvo.com\\/attorneys\\/07702-nj-joseph-morgano-1602318.html\\r\\nhttps:\\/\\/lawyers.justia.com\\/lawyer\\/joseph-f-morgano-1071623\",\"colorgroup\":\"1\",\"preparecontent\":\"0\",\"minifyjson\":\"1\",\"desclimit\":\"300\",\"debug\":\"0\",\"initonevent\":\"onBeforeRender\",\"customcode\":\"\"}');
/*!40000 ALTER TABLE `mdr_gsd_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_itemrating_context`
--

DROP TABLE IF EXISTS `mdr_itemrating_context`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_itemrating_context` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `context` varchar(255) NOT NULL,
  `context_id` int(11) NOT NULL,
  `group_id` int(10) NOT NULL,
  `textscore` varchar(255) NOT NULL,
  `summary` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_itemrating_context`
--

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

--
-- Table structure for table `mdr_itemrating_group`
--

DROP TABLE IF EXISTS `mdr_itemrating_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_itemrating_group` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `ordering` int(11) NOT NULL,
  `state` tinyint(1) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `display` varchar(255) NOT NULL,
  `textforscore` varchar(255) NOT NULL,
  `reviewsummary` text NOT NULL,
  `styling` text NOT NULL,
  `customcss` text NOT NULL,
  `position` varchar(255) NOT NULL,
  `customcategory` text NOT NULL,
  `snippettype` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_itemrating_group`
--

LOCK TABLES `mdr_itemrating_group` WRITE;
/*!40000 ALTER TABLE `mdr_itemrating_group` DISABLE KEYS */;
INSERT INTO `mdr_itemrating_group` (`id`, `ordering`, `state`, `checked_out`, `checked_out_time`, `created_by`, `title`, `display`, `textforscore`, `reviewsummary`, `styling`, `customcss`, `position`, `customcategory`, `snippettype`) VALUES (3,3,1,0,'0000-00-00 00:00:00',621,'Our Google Business Rating','0','','','{\"outer_border\":\"#FAFAFA\",\"head_background\":\"#FFFFFF\",\"head_color\":\"#FFFFFF\",\"item_background\":\"#000000\",\"score_bg\":\"#000000\",\"link_color\":\"#FFF700\",\"bar_bg\":\"#4DB2EC\",\"vote_color\":\"#FFF700\",\"show_vote\":\"1\",\"score_position\":\"3\",\"score_type\":\"2\"}','','3','{\"com_content\":[\"19\"]}','1');
/*!40000 ALTER TABLE `mdr_itemrating_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_itemrating_item`
--

DROP TABLE IF EXISTS `mdr_itemrating_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_itemrating_item` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `state` tinyint(1) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `rating` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `group_id` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `number` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `hits` int(11) NOT NULL,
  `fasetting` varchar(255) NOT NULL,
  `misc` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_itemrating_item`
--

LOCK TABLES `mdr_itemrating_item` WRITE;
/*!40000 ALTER TABLE `mdr_itemrating_item` DISABLE KEYS */;
INSERT INTO `mdr_itemrating_item` (`id`, `state`, `checked_out`, `checked_out_time`, `created_by`, `title`, `rating`, `label`, `group_id`, `type`, `icon`, `number`, `ordering`, `hits`, `fasetting`, `misc`) VALUES (1,0,0,'0000-00-00 00:00:00',621,'Our Rating','100','1','1','1','stars',0,1,1,'',''),(2,1,0,'0000-00-00 00:00:00',621,'Rate This Article from 1 to 100','100','1','2','1','stars',0,2,2,'{\"icon\":\"\\uf005\",\"activecolor\":\"#ffc500\",\"inactivecolor\":\"#8a9091\"}','[{\"rangestart\":null,\"rangeend\":null,\"rangetext\":\"\"}]'),(3,1,0,'0000-00-00 00:00:00',621,'Our Google Business Rating','100','0','3','1','stars',0,3,7,'{\"icon\":\"\\uf005\",\"activecolor\":\"#ffc500\",\"inactivecolor\":\"#8a9091\"}','');
/*!40000 ALTER TABLE `mdr_itemrating_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_itemrating_itemdata`
--

DROP TABLE IF EXISTS `mdr_itemrating_itemdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_itemrating_itemdata` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `context` varchar(255) NOT NULL,
  `context_id` int(11) NOT NULL,
  `rating_id` int(10) NOT NULL,
  `rating_sum` int(10) NOT NULL,
  `rating_value` varchar(255) NOT NULL,
  `rating_count` varchar(255) NOT NULL,
  `jsondata` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_itemrating_itemdata`
--

LOCK TABLES `mdr_itemrating_itemdata` WRITE;
/*!40000 ALTER TABLE `mdr_itemrating_itemdata` DISABLE KEYS */;
INSERT INTO `mdr_itemrating_itemdata` (`id`, `context`, `context_id`, `rating_id`, `rating_sum`, `rating_value`, `rating_count`, `jsondata`) VALUES (1,'com_content',18,2,1,'100','{\"up\":0,\"down\":0,\"rating\":100}','{\"guest_107.77.70.29_\":5,\"guest_73.226.16.2_\":5,\"guest_107.77.106.111_\":0.25}'),(2,'com_content',14,2,1,'100','{\"up\":0,\"down\":0,\"rating\":100}','{\"guest_73.194.25.248_\":5,\"guest_73.80.147.35_\":0.25,\"guest_73.226.16.2_\":5}'),(3,'com_content',10,2,1,'100','{\"up\":0,\"down\":0,\"rating\":100}','{\"guest_73.194.25.248_\":5,\"guest_73.80.147.35_\":5}'),(4,'com_content',13,2,0,'0','{\"up\":0,\"down\":0,\"rating\":0}','{\"guest_73.80.147.35_\":5}'),(5,'com_content',12,2,2,'100','{\"up\":0,\"down\":0,\"rating\":100}','{\"guest_107.77.70.29_\":5,\"guest_73.194.25.248_\":5,\"guest_73.80.147.35_\":5}'),(6,'com_content',17,2,0,'0','{\"up\":0,\"down\":0,\"rating\":0}','{\"guest_73.194.25.248_\":5}'),(7,'com_content',4,2,0,'0','{\"up\":0,\"down\":0,\"rating\":0}','{\"guest_73.194.25.248_\":5}'),(8,'com_content',5,2,0,'0','{\"up\":0,\"down\":0,\"rating\":0}','{\"guest_73.194.25.248_\":5}'),(9,'com_content',6,2,0,'0','{\"up\":0,\"down\":0,\"rating\":0}','{\"guest_73.194.25.248_\":5}');
/*!40000 ALTER TABLE `mdr_itemrating_itemdata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_jmap`
--

DROP TABLE IF EXISTS `mdr_jmap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(100) NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `sqlquery` text DEFAULT NULL,
  `sqlquery_managed` text DEFAULT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap`
--

LOCK TABLES `mdr_jmap` WRITE;
/*!40000 ALTER TABLE `mdr_jmap` DISABLE KEYS */;
INSERT INTO `mdr_jmap` (`id`, `type`, `name`, `description`, `checked_out`, `checked_out_time`, `published`, `ordering`, `sqlquery`, `sqlquery_managed`, `params`) VALUES (1,'content','Content','Default contents source',0,'0000-00-00 00:00:00',1,1,'','',''),(2,'menu','Main Menu','The main menu for the site',0,'0000-00-00 00:00:00',1,4,NULL,NULL,''),(3,'menu','Disclaimer','Disclaimer',0,'0000-00-00 00:00:00',1,2,NULL,NULL,''),(4,'menu','Google Reviews','Google Reviews',0,'0000-00-00 00:00:00',1,3,NULL,NULL,'');
/*!40000 ALTER TABLE `mdr_jmap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_jmap_cats_priorities`
--

DROP TABLE IF EXISTS `mdr_jmap_cats_priorities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_cats_priorities` (
  `id` int(11) NOT NULL,
  `priority` char(3) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_cats_priorities`
--

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

--
-- Table structure for table `mdr_jmap_datasets`
--

DROP TABLE IF EXISTS `mdr_jmap_datasets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_datasets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `sources` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_datasets`
--

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

--
-- Table structure for table `mdr_jmap_dss_relations`
--

DROP TABLE IF EXISTS `mdr_jmap_dss_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_dss_relations` (
  `datasetid` int(11) NOT NULL,
  `datasourceid` int(11) NOT NULL,
  PRIMARY KEY (`datasetid`,`datasourceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_dss_relations`
--

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

--
-- Table structure for table `mdr_jmap_google`
--

DROP TABLE IF EXISTS `mdr_jmap_google`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_google` (
  `id` int(11) NOT NULL,
  `token` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_google`
--

LOCK TABLES `mdr_jmap_google` WRITE;
/*!40000 ALTER TABLE `mdr_jmap_google` DISABLE KEYS */;
INSERT INTO `mdr_jmap_google` (`id`, `token`) VALUES (1,'{\"access_token\":\"ya29.GltSBY8Jk0Aup02nYxDJKMMfGUyoF7pi--s4GmfOGrXobyXxDLKceaYsaBAMHVO7RrI67gPysrLJJ0leMiZb1coeGrE3Z_mf2BaoWj18plZIvptyzrG3EhNjtIZh\",\"expires_in\":3600,\"refresh_token\":\"1/FRUveaJjTPs0N3PpMq5dB6DgE6kySJ-46u5NzhPFE7M\",\"token_type\":\"Bearer\",\"created\":1517359453}');
/*!40000 ALTER TABLE `mdr_jmap_google` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_jmap_menu_priorities`
--

DROP TABLE IF EXISTS `mdr_jmap_menu_priorities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_menu_priorities` (
  `id` int(11) NOT NULL,
  `priority` char(3) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_menu_priorities`
--

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

--
-- Table structure for table `mdr_jmap_metainfo`
--

DROP TABLE IF EXISTS `mdr_jmap_metainfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_metainfo` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `linkurl` varchar(600) NOT NULL,
  `meta_title` text DEFAULT NULL,
  `meta_desc` text DEFAULT NULL,
  `meta_image` varchar(255) DEFAULT NULL,
  `robots` varchar(255) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `excluded` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `linkurl` (`linkurl`(255)),
  KEY `robots` (`robots`),
  KEY `published` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_metainfo`
--

LOCK TABLES `mdr_jmap_metainfo` WRITE;
/*!40000 ALTER TABLE `mdr_jmap_metainfo` DISABLE KEYS */;
INSERT INTO `mdr_jmap_metainfo` (`id`, `linkurl`, `meta_title`, `meta_desc`, `meta_image`, `robots`, `published`, `excluded`) VALUES (1,'http://morganolaw.com/','Joseph F. Morgano - Attorney in Monmouth County New Jersey','Joseph F. Morgano is a NJ attorney, handling DWI DUI, traffic tickets, real estate closings, personal injury, criminal defense, workers compensation and more.','','',1,0),(2,'http://morganolaw.com/blog','Joseph F. Morgano, NJ Attorney blog, various areas of law.','Joseph F. Morgano, NJ Attorney. Our blog on various areas of law, such as the consequences of DWI DUI in NJ; and the importance of having legal representation. ','','',1,0),(3,'http://morganolaw.com/nj-statutes/7-nj-dwi-dui-law','The laws of NJ DWI DUI. Fines, penalties for DWI DUI in NJ.','Here you can read the New Jersey Statutes governing the law of DWI DUI in New Jersey. Fines, penalties, loss of license and other consequences of DWI DUI.','','',1,0),(4,'http://morganolaw.com/nj-statutes/8-nj-expungement-law','Law governing the process of obtaining an expungement in NJ.','Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.','','',1,0),(5,'http://morganolaw.com/nj-statutes/9-nj-name-change-law','Law governing the process of obtaining a name change in NJ.','Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.','','',1,0),(6,'http://morganolaw.com/blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj','Should you refuse to take a breathalyzer test in NJ?','Should you refuse to take a breathalyzer test in NJ?  Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.','','',1,0),(7,'http://morganolaw.com/blog/5-you-were-charged-with-dwi-dui-in-nj','You were charged with DWI DUI in NJ. We can assist you.  ','Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.','','',1,0),(8,'http://morganolaw.com/blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj','How many points do you get for a DWI DUI in NJ? Read... ','Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.','','',1,0),(9,'http://morganolaw.com/practice-areas','Joseph F. Morgano - New Jersey Attorney - Practice Areas','Our practice areas include: DWI DUI, traffic tickets, real estate closings, personal injury, worker\'s compensation, criminal defense, expungement and more.','','',1,0),(10,'http://morganolaw.com/contact-us','Joseph F. Morgano NJ Attorney Contact Info','Joseph F. Morgano, Attorney at Law.  We are located in Monmouth County NJ at 621 Shrewsbury Avenue, Shrewsbury, NJ 07702. 732-263-9300  Call for an appointment.','','',1,0),(11,'http://morganolaw.com/blog/12-how-long-do-you-loose-your-license-for-a-dwi-in-nj','How long do you loose your license for a dwi dui in NJ? Read','Article on DWI DUI in NJ. Discusses the duration of loss of license for DWI DUI in NJ, and the different penalties for 1st, second and 3rd offenses. Read More..','','',1,0),(12,'http://morganolaw.com/blog/11-what-are-the-fines-for-a-dwi-in-nj','What are the fines for a dwi in the state of New Jersey?','The fines for a dwi in NJ vary depending on certain factors, such as: whether you have prior offenses; whether you were within a school zone, Read More.','','',1,0),(13,'http://morganolaw.com/blog/10-can-you-go-to-jail-for-a-dwi-in-new-jersey','Can you go to jail for a dwi dui in the state of New Jersey?','Generally, for a first offense, with no other aggravating factors, jail-time is not imposed. However, with aggravating factors, such as, an accident...Read More','','',1,0),(14,'http://morganolaw.com/blog/13-do-you-need-an-attorney-for-a-new-jersey-dwi','Do you need an attorney for a dwi dui in the state of NJ?','If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you... Read More','','',1,0),(15,'http://morganolaw.com/blog/5-you-were-charged-with-dwi-dui-in-nj-now-what','You were charged with dwi dui in New Jersey, now what?','Some of the penalties resulting from DWI/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on... Read More','','',1,0),(16,'http://morganolaw.com/nj-statutes','NJ Statutes including dwi, name change and expungement.','Here you can read the laws governing various areas of law in new jersey. New Jersey statues such as Dwi Dui in nj, expungement in nj and name change in nj.','','',1,0),(17,'http://morganolaw.com/blog/14-can-you-beat-your-nj-traffic-ticket','Can you beat your NJ traffic ticket in municipal court? ','If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the . . .Read More','','',1,0),(18,'http://morganolaw.com/nj-statutes/15-point-schedule-for-nj-tickets','Point Schedule for NJ moving violations traffic tickets.','Here you can see a list of all of the moving violation in the state of New Jersey and all off the points associated with each violation.  ','','',1,0),(19,'http://morganolaw.com/blog/16-how-many-points-is-a-speeding-ticket-in-nj','How Many Points is a Speeding Ticket in New Jersey?','The points that you are subject to for speeding in nj depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is ','','',1,0),(20,'http://morganolaw.com/blog/17-how-many-points-is-a-careless-driving-ticket-in-nj','How Many Points is a Careless Driving Ticket in NJ?','The penalty you will be subject to for careless driving in NJ is 2 points.  Points on your NJ Driver\'s License can result in loss of license and higher . . .','','',1,0),(21,'http://morganolaw.com/blog/18-how-many-points-is-a-reckless-driving-ticket-in-nj','How Many Points is a Reckless Driving Ticket in NJ?','The penalty you will be subject to is 5 points.  Points on your NJ Driver\'s License can result in loss of license and higher insurance premiums. If you . . .','','',1,0),(22,'http://morganolaw.com/blog/12-how-long-do-you-lose-your-license-for-a-dwi-in-nj','How long do you lose your license for a dwi dui in NJ?','If you are convicted of or you plead guilty to a DWI in NJ, the duration of loss of license can vary depending on certain factors. One factor is... Read More','','',1,0),(23,'http://morganolaw.com/practice-areas/31-name-change','Joseph F. Morgano - Monmouth County NJ Name Change attorney','There are many reasons why someone would want to change their name in NJ. If you are seeking to change your name, please contact us for more information.','','',1,0),(24,'http://morganolaw.com/practice-areas/30-expungement','Joseph F. Morgano - Monmouth County NJ Expungement attorney','If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record.  A criminal record can... Read More.','','',1,0),(25,'http://morganolaw.com/practice-areas/29-collections','Joseph F. Morgano - Monmouth County NJ Collections attorney','Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you... Read More.','','',1,0),(26,'http://morganolaw.com/practice-areas/28-worker-s-compensation','Joseph F. Morgano - NJ Worker\'s Compensation attorney ','Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be entitled to... Read More.','','',1,0),(27,'http://morganolaw.com/practice-areas/27-personal-injury','Joseph F. Morgano - New Jersey Personal Injury attorney','Handling Personal Injury Cases Since 1996. If you have been injured in an accident, you may be able to recover compensation. Call for a free consultation.','','',1,0),(28,'http://morganolaw.com/practice-areas/26-criminal-defense','Joseph F. Morgano - Monmouth County NJ Criminal Attorney','If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include fines... Read More.','','',1,0),(29,'http://morganolaw.com/practice-areas/25-real-estate-closings','Joseph F. Morgano - Monmouth County NJ Real Estate Attorney.','If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Read More.','','',1,0),(30,'http://morganolaw.com/practice-areas/24-all-motor-vehicle-offenses','Got a traffic ticket in NJ? We can assist you in court.','NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. We may be able to get your points reduced or eliminated. Call today to discuss your case.','','',1,0),(31,'http://morganolaw.com/practice-areas/23-dwi-dui','Monmouth County NJ DWI Attorney - Joseph F. Morgano','NJ DWI Attorney - Defending DWI cases since 1996. Some of the penalties resulting from a DWI/DUI are loss of license, fines and possibly jail time. Read More. ','','',1,0),(32,'http://morganolaw.com/attorney-profile/32-attorney-info','NJ Attorney, Joseph F. Morgano. Monmouth County. Shrewsbury','Joseph F. Morgano, Monmouth County, New Jersey attorney. \n621 Shrewsbury Ave. (Ste. 131)\nShrewsbury, NJ 07702\n732-263-9300\nCall for free consultation.','','',1,0),(33,'http://morganolaw.com/attorney-profile','Joseph F. Morgano, Monmouth County NJ attorney profile.','Mr. Morgano has handled cases throughout NJ including DWI/DUI and Traffic tickets, Real Estate Closings, Personal Injury, Complex Litigation... Read More','','',1,0),(34,'http://morganolaw.com/contact-us/3-contact-us','Contact Us.\n621 Shrewsbury Ave.(131)\nShrewsbury, NJ 07702','Contact Us.\nJoseph F. Morgano, Attorney at law.\n621 Shrewsbury Ave.(131)\nShrewsbury, NJ 07702\n732-263-9300 Ph.\n732-795-3958 fax.\nEmail: joe@joemorganolaw.com.','','',1,0),(35,'http://morganolaw.com/disclaimer','Legal disclaimer for NJ legal website of Joseph F. Morgano.','This is our required legal disclaimer required for legal websites. If you would like more information regarding this disclaimer, contact Joseph F. Morgano.','','',1,0),(36,'http://morganolaw.com/google-reviews/34-google-reviews','Read reviews about Joseph F. Morgano, Attorney at Law.','Some of the Google+ reviews, posted by previous clients of Joseph F. Morgano, Attorney at Law. See our Google+ profile to read all of the Google+ reviews.','','',1,0),(37,'http://morganolaw.com/google-reviews','Read Google reviews for Joseph F. Morgano, Attorney at Law.','Here you can read some of the Google reviews, posted by previous clients of Joseph F. Morgano, Attorney at Law. See our Google+ profile to read all reviews.','','',1,0),(38,'http://morganolaw.com/practice-areas/35-property-tax-appeal','Joseph F. Morgano - NJ property tax appeal attorney','Paying too much for your NJ property taxes? We can appeal your assessment, and possibly get your NJ property taxes lowered. Contact us for more information.','','',1,0),(39,'http://morganolaw.com/nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40','NJSA 39:3-40 - Driving While Suspended in NJ. Penalties.','NJSA 39:3-40 - Driving While Suspended in NJ. Read the NJ Statute governing Driving While Suspended. Learn about the penalties, fines, loss of license, etc.','','',1,0),(40,'http://morganolaw.com/19-our-google-business-rating/38-our-google-business-rating-home-page','See Reviews from previous clients for Joseph F. Morgano.','See what others have said about the law firm of Joseph F. Morgano, Attorney at Law. See reviews from previous clients and the ratings they have posted.','','',1,0),(41,'http://morganolaw.com/blog/40-what-are-the-penalties-for-driving-without-insurance-in-nj','What Are The Penalties For Driving Without Insurance in NJ?','For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; and loss of . . . Read More.','','',1,0),(42,'http://morganolaw.com/nj-statutes/39-nj-driving-without-insurance-law-njsa-39-6b-2','NJSA 39:6B-2 - Driving Without Insurance in NJ. Penalties.','NJSA 39:6B-2 - Driving Without Insurance in NJ. Read the NJ Statute governing Driving Without Insurance in NJ. Penalties include fines, loss of . . . Read More.','','',1,0),(43,'http://morganolaw.com/practice-areas/24-traffic-tickets','Monmouth County New Jersey traffic ticket Attorney','Joseph F. Morgano handles all New Jersey traffic tickets. If you were issued a traffic ticket in NJ, we may be able to get your points reduced or eliminated.','','',1,0),(44,'http://morganolaw.com/blog/41-dui-vs-dwi-in-nj','What is the difference between DUI and DWI in New Jersey?','There is no difference other than the terms used. While in NJ it is correctly referred to as DWI (Driving while intoxicated), the terms are interchangeable.','','',1,0),(45,'https://morganolaw.com/blog/41-dui-vs-dwi-in-nj','What is the difference between the charges of DUI and DWI in NJ?','A common question many people have is, what is the difference between DUI and DWI in NJ.  In NJ we have DWI (Driving While Intoxicated).  Other states have DUI (Driving Under the Influence).  There is no difference other than the terms used.  While in NJ it is correctly referred to ...Read More.','','',1,0),(46,'https://morganolaw.com/','Joseph F. Morgano | Monmouth County NJ Attorney | Serving all of NJ','Joseph F. Morgano is a NJ attorney, handling DWI DUI, traffic tickets, real estate closings, personal injury, criminal defense, workers compensation and other types of cases. If you would like to discuss your legal matter, please contact us today. 732-263-9300','','',1,0),(47,'https://morganolaw.com/practice-areas','Joseph F. Morgano, Attorney in Monmouth County NJ | Our Practice Areas','We handle the following types of cases in New Jersey: DWI cases, Traffic Ticket Defense, Real Estate Closings, Personal Injury Cases, Criminal Defense, Worker\'s Compensation cases, Expungements, Name Change and other types of cases. Please call for a free consultation. 732-263-9300','','',1,0),(48,'https://morganolaw.com/blog','Joseph F. Morgano - Attorney in Monmouth County NJ, Our Blog Page','Our blog discusses various issues dealing with New Jersey DWI and traffic ticket offenses. Some of the articles include discussion dealing with the penalties for NJ DWI and traffic tickets, such as, motor vehicle points, fines, jail-time, surcharges, insurance points and other issues.','','',1,0),(49,'https://morganolaw.com/attorney-profile','Joseph F. Morgano - Attorney in Monmouth County NJ, Profile Page','Joseph F. Morgano Has been practicing law in NJ for over 20 years.  The types of cases handled include; DWI/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal Defense and other types of cases.','','',1,0),(50,'https://morganolaw.com/contact-us','Joseph F. Morgano - Attorney in Monmouth County NJ, Contact Us','Joseph F. Morgano, Attorney at Law.  621 Shrewsbury Avenue, Ste. 131, Shrewsbury, NJ 07702. 732-263-9300.','','',1,0),(51,'https://morganolaw.com/disclaimer','Joseph F. Morgano - Attorney in Monmouth County NJ, Disclaimer','The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included . . . Read More','','',1,0),(52,'https://morganolaw.com/google-reviews','Joseph F. Morgano Attorney in Monmouth County NJ - Google Reviews','See our google reviews as written by previous clients.  You can view our reviews on our website or you can view them on google.  See what others have said about our representation of their legal matters.','','',1,0),(53,'https://morganolaw.com/19-our-google-business-rating/38-our-google-business-rating-home-page','Joseph F. Morgano Attorney at Law | Our Google Business Rating','Here you can see our current google business rating.  View on our website or on our google business profile.','','',1,0),(54,'https://morganolaw.com/nj-statutes','New Jersey Statutes dealing with DWI law, traffic tickets and more.','Read NJ Statutes governing NJ DWI, NJ Expungement, NJ Name Change and NJ Driving while suspended.','','',1,0),(55,'https://morganolaw.com/blog/40-what-are-the-penalties-for-driving-without-insurance-in-nj','What are the penalties for driving without insurance in NJ? ','If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; ...Read More.','','',1,0),(56,'https://morganolaw.com/blog/18-how-many-points-is-a-reckless-driving-ticket-in-nj','How many points is a reckless driving ticket in New Jersey? ','If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court ...Read More.','','',1,0),(57,'https://morganolaw.com/blog/17-how-many-points-is-a-careless-driving-ticket-in-nj','How many points is a careless driving ticket in New Jersey? ','If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket . . . Read More','','',1,0),(58,'https://morganolaw.com/blog/14-can-you-beat-your-nj-traffic-ticket','Can you beat your New Jersey traffic ticket? There\'s a chance you can.','If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and ...Read More','','',1,0),(59,'https://morganolaw.com/practice-areas/24-traffic-tickets','Monmouth County NJ Traffic Ticket Attorney | Serving all of NJ ','NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s ...Read More.','images/mymedia/traffic_ticket_in_nj.jpg','',1,0),(60,'https://morganolaw.com/practice-areas/25-real-estate-closings','Monmouth County New Jersey Real Estate Attorney | Joseph F. Morgano','If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period ...Read More.','','',1,0),(61,'https://morganolaw.com/practice-areas/26-criminal-defense','Monmouth County NJ Criminal Defense Attorney | Joseph F. Morgano','If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record ...Read More.','','',1,0),(62,'https://morganolaw.com/practice-areas/27-personal-injury','Monmouth County NJ Personal Injury Attorney | Joseph F. Morgano','If you have been injured in an accident, you may be entitled to compensation.  We handle various types of personal injury matters such as:\nAuto Accidents, Motorcycle Accidents, Negligence cases, Slip and Fall, Dog Bite cases and more.  Please call for a free consultation. 732-263-9300','','',1,0),(63,'https://morganolaw.com/practice-areas/28-worker-s-compensation','Monmouth County NJ Worker\'s Compensation Attorney | Joseph F. Morgano','If you were injured in a NJ work related accident, you may be entitled to: temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.  If you have sustained a work related injury, please call us for a free consultation. 732-263-9300','','',1,0),(64,'https://morganolaw.com/practice-areas/29-collections','Monmouth County New Jersey Collections Attorney | Joseph F. Morgano','Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed to them for services or goods that have been provided.  If you have a collection matter that you need assistance with, please call Joseph F. Morgano, for a free consultation. 732-263-9300','','',1,0),(65,'https://morganolaw.com/practice-areas/35-property-tax-appeal','Monmouth County NJ Property Tax Appeal Attorney | Joseph F. Morgano','Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced.','','',1,0),(66,'https://morganolaw.com/practice-areas/30-expungement','Monmouth County NJ Expungement Attorney | Joseph F. Morgano.','If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.  A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.  Please call for more information. 732-263-9300','','',1,0),(67,'https://morganolaw.com/practice-areas/31-name-change','Joseph F. Morgano - Monmouth County NJ Name Change Attorney.','There are many reasons why someone would want to change their name. If you wish to change your name In New Jersey, we can assist you with the process. The process begins with the filing of the appropriate documents. For more information, please call Joseph F. Morgano, for a free consultation. 732-263-9300','','',1,0),(68,'https://morganolaw.com/attorney-profile/32-attorney-info','Joseph F. Morgano - Monmouth County NJ Attorney Profile Page.','I handle cases throughout New Jersey including DWI/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal Defense, Expungements, Collection Matters, Property Tax Appeals and ...Read More.','','',1,0),(69,'https://morganolaw.com/blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj','How many points do you get for a DWI/DUI in NJ? Short answer is none.','The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.  DWI/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.  The DWI/DUI offense occurs when the intoxicated ...Read More.','','',1,0),(70,'https://morganolaw.com/blog/5-you-were-charged-with-dwi-dui-in-nj-now-what','You were charged with DWI/DUI In NJ, Now what? Should you get counsel?','Some of the penalties resulting from DWI/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI/DUI convictions; Whether or not there was an accident ...Read More.','','',1,0),(71,'https://morganolaw.com/blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj','Should you refuse to take a breathalyzer in NJ? Find out here. ','Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.  Some people are under the impression that if you refuse the test then you cannot be charged with DWI/DUI.  That is not the case.  If you refuse to take a breathalyzer you can still be charged ...Read More. ','','',1,0),(72,'https://morganolaw.com/practice-areas/23-dwi-dui','Monmouth County NJ DWI/DUI Attorney | Joseph F. Morgano | 732-263-9300','If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences resulting from a DWI are loss of license, fines and possibly jail time. Having an attorney represent you in court, can often reduce the consequences of a DWI charge. Read More.','images/mymedia/dwi_in_nj.jpg','',1,0),(73,'https://morganolaw.com/nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40','Read NJ Statute - N.J.S.A. 39:3-40 - Driving While Suspended.','No person to whom a driver\'s license has been refused or whose driver\'s license or reciprocity privilege has been suspended or revoked, or who has been prohibited from obtaining a driver\'s license, shall personally operate a motor vehicle during the period of refusal, suspension, revocation, or prohibition. Read More.','','',1,0),(74,'https://morganolaw.com/nj-statutes/39-nj-driving-without-insurance-law-njsa-39-6b-2','NJ Statute - N.J.S.A. 39:6B-2- Driving Without Insurance - Penalties.','An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and ...Read More.','','',1,0),(75,'https://morganolaw.com/nj-statutes/9-nj-name-change-law','Read New Jersey Statute - N.J.S.A. 2A:52-1 - Deals with Name Change.','Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and ...Read More.','','',1,0),(76,'https://morganolaw.com/nj-statutes/15-point-schedule-for-nj-tickets','Read the Point Schedule for New Jersey Traffic Ticket Offenses.','This is a list of all the traffic tickets that carry points on your New Jersey driver\'s License.  See how many points can be imposed for traffic tickets such as reckless driving, speeding, careless driving, and other types of traffic tickets.','','',1,0),(77,'https://morganolaw.com/nj-statutes/8-nj-expungement-law','Read New Jersey Statute - N.J.S.A. 2C:52-1 - Expungement Law.','Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person’s detection, apprehension, arrest, detention, trial or ...Read More.','','',1,0),(78,'https://morganolaw.com/nj-statutes/7-nj-dwi-dui-law','Read the New Jersey Statute - N.J.S.A. 39:4-50 - DWI/DUI in NJ..','Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the ...Read More.','','',1,0),(79,'https://morganolaw.com/blog/16-how-many-points-is-a-speeding-ticket-in-nj','How many points is a speeding ticket in New Jersey? See Here.','If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 ...Read More.','','',1,0),(80,'https://morganolaw.com/blog/13-do-you-need-an-attorney-for-a-new-jersey-dwi','Do you need an attorney for a NJ DWI? Effective counsel is essential. ','If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles. Read More.','','',1,0),(81,'https://morganolaw.com/blog/12-how-long-do-you-lose-your-license-for-a-dwi-in-nj','How long do you lose your license for a DWI/DUI in New Jersey?','If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the ...Read More.','','',1,0),(82,'https://morganolaw.com/blog/11-what-are-the-fines-for-a-dwi-in-nj','What are the Fines for a DWI in New Jersey? Read about DWI fines.','For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 ...Read More.','','',1,0),(83,'https://morganolaw.com/blog/10-can-you-go-to-jail-for-a-dwi-in-new-jersey','Can you go to jail for a DWI in New Jersey?  Potential jail terms.','If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the ...Read More.','','',1,0),(84,'https://morganolaw.com/contact-us/3-contact-us','Contact Joseph F. Morgano -\n Attorney at Law (732)-263-9300.','Contact us by phone or via email.','','',1,0),(86,'https://morganolaw.com/google-reviews/34-google-reviews','Client Reviews of this business','Joseph F. Morgano Attorney at Law - Read our client reviews here.','','',1,0),(87,'https://morganolaw.com/?view=article&id=38:our-google-business-rating-home-page&catid=19','Google Business Rating','See our google business rating','','',1,0),(88,'https://morganolaw.com/practice-areas/23-dwi','Monmouth County NJ DWI Attorney | Joseph F. Morgano | Serves all of NJ','If you have been charged with DWI in NJ, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences resulting from a DWI are loss of license, fines and possibly jail time. Having an attorney represent you in court, can often reduce the consequences of a DWI charge. Read More.','','',1,0);
/*!40000 ALTER TABLE `mdr_jmap_metainfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_jmap_pingomatic`
--

DROP TABLE IF EXISTS `mdr_jmap_pingomatic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_jmap_pingomatic` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `blogurl` varchar(255) NOT NULL,
  `rssurl` varchar(255) DEFAULT NULL,
  `services` text NOT NULL,
  `lastping` datetime DEFAULT NULL,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_jmap_pingomatic`
--

LOCK TABLES `mdr_jmap_pingomatic` WRITE;
/*!40000 ALTER TABLE `mdr_jmap_pingomatic` DISABLE KEYS */;
INSERT INTO `mdr_jmap_pingomatic` (`id`, `title`, `blogurl`, `rssurl`, `services`, `lastping`, `checked_out`, `checked_out_time`) VALUES (2,'Traffic Tickets','https://morganolaw.com/practice-areas/24-traffic-tickets','','{\"chk_google\":\"1\",\"chk_weblogscom\":\"1\",\"chk_blogs\":\"1\",\"chk_feedburner\":\"1\",\"chk_newsgator\":\"1\",\"chk_myyahoo\":\"1\",\"chk_pubsubcom\":\"1\",\"chk_blogdigger\":\"1\",\"chk_weblogalot\":\"1\",\"chk_newsisfree\":\"1\",\"chk_topicexchange\":\"1\",\"chk_tailrank\":\"1\",\"chk_skygrid\":\"1\",\"chk_collecta\":\"1\",\"chk_superfeedr\":\"1\",\"chk_audioweblogs\":\"0\",\"chk_rubhub\":\"0\",\"chk_a2b\":\"0\",\"chk_blogshares\":\"0\"}','2018-05-24 20:38:30',0,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `mdr_jmap_pingomatic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_joomunited_config`
--

DROP TABLE IF EXISTS `mdr_joomunited_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_joomunited_config` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `value` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_joomunited_config`
--

LOCK TABLES `mdr_joomunited_config` WRITE;
/*!40000 ALTER TABLE `mdr_joomunited_config` DISABLE KEYS */;
INSERT INTO `mdr_joomunited_config` (`id`, `name`, `value`) VALUES (1,'ju_user_token','token=b8d330da-2e65-4694-ab08-78df5888c889');
/*!40000 ALTER TABLE `mdr_joomunited_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_languages`
--

DROP TABLE IF EXISTS `mdr_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_languages`
--

LOCK TABLES `mdr_languages` WRITE;
/*!40000 ALTER TABLE `mdr_languages` DISABLE KEYS */;
INSERT INTO `mdr_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 `mdr_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_menu`
--

DROP TABLE IF EXISTS `mdr_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=252 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_menu`
--

LOCK TABLES `mdr_menu` WRITE;
/*!40000 ALTER TABLE `mdr_menu` DISABLE KEYS */;
INSERT INTO `mdr_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,83,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,'',11,16,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,'',12,13,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,'',14,15,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,'',17,20,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,'',18,19,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,'',21,26,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,'',22,23,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,'',24,25,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,'',27,28,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,'',29,30,0,'*',1),(18,'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,'',31,32,0,'*',1),(20,'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,'',33,34,0,'',1),(21,'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,'',35,36,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\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Joseph F. Morgano Monmouth County NJ Attorney\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Joseph F. Morgano is a NJ attorney, handling DWI DUI, traffic tickets, real estate closings, personal injury, criminal defense, workers compensation and more.\",\"menu-meta_keywords\":\"Monmouth County New jersey attorney,Monmouth County nj dwi attorney,Monmouth County nj dui attorney,Monmouth County nj real estate attorney,Monmouth County nj traffic ticket attorney,Monmouth County nj personal injury attorney,Monmouth County nj expungement attorney,Monmouth County nj workers compensation attorney,Monmouth County nj name change attorney,Monmouth County nj collections attorney,\",\"robots\":\"\",\"secure\":1}',37,38,1,'*',0),(102,'mainmenu','Practice Areas','practice-areas','','practice-areas','index.php?option=com_content&view=category&layout=blog&id=13','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\":\"15\",\"num_intro_articles\":\"0\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"0\",\"show_featured\":\"hide\",\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Our practice areas: NJ DWI, NJ Traffic Tickets, NJ Real Estate Closings, NJ Personal Injury, NJ Criminal Defense, NJ Worker\'s Compensation, and more.\",\"menu-meta_keywords\":\"Monmouth County nj dwi attorney,Monmouth County nj real estate attorney,Monmouth County nj traffic ticket attorney,Monmouth County nj criminal defense attorney,Monmouth County nj personal injury attorney,Monmouth County nj expungement attorney,Monmouth County nj worker\'s compensation attorney,Monmouth County nj name change attorney,Monmouth County nj property tax appeal attorney, Monmouth County nj collections attorney\",\"robots\":\"\",\"secure\":1}',39,40,0,'*',0),(103,'mainmenu','Contact Us','contact-us','','contact-us','index.php?option=com_content&view=category&layout=blog&id=15','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_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Joseph F. Morgano, Attorney at Law.  We are located in Monmouth County NJ at 621 Shrewsbury Avenue, Shrewsbury, NJ 07702. 732-263-9300\",\"menu-meta_keywords\":\"shrewsbury nj attorney, Monmouth county nj attorney, attorney in shrewsbury nj, attorney in Monmouth county nj\",\"robots\":\"\",\"secure\":1}',45,46,0,'*',0),(104,'mainmenu','Blog','blog','','blog','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\":\"20\",\"num_intro_articles\":\"0\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"alpha\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"0\",\"show_featured\":\"hide\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"1\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"1\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"0\",\"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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Read Our Blog.\",\"menu-meta_keywords\":\"can you beat your nj traffic ticket, can you go to jail for a dwi in nj, do You need an attorney for a new jersey dwi, how long do you lose your license for a DWI in NJ, how many points do you get for a DWI\\/DUI In NJ, how many points is a careless driving ticket in NJ, how many points is a reckless driving ticket in NJ, how many points is a speeding ticket in NJ, should you refuse to take a breathalyzer In NJ,what are the fines for a DWI in NJ, you were charged with DWI\\/DUI In NJ, now what,what are the penalties for driving without insurance in NJ\",\"robots\":\"\",\"secure\":1}',41,42,0,'*',0),(105,'mainmenu','NJ Statutes','nj-statutes','','nj-statutes','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\":\"\",\"num_intro_articles\":\"7\",\"num_columns\":\"1\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"NJ Statutes governing NJ DWI, NJ Expungement, NJ Name Change and NJ Driving while suspended.\",\"menu-meta_keywords\":\"nj dwi law,nj expungement law,nj name change law,nj driving while suspended law\",\"robots\":\"\",\"secure\":1}',47,48,0,'*',0),(111,'mainmenu','Attorney Profile','attorney-profile','','attorney-profile','index.php?option=com_content&view=category&layout=blog&id=14','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_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\" style-attorney-profile\",\"menu-meta_description\":\"Joseph F. Morgano - Monmouth County, NJ Attorney Profile.\",\"menu-meta_keywords\":\"monmouth county nj attorney profile\",\"robots\":\"\",\"secure\":1}',43,44,0,'*',0),(113,'main','com_joomlaupdate','com-joomlaupdate','','com-joomlaupdate','index.php?option=com_joomlaupdate','component',1,1,1,28,0,'0000-00-00 00:00:00',0,1,'class:joomlaupdate',0,'{}',49,50,0,'',1),(116,'disclaimer','Disclaimer','disclaimer','','disclaimer','index.php?option=com_content&view=article&id=33','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":0,\"menu_show\":0,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Read Our Legal Disclaimer.\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":1}',51,52,0,'*',0),(118,'google-reviews','Google Reviews','google-reviews','','google-reviews','index.php?option=com_content&view=category&layout=blog&id=18','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_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"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_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_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Here you can read Reviews that clients have posted on our Google+ page.\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":1}',53,54,0,'*',0),(161,'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,'{}',55,56,0,'*',1),(206,'main','JMAP','jmap','','jmap','index.php?option=com_jmap','component',1,1,1,10003,0,'0000-00-00 00:00:00',0,1,'class:jmap-16x16',0,'{}',57,58,0,'',1),(215,'main','COM_ITEMRATING','com-itemrating','','com-itemrating','index.php?option=com_itemrating','component',1,1,1,10068,0,'0000-00-00 00:00:00',0,1,'components/com_itemrating/assets/images/s_com_itemrating.png',0,'{}',59,66,0,'',1),(216,'main','COM_ITEMRATING_TITLE_ITEMS','com-itemrating-title-items','','com-itemrating/com-itemrating-title-items','index.php?option=com_itemrating&view=items','component',1,215,2,10068,0,'0000-00-00 00:00:00',0,1,'components/com_itemrating/assets/images/s_items.png',0,'{}',60,61,0,'',1),(217,'main','COM_ITEMRATING_TITLE_GROUPS','com-itemrating-title-groups','','com-itemrating/com-itemrating-title-groups','index.php?option=com_itemrating&view=groups','component',1,215,2,10068,0,'0000-00-00 00:00:00',0,1,'components/com_itemrating/assets/images/s_groups.png',0,'{}',62,63,0,'',1),(218,'main','Report','report','','com-itemrating/report','index.php?option=com_itemrating&view=reports','component',1,215,2,10068,0,'0000-00-00 00:00:00',0,1,'components/com_itemrating/assets/images/s_groups.png',0,'{}',64,65,0,'',1),(244,'main','COM_JCE','com-jce','','com-jce','index.php?option=com_jce','component',1,1,1,10050,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/logo.png',0,'{}',67,74,0,'',1),(245,'main','COM_JCE_MENU_CPANEL','com-jce-menu-cpanel','','com-jce/com-jce-menu-cpanel','index.php?option=com_jce','component',1,244,2,10050,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',68,69,0,'',1),(246,'main','COM_JCE_MENU_CONFIG','com-jce-menu-config','','com-jce/com-jce-menu-config','index.php?option=com_jce&view=config','component',1,244,2,10050,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',70,71,0,'',1),(247,'main','COM_JCE_MENU_PROFILES','com-jce-menu-profiles','','com-jce/com-jce-menu-profiles','index.php?option=com_jce&view=profiles','component',1,244,2,10050,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',72,73,0,'',1),(248,'main','COM_GSD','com-gsd','','com-gsd','index.php?option=com_gsd','component',1,1,1,10082,0,'0000-00-00 00:00:00',0,1,'class:gsd',0,'{}',75,82,0,'',1),(249,'main','NR_DASHBOARD','nr-dashboard','','com-gsd/nr-dashboard','index.php?option=com_gsd','component',1,248,2,10082,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',76,77,0,'',1),(250,'main','GSD_ITEMS','gsd-items','','com-gsd/gsd-items','index.php?option=com_gsd&view=items','component',1,248,2,10082,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',78,79,0,'',1),(251,'main','GSD_CONFIG','gsd-config','','com-gsd/gsd-config','index.php?option=com_gsd&view=config','component',1,248,2,10082,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',80,81,0,'',1);
/*!40000 ALTER TABLE `mdr_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_menu_types`
--

DROP TABLE IF EXISTS `mdr_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_menu_types`
--

LOCK TABLES `mdr_menu_types` WRITE;
/*!40000 ALTER TABLE `mdr_menu_types` DISABLE KEYS */;
INSERT INTO `mdr_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES (1,0,'mainmenu','Main Menu','The main menu for the site',0),(3,148,'disclaimer','Disclaimer','Disclaimer',0),(6,153,'google-reviews','Google Reviews','Google Reviews',0);
/*!40000 ALTER TABLE `mdr_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_messages`
--

DROP TABLE IF EXISTS `mdr_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_messages`
--

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

--
-- Table structure for table `mdr_messages_cfg`
--

DROP TABLE IF EXISTS `mdr_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_messages_cfg`
--

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

--
-- Table structure for table `mdr_mj_amdd`
--

DROP TABLE IF EXISTS `mdr_mj_amdd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_mj_amdd` (
  `ua` varchar(255) COLLATE utf8_bin NOT NULL,
  `group` varchar(32) COLLATE utf8_bin NOT NULL,
  `data` varchar(255) COLLATE utf8_bin NOT NULL,
  UNIQUE KEY `ua` (`ua`),
  KEY `group` (`group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_mj_amdd`
--

LOCK TABLES `mdr_mj_amdd` WRITE;
/*!40000 ALTER TABLE `mdr_mj_amdd` DISABLE KEYS */;
INSERT INTO `mdr_mj_amdd` (`ua`, `group`, `data`) VALUES ('0 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.8 Version/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone332/B137 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/4.1 Profile','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":100,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone351/VF 351-MTK 6253-V02a-February 282011 ES Browser/OperaMini/v4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone351/VF 351-MTK 6253-V02b-March 312011 ES Browser/OperaMini/v4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone351/VF 351-MTK 6253-V03a-June 132011 RO01 Browser/OperaMini/v4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone353/VF353-MTK6252-V02b-Sep052012-Vodafone-GR Browser/OperaMini/4.2(-1)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone353/VF353-MTK6252-V02c-Aug312012-Vodafone-ZA Browser/OperaMini/4.2(-1)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone354/010 09 Browser/OperaMini/4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone354/010 18 Browser/OperaMini/4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone355/010 09 Browser/OperaMini/4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone355/010 11 Browser/OperaMini/4.2(524288)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone455/MAUI.08A.W08.40 Browser/OperaMini/v4.2(512)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone455/W08.40 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone543/W08.40 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone546/V1.0 Browser/OperaMini/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone547/V1 Browser/OperaMini/4.2','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone550/V02c-062011 Browser/OperaMini/5.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone553/V02c-20110111Browser/OperaMini/5.0','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/01 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/020 01 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/020 03 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/020 05 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/10 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/11 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/11A Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone555/W09.52 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('0Vodafone655/010 06 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone655W/010 06 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone655W/010 07 Browser/Opera Mini)','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone710/B616 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone710/B618 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone715/B112 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone715/B116 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone716','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone720/B208 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone720/B212 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone725/B112 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone736/B710 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone810/B626 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone810/B630 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone810/B630 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone830/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone830i/B115SP04 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0Vodafone840/B536SP02 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0vodafone715/B116 Browser/Obigo-browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0vodafone716/B123 Browser/Obigo-browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('0vodafone810/B626 Browser/Obigo-browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('120770-SendoW622','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":213,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('240x320; HTC P3450; OpVer 23.116','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('240x320; HTC_P3300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('240x320; SPV M650; OpVer 21.138','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('240x320; SPV M650; OpVer 21.184','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('3GSonyEricssonZ1010','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('3GSonyEricssonZ1010 SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('480x800; XV6875.1; Window Mobile 6.5 Professional; (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('550SH','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('550SH/SHG001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('6310i/1.0 (03.05) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('6590/1.0(30.20)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('6590/1.0(30.32)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('703SH','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('703SH/SHG001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('703SH/SHG001/1.0 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('770SH','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('770SH/SHG001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('802SH','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('828B/KAA263_0.93 Nucleus/1.0 MTK/6226 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0 828B/KAA263_0.93 Nucleus/1.0 MTK/6226 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('8352RC','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('880SH/1.104 Browser/VF-NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('8900a/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('8900b/MR2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('902SH','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('902SH/SHG001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('903SH','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('903SH/SHG001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('903SH/SHG001/1.0 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('A WANG-A618/1.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('A000HP/HP001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Smartphone;240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('A1033/1.0 Browser/Obigo/Q03C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('A40Ti/V2 Linux/3.0 Android/4.0 Release/02.15 Browser/AppleWebKit534.30 Mobile Safari/* MBBMS/2.2 System/Android 4.*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('A7722/MIDP2.0/CLDC1.1/Screen-128X160','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AC831','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACER-Pro80','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ACER-Pro80/1.02 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c313','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c313/001.00','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c313/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c338','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c338/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c616','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-c616/000.000','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e228','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e228/001.00','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e228/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e313','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e313/001.00','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e313/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e338','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e338/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e616','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e616/001.00','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ACS-NF/3.0 NEC-e616/001.01','nec_acs','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D08/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D09-1/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D09/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D13_1/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D13_P/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D15/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D17/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D17_1/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AHONG_D23','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AIKO 70W/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AIRNESS-AIR99','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AIRNESS-AIR99/REV 2.2/Teleca Q03B1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALAV UP/4','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ALAV UP/4.0','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ALAV UP/4.0 UP.Browser/4.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ALAV UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ALCATEL-OH1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL-OT510A/382 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL-OT871A/980 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_308/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_310A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_585/1.0 model-orange Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_803/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_803A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_810F/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_813A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_813D/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_813F/1.0 model-orange Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_819/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_819A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_901A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ALCATEL_one_touch_905M/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AMC F188/1.0 ACS-NF/3.4 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AMOI N820 Linux/3.0 Android/4.0 Release/09.19 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('AMOI N820 Linux/3.0 Android/4.0 Release/11.12 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('AMOI-E72/1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 4.01; Windows CE; Smartphone)','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AMOI-M30/Plat-M38002/WAP2.0 Profile','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AMOI-M300/Plat-M38002/WAP2.0 Profile','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AMOI-V810 NetFront/3.2','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASM-PAV/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASTRO36_TD/v3 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleu','astro','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ASTRO36_TD/v3 (MRE\\2.3(20480) resolution\\480800 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleu','astro','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','astro','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','astro','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','astro','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ASUS-GalaxyII/1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; ASUS-GalaxyII)','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-J100','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J100/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J101','asus','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J101/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J102','asus','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J102/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-J206/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-J501/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-M303','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-M303/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ASUS-P320/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-P505','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-P505/ (compatible; MSIE 4.01; Windows CE; PPC; 240x320; ASUS-P505; Mozilla; Mozilla 4.0)','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-V66/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-V75','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-V80/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS-Z801/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ASUS1210/V4.2 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; ASUS1210)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ATTWS/2.0 N515i-10(c100;TB)','','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ATTWS/2.0 N525i-10(c100;TB)','','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":216,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AU-MIC','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AU-MIC/1.1 MMP/2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":102,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AU-MIC/2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AU-MIC/2.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AU-MIC/2.0 MMP/2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AU-MIC/2.0 MMP/2.0 SonyEricssonT608','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-9155GPX','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-9155GPX/07.13 UP.Browser/4.1','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM-8910 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM-8915 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM-8930','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM-8930 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM120','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM180','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":152,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM180 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":152,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8450','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":76,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8450SP','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"wbmp\"]}'),('AUDIOVOX-CDM8450SP/T060SP0T016 UP.Browser /6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"wbmp\"]}'),('AUDIOVOX-CDM8450SP/T060SP2T36 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"wbmp\"]}'),('AUDIOVOX-CDM8450SP/T060SP2T37 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"wbmp\"]}'),('AUDIOVOX-CDM8615 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8910','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8910 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8912SP','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8912SP/T115SP0T13 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8912SP/T115SP0T22 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8915','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8940','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8940 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM8945','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9100','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9100/05.14 UP.Browser/4.1','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9155SP','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9155SP/07.60 UP.Browser/4.1','audiovox','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9500','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-CDM9500/111.030 UP.Browser/5.0 (GUI)','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUDIOVOX-PM8910KIT','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-PM8920KIT','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('AUDIOVOX-PM8920KIT/T120SP0T12 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('AUDIOVOX-PM8920KIT/T120SP0T17 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('AUDIOVOX-SMT5600','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-SMT5600/1.2 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUDIOVOX-SMT5600/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AUR PALM WAPPER','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUR PALM WAPPER (WAP 1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AUS PALM WAPPER','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AbachoBOT','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AcoonWap Robot v1.00 (www.acoon.de)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Aiko S1160','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Airis T480','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Akregator/1.6; syndication','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Aladino_MMS','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AlcOT500','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AlcOT500 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel UP/4','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel UP/5','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel UP/6.2','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-BE3/1.0 UP/4','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE3/1.0 UP/4.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE3/1.0 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE4/1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE4/1.0 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE4/2','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE4/2.0 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/1.0 UP/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/1.0 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/1.5 UP/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/1.5 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/2','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BE5/2.0 UP/4.1 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF3','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF3/1.0 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF4/1.0 UP.Browser/4','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF4/1.0 UP.Browser/4.1','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF4/2.0 UP.Browser/5','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF4/2.0 UP.Browser/5.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF5','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":150,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BF5/1.0 UP.Browser/5.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":150,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BG3','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BG3-color','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BG3-color/1.0 UP.Browser/5.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BG3/1.0 UP.Browser/5.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-BH4/1.0 UP.Browser/6.1 (GUI) MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-BH4/1.0 UP.Browser/6.2','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-BH4/1.0 UP.Browser/6.2 MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-BH4R/','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-BH4R/1.0 UP.Browser/6.2 MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-CTH3','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-CTH3/1.0 UP.Browser/6.2 MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-E5','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-E5/1.0 UP.Browser/7.0 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-ELLE-N1','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-ELLE-N1/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-ELLE-N3/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-GLAMPHONE-ELLE-A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-GLAMPHONE-ELLE/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-M5','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-M5/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-Mandarina-Duck/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OH1C','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OH1C/1.0 ObigoInternetBrowser/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OH2','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-OH2/1.0 ObigoInternetBrowser/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-OH5','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OH5/1.0 UP.Browser/6.1 (GUI) MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-216/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-255/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-255A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-280/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-303A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-305/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-305A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-360A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-363/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-380/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-383/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-383A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-505/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-600/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-600A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-606/010_02 1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-606/010_03 1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-606A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-660A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-708/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-708A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-710/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-799/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-799A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-800','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Alcatel-OT-800/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-800/1.0 model-orange Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":314,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-800A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Alcatel-OT-800A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-802/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-802A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-806/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-806D/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Alcatel-OT-807/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-807A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-808/010_01 1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-808/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-808A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-880/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-880A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C550','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-OT-C550/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-OT-C551','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C551/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C552','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C552/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C552/1.0 UP.Browser/7.1 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C552a','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C552a/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C630/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C652','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C652a','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C652a/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C700/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C700A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C701','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C701/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C707/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C717/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C717A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C750/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C820/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C825','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-C825/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S218/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S319A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S320/1.0 model-orange ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S320A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S321A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S520/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S520A/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S521/1.0 ObigoInternetBrowser/Q03C, Alcatel-OT-S521/1.0 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S621/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S621A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S626A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S853/1.0 UP.Browser/7.1 (GUI) MMP/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-S920/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q04A','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-Sport/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-V570/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-V670/','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-V670A/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT-v770/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT153','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":100,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT156','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-OT257','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":102,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-OT711','alcatel','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-TH3','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-TH3/1.0 UP.Browser/6.2 MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-TH4','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-TH4/1.0 ObigoInternetBrowser/2.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Alcatel-TH4/1.0 UP.Browser/6.2 MMP/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel-TH4/1.0 UP.Browser/6.2/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Alcatel_one_touch_316S/1.0 DoradoWAP-Browser/1.0','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Alex-uo/1.0 Qualcom/6290 Release/3.20 Browser/Obigo Q7 Profile/MIDP-2.0 Configuration/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8512/R18','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8512/R18.0 NF-Browser/3.3','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8512/R18.5 NF-Browser/3.3','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8512/R18.6 NF-Browser/3.3','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8512/R18.7 NF-Browser/3.3','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Amoi 8512/R20.0 NF-Browser/3.3','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8709/R14.2 NF-Browser/3.4','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 8709/R14.9 NF-Browser/3.4','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Amoi 8710/R2.0 NF-Browser/3.4','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi 9109','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi A500/R5.0 NF-Browser/3.2','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-8512','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A310','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A310/Plat-F-VIM/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A320','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A320/Plat-F-VIM/WAP2.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A500','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A9B','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-A9B/1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-CA6','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-CA6/1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-CS6','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-CS6/1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-D85','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-D85/Plat-F/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-D89','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-D89/Plat-F/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-DA8','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoi-DA8/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoi-E5/(2006.10)SW1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-F8','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-F8/Plat-F/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-F90','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-F90/Plat-F/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-M515/(2006.10)SW1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-M630/Plat-V-VIM/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/2.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-M636','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-M636/Plat-V-VIM/WAP2.0 UP.Browser/6.2 (GUI) MMP/2.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-S6','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoi-S6/1.0 UP.Browser/5.0 (GUI)','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoi-V600','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi-V600/1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi/9201','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoi/9201/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0-V8.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoisonic-A90','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoisonic-A90/1.0 UP.Browser/5.0 (GUI)','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoisonic-F9','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoisonic-F9/1.0 UP.Browser/6.2 (GUI) MMP/1.0','amoi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Amoisonic-F99','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Amoisonic-F99/1.0 UP.Browser/5.0 (GUI)','amoi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Android','android','{\"type\":\"desktop\",\"markup\":\"\"}'),('Android 2.*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AndroidDownloadManager','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AnexTekSP230 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('AnnyWay','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AnnyWay WAP/1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AnnyWay WAP/1.2, AnnyWay WAP/1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AnnyWay WAP/V 1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('AnywhereYouGo.com Online Testing Tool v1.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Apple iPhone OS v2.0 CoreMedia v1.0','apple','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Apple iPhone OS v2.1 CoreMedia v1.0','apple','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Apple iPhone OS v2.2 CoreMedia v1.0','apple','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Apple iPhone v1.1 CoreMedia v1.0','apple','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('AppleNewsBot','apple','{\"type\":\"desktop\",\"markup\":\"\"}'),('AppleSyndication/56.1','apple','{\"type\":\"desktop\",\"markup\":\"\"}'),('AppleWebKit/525.13 (KHTML, like Gecko) Safari/*','apple','{\"type\":\"desktop\",\"markup\":\"\"}'),('Aptus WAP.INFO.PL search engine','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ArchitextSpider','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ArgogroupWAPDevice','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ArgogroupWAPDevice/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ArgogroupWAPDevice/2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Athens15_TD/V2 Linux/3.0 Android/4.0 Release/02.15 Browser/AppleWebKit534.30 Mobile Safari/* MBBMS/2.2 System/Android 4.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Audiovox_CDM-8615 UP.Browser/6.2 (GUI) MMP/2.0','audiovox','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Avvio930A','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Azumi K10 (MTK)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":128,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Azumi L2N (MTK)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('B600/SW1.1/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0/Handset WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BC831','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BD60-VOXTEL/M1.EN.01 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BECKER-OP','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BECKER-OP/10.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BELLWAVE_NEO200_MT','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BENQ UP.Browser/5.0 (GUI)','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BENQ-A500','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-A500/1.00/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-A5001','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-Athena','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-Athena/0.1 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-Morpheus','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-Morpheus/0.1 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-Morpheus/0.1 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-NIKE1','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-NIKE1/CLDC_1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S668C','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S668C/CLDC_1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S670C','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S670C/CLDC_1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S680C','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S680C/CLDC_1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S700','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S700/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQ-S7001','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQA5001.00WAP2.0MIDP1.0CLDC1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQA5001.00WAP2.0MIDP1.0CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQS660C/1.36/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('BENQS7001.00WAP2.0MIDP2.0CLDC1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQS7001.00WAP2.0MIDP2.0CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BENQS700\\1.00\\WAP2.0\\MIDP2.0\\CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD D600/L05,1E/WAP2.0/MIDP-2.0/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD D718/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD E818/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD F518/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD K298/1.00 Nucleus RTOS/V1.11 MTK6223/08A Release/07.01 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S230_CMCC/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S305A/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S305_CMCC/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S701_GPRS/1.0 OSE/V1.6 ULC/2.0 Release/04.21 Browser/JB4.3','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S710_BLEU/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S710_CMCC/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S710_ESP/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S710a/1.00 Nucleus RTOS/V1.11 MTK6223/07A Release/07.28 Browser/Teleca','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD S918/1.00 Nucleus RTOS/V1.11 MTK6225/06B Release/06.20 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD SC01 UP.Browser/5.0 (GUI)','bird','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD V750/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD V780/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD V788/1.00 Nucleus RTOS/V1.11 MTK6227/06A Release/12.28 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":290,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD-V007','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD-V007/SW1.1/WAP1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0/Handset WAP','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.A120','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.A120 AU.Browser/1.2','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.A150','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.A150 wxd.Mms/0311.20','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.D700 UP.Browser/5.0 (GUI)','bird','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.F501/1.00 Nucleus RTOS/V1.11 MTK6227/05C_V24 Release/11.21 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.G118','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.G118 MO130m-128x160/1.1 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.S580','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.S580/3.03/WAP1.2','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD.SC14','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.SC14 MO130m-128x160/1.1 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.SC24','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.SC24 MO130m-128x160/1.1 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.V59','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD.V59 MASV3-128x160/1.1 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD_D611/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD_D615/1.00 Nucleus RTOS/V1.11 MTK6227/05C_V21 Release/5.25 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BIRD_D660/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 BIRD_D660/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD_D720/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD_D730/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BIRD_D736/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BLEU_651z/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 BLEU_651z/V1.0/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BRIGHTSTAR - Avvio209/WAP2.0/ObigoQ03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-ANASTA OBIGO/WAP 2.0 MIDP-2.0/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-FINO30 OBIGO/WAP 2.0 MIDP-2.0/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-NEO100 TMT','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-UP200 TMT/WAP 2.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-UP300VE OBIGO/WAP 2.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BW-UP560 TMT/WAP 2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Baurat.de - Klickzaehler: Weiterleitung xx upperreach.org','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Becker-DCW2111H','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2111H/10.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2112H','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2112H/Az.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2113H','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2113H/Az.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2402H','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Becker-DCW2402H/BG.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('BenQ P30','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":190,\"screenHeight\":280,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ P30/R101 Profile/MIDP-2.0 Configuration/CLDC-1.0','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":190,\"screenHeight\":280,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ P50','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ P50 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ P51/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-A500/1.00/WAP2.0/MIDP1.0/CLDC1.0 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-C30','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-C30/1.0/WAP2.0/MIDP2.0/CLDC1.1','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-C36/1.0/WAP2.0/MIDP2.0/CLDC1.1','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-CF61/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-CL71/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-E61','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-E61/1.00/WAP2.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-E81','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-E81/28 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF51','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF51/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF61','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF61/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF71/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF91','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-EF91/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M220','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M220/6.1 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M300','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M300/6.1 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M305','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M305/6.1 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M315','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M315/6.1 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M350','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M350/6.1 UP.Browser/6.1 (GUI) MMP/1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M580','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M580A','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M580A/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.2 (GUI)','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M580A/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-M7/14 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BenQ-MD-300H Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-P51','benq','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S500','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S500/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S80','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":156,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S80/1.00/WAP2.0/MIDP2.0/CLDC1.1 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":156,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S81/1.00/WAP2.0/MIDP2.0/CLDC1.1 UP.Browser/6.3','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S81/1.00/WAP2.0/MIDP2.0/CLDC1.1 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S82','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S82/0.06 Browser/Openwave/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.3(GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-S88/1.00/WAP2.0/MIDP2.0/CLDC1.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-SF71/14 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-SIEMENS - C31/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-SIEMENS - E52/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.3 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-SL80/1.01 Browser/Openwave/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-SL91/01 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-T60/1.0/WAP2.0/MIDP2.0/CLDC1.1','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-Z2','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BenQ-Z2/1.00/WAP2.0/MIDP2.0/CLDC1.0 UP.Browser/6.2 (GUI) MMP/2.0','benq','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Berlin/R12 NF-Browser/3.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bilbo','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Bilbo/2.1a-UNIX','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Bilbo/2.2a-UNIX','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Bilbo/2.3a-UNIX','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Bilbo/2.3b-UNIX','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Bird-S570','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird-S570/6.1 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.D610/LP,A06/WAP2.0/MIDP-2.0/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.M19/L1, 901/WAP2.0/MIDP-2.0/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S689','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S689/K03,MK/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S789+','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S789+/KQ3,U01/WAP2.0/MIDP-2.0/CLDC-1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S889/JL3,BV/WAP2.0 UP.Browser/6.2 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.S889/JL3,BW/WAP2.0 UP.Browser/6.2 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.SC17C/KN,U04/WAP2.0/MIDP-2.0/CLDC-1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.SM10','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.SM10/KN3,LB/WAP1.2 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.V89','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird.V89/KK3,LA/WAP1.2 UP.Browser/6.1 (GUI) MMP/1.0','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bird_T900/1.0 WindowsMobile/6.5 Release/12.1 Browser/IE6 Profile/MIDP-2.0 Configuration/CLDC-1.1','bird','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry 7230','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry 8310','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry 9320','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry 9780','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry/2.5 (857)','blackberry','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry/2.5 (950)','blackberry','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry/2.5 (957)','blackberry','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry5810','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry5810/3.2','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry5810/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry5820','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry5820/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6210','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6210/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6210/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6220','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6220/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6220/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6230','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6230/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6230/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6230/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6280','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6280/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6280/3.7 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6280/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6510','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6510/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6510/4.0 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6700','blackberry','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6710','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6710/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6710/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6710/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6720','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6720/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6720/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6750','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6750/3.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry6750/4.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100/3.8','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100g','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7100i/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130c','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130e','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130e/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7130g','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7210','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7210/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7220','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7220/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7230','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7230/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7230/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7230/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7230/4.0 Profile/MIDP-2.0Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7250','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7250/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7250/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7250/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280/3.7 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280/3.8','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7280/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290/3.8','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290/3.8 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7290/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7510','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7510/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7510/3.7 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7510/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7510/4.0 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7520','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7520/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7520/4.0 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7730','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7730/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7730/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7730/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7730/4.0 Profile/MIDP-2.0Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750/3.7 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7750/4.0 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7780','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7780/3.7','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7780/4.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry7780/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8100/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8100/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8100/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8110/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8110/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8110/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8110/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8120/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8120/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8120/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8130','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8130/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8130/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8130/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8130m/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8220/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8230/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8230f/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8300','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8300/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8300/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8310','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8310/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8310/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8310/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8310/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8320','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8320/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8320/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8320/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8320/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/4.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330m/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8330m/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100 UP.Browser/5.0','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8350i/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8350i/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8520','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8520/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8520/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8520/5.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8520_ver1_subvodafone','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8530/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700c/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700f','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700g','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700r','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8700v','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8703','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8703e','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8703e/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8703e/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8705g','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8705g/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8707','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8707/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8707/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8707v','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8800','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8800/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8800/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8820','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8820/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8820/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8830','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8830/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8830/4.2 Profile/MIDP-2.0 Configuration/CLOC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8830/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8830m/4.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry8900/4.6','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8900/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8900/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8910/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry8980/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9000','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9000/4.6 Profile/MIDP-2.0 (compatible; ips-agent) Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9000/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9000/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9100/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9100/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9105/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9300','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry9300/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9330/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9500','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry9500/4.7 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9500/4.7 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9500/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9520/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9530/4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9530/4.7 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9530/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9550/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9630/4.7 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9630/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9650/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9700/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9700/5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry9700/6.6 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerry9700a/6.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9800/6.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerry9860 Profile/MIDP-2.0 Configuration/CLDC-1.1','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('BlackBerryCharm','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":324,\"screenHeight\":352,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerryCharm/3.8','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":324,\"screenHeight\":352,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('BlackBerrySiemens SK65/3.8','blackberry','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bleu 355x','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bleu 453x','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bleu 458x','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bleu 471x','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bleu_555x/1.00 Nucleus RTOS/V1.11 MTK6227/05C_V24 Release/11.21 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Blueberry-W8000 Rex/1.0 Mozilla/5.0 (Sample; Sample/0.9; like Gecko) NetFront/3.5 Qualcomm6246/24000511 Release/01.14 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Bmobile_AX530 Linux/2.6 Android/2.3 Release/10.10 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Boost D615','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Browser/Opera Spice M6868n Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Browser7.6/69/352 SonyEricssonG900 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C4_Acer_Mozilla/5.0 (Linux; Android 2.*; E310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5005/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5100/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5110/001.00 ACS-Netfront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5320/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5330/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C55/(null) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('C55/(null) Profile/MIDP-1.0 Configuration/CLDC-1.0, C55/(null) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('C5588/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5589/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C5600/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C6100/001.00 ACS-Netfront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C7100/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('C7500/001.00 ACS-NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CASTOR/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-230','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-230/T01_01 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8074VM UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8150','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8150/P15 UP.Browser/4.1','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8300','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8300/T10 UP.Browser/4.1','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8400','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8400/505 UP.Browser/5.0 (GUI)','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8450 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":76,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8460T UP.Browser/6.2 (GUI) MMP/2.0 UP','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8500','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8500/T10 UP.Browser/4.1','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8600','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('CDM-8600/T10 UP.Browser/5.0 (GUI)','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('CDM-8610VM','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8610VM/T01 UP.Browser/4.1','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CDM-8900','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8900/T10 UP.Browser/5.0 (GUI)','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8900TM','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8900TM/6.2 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8910','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8915','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8920TM','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8920TM/6.2 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8930/T08_4 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8932/T03_0 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8955 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8960 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-8964 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-9900','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM-9900/131.038 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM8915 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM8935 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM8950/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM8955C UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CDM8975/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CE','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CECT A1000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CECT A1000 CECT A1000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('CECT U600/1.0 TELECA/W07.12 Release/03.26 Browser/Teleca-1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CHT 9000/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CL252','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('COCOON','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('COCOON/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CORAL 400/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CT9A9G Profile/MIDP-2.0 Configuration/CLDC-1.0 ObigoInternetBrowser/QO3C EGE/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Capitel-C8188','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Capitel-C8188/1.4 CLDC/CLDC-1.0 MIDP/MIDP-1.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Capitel-F600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Capitel-F600/1.4 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Casio C781','casio','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Chrome','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":313,\"screenHeight\":313,\"pixelRatio\":1.53333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Compal-A618','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-A618/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-C8600','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-C8600/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-CHASE898','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-CHASE898/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-D77','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-D77/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-HZ8','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-HZ8/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-HZ8C','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-HZ8C/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-S7100','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-S7100/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-S7110','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-S7110/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-Seville','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-Seville/1.4 UP.Browser/5.0 (GUI)','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-TG762','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-TG762/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-TG762D','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-TG762D/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U80','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U80/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U8600','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U8600/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U8800','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-U8800/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-V800C','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-V800C/1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-XG2','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG2/1.0v UP.Browser/4.1','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG3','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG3/1.0v UP.Browser/4.1','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG3C','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG3C/1.0v UP.Browser/4.1','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG5','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG5/1.0v UP.Browser/4.1','compal','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Compal-XG655','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-XG655/1.4 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-XG799','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Compal-XG799/1.0+UP.Browser/6.2 UP.Browser/6.2 (GUI) MMP/1.0','compal','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Conduits-PalmBrowser/1.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Coolpad8050_CMCC_TD/1.0 Linux/2.6 Android/2.3 Release/7.16 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('CoralWebPrx/0.1 (See http://coralcdn.org/)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('CrawlerBoy Pinpoint.com','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Cricket-A100/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Cricket-A200/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Cricket-A210/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Cricket-A300/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Cricket-A310/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('D758/1.00 Nucleus RTOS/V1.11 MTK6225/07B Release/04.25 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DALLAB-DP900','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DALLAB-DP900/(2004.08)Ver1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0/ (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DBTEL-6668','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL-6668 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL-8038','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL-8038 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL-DB2039','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":95,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL-DB2039/3.11 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":95,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL/6228','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL/6228 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6228/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6568','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6568/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6588C','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6588C/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6668/1.0 DBTEL-6668 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6669','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL6669/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL8036','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTEL8036/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTELD5','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTELD5/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTELJ6/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTELT302','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DBTELT302/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/5.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DC-S40P','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DC-S40P/10.41 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DICAM-T905','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DICAM-T905/1.0+UP.Browser/6.2+Profile/MIDP-1.0+Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DOPOD-S500/1.06 OPERA/8.65 CTC/1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) dopod S500','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DS-D990','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DS-D990/1.4 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DS12 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('D_mini_T5555 Opera/9.7 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DaiTeG83','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DaiTeG83/5.01 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Device V1.12','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Discovery Linux/2.6 Android/2.3 Release/07.30 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Dmobo M900','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('DoCoMo/1.0/D209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":90,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":100,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D251i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":160,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D251iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":160,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D252i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D253i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D253iWM','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D501i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":72,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":90,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D502i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":90,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D503i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":126,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D503iS/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":126,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D504i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":108,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D505i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D505iS/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/D506i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/ER209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":72,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F212i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F251i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":140,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F501i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":84,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F502i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F502it','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F502it/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F503i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F503iS/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F504i/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F504iS/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F505i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":268,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F505i/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":268,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F505iGPS/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":268,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F505iGPS/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":268,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F506i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":268,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F661i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F671i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F671iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":120,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/F672i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":120,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/KO209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/KO210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":108,\"screenHeight\":82,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N211iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N251i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":140,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N251iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":140,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N252i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":140,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N253i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N501i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N502i/c08','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N502it','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N502it/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N503i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N503iS/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N504i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N504i/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N504iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N504iS/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505i/c20/TB/W16H08','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505i/c20/TB/W30H14','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505iS/c20/TB/W16H08','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505iS/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N505iS/c20/TB/W30H14','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N506i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":295,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N506i/c20/TB/W20H11','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N506iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":295,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N506iS/c20/TB/W20H11','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N506iS2','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":295,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/N821i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/NM502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":111,\"screenHeight\":106,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/NM502i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":111,\"screenHeight\":106,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":87,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P209is','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":87,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":91,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P211iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P213i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P251iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P252i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P252iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":176,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P253i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P253iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P501i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":120,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":117,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P502i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":117,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P502i/c10 (Google CHTML Proxy/1.0)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":117,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P503i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P503iS/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P504i/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":108,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P504iS/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P505i/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P505iS/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P506iC/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P506iC/c20/TB/W30H14','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P506iC/c20/TC/W30H14','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P651ps','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":87,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/P821i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/R209i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":72,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/R211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":98,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/R691i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":72,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/R692i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":98,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH251i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH251iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":187,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH252i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH505i/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH505i2/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH505iS/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH506iC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH506iC/c20/TB/W24H12','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SH821i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":78,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO210i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO211i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO212i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO213i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO213iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO213iWR','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO502i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO502iWM/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO503i/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO503i/c8202','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO503iS/c10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":113,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO504i/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505i/c20/TB/W18H08','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":256,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505i/c20/TB/W21H09','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":256,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505iS/c20/TB/W16H08','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505iS/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505iS/c20/TB/W30H16','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO505iS/c20/TB/W40H21','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO506iC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO506iC/c20/TB/W20H10','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\"]}'),('DoCoMo/1.0/SO506iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":96,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D2101V','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D701i(c100;TB;W23H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D701iWM','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D702i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D702iBCL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D702iF','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D703i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D704i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D705imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D800iDS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D851iWM','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":230,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D900i(c100;TB;W20H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D901i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D901iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D902iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D903i(c100;TB;W28H20) (compatible; Hatena-Mobile-Gateway/1.2; +http://mgw.hatena.ne.jp/help)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 D903iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D904i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 D905i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F01A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F01B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F01C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F02A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F02B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F02C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F03A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F03B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F03C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F04A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F04B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F04C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F05A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F05C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F06A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F06B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F07A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F07B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F08A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F08A3(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 F08B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F09A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F09B(c100;TB;W20H09)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":330,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F10A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":330,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F10B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 F2051(c100;TB)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":182,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F2102V(c100;TB)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":182,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700i(c100;TB;W19H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700i(c100;TB;W23H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700i(c100;TB;W28H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700iS(c100;TB;W19H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700iS(c100;TB;W23H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F700iS(c100;TB;W28H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F702iD','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F703i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F704i(c100;TB;W23H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F705i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F706i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F801i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F880iES','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F881iES','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F882iES','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F883i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F883iES','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F883iESS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F883iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F884i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":364,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F884iES','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":282,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900i(c100;TB;W18H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900i(c100;TB;W22H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900i(c100;TB;W28H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900iC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900iT(c100;TB;W18H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900iT(c100;TB;W22H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F900iT(c100;TB;W28H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F901iC(c100;TB;W18H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":224,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F901iC(c100;TB;W23H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F901iC(c100;TB;W28H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F901iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F902iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F903iBSC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F903iX','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F904i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F905i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F905iBiz','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 F906i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 ISIM0101(c100;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":230,\"imageFormats\":[\"jpg\",\"gif\"]}'),('DoCoMo/2.0 ISIM0202(c100;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":230,\"imageFormats\":[\"jpg\",\"gif\"]}'),('DoCoMo/2.0 L01A(c100;TB;W24H17)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L01B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":330,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 L01C(c100;TB;W16H11)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L02B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":330,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L03A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L03B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L03C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 L04A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":313,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L04B(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":250,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L06A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":313,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L600i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":170,\"screenHeight\":189,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L601i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":170,\"screenHeight\":189,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L602i(c100;TB;W21H11)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":170,\"screenHeight\":189,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L704i(c100;TB;W24H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L704i(c100;TB;W30H17)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L705i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L705iX(c100;TB;W24H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L706ie','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 L852i(c100;TB;W24H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":298,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 M702iG','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":267,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 M702iS(c100;TB;W24H13)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":267,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 MST_v_SH2101V','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":800,\"screenHeight\":600,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N01A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N01B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N01B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 N01C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N02A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N02B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N02C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N03A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N03B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N03C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N03D(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 N04A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N04B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N05A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N05B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N06A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N06B(c100;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N07A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N07B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N08A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N08B(c500;TB;W30H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N09A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 N2001','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N2002','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N2051(c100;TB)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N2102V(c100;TB)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N2701','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N2701(c100;TB)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":190,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N600i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":180,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N601i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N700i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N700i(c100;TB;W20H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":224,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N700i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":224,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N700i(c100;TB;W30H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":224,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N701i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N701iECO','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N702iD','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N702iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N703iD','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N703imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N704imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N705imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N706i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N706i2','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N706ie','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900i(c100;TB;W20H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900i(c100;TB;W30H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900iG','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900iL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900iS(c100;TB;W20H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900iS(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N900iS(c100;TB;W30H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":269,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N901iC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N901iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N902iL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N902iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N902iX','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N904i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 N905iBiz','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N905imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N906i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 N906iL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 NM705i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":231,\"screenHeight\":235,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 NM706i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":231,\"screenHeight\":235,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 NM850iG','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":144,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P01A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P01B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P01C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P02A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P02B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P02C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P03A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P03B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P03C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P04A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P04B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P05A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P05B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P06A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P06B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P06C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 P07A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P07B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P08A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P09A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 P10A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P2002','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P2101V','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":163,\"screenHeight\":182,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P2101V(c100)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":163,\"screenHeight\":182,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P2102V','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":198,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P700i(c100;TB;W20H10)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P700i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P700i(c100;TB;W30H15)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P701iD(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P702i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P702iD','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P703i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P704i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P705iCL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P705imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P706ie','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P706imyu','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P851i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900i(c100;TB;W20H09)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900i(c100;TB;W24H11)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 P900i(c100;TB;W30H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900iV (c100;TB;W24H11)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900iV(c100;TB;W20H09)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P900iV(c100;TB;W30H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P901i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P901iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P901iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P902iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P903iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P903iX','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P904i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P905i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P905iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 P906i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SA700iS(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SA702i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SA800i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH01A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH01B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH01B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 SH01C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH02A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH02B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH02C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH03A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":358,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH03B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH04A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH04B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH04C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH05A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH05B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH05C(c500;TB;W30H18)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH06A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH06A3(c500;TB;W24H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 SH06B','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH06C(c500;TB;W30H18)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH07A3','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH07B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":328,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH08A','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH08B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH08C(c500;TB;W24H14)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH09B(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH09C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":296,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DoCoMo/2.0 SH11C(c500;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":427,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 SH700i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH700i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH700iS(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH702iD','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH702iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH703i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH704i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH705i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH705i2','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH706i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH706ie','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH706iw','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH851i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH900i(c100;TB;W24H12)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH901iC','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH901iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":252,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH902i (compatible; Y!J-SRD/1.0; http://help.yahoo.co.jp/help/jp/search/indexing/indexing-27.html)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('DoCoMo/2.0 SH902iS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH902iSL','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH903iTV(c100;TB;W24H16)','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH904i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH905i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH905iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH906i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SH906iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO702i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO703i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO704i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO705i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO706i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO902i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO902iWP','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO903i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO903iTV','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO905i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO905iCS','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 SO906i','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0 T2101V','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":144,\"imageFormats\":[\"gif\"]}'),('DoCoMo/2.0/N2701/c10/TB','imode_docomo','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":148,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Dopod 595','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod 818 Pro Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Dopod 818 Pro)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod577W/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod595/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod818Pro/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Dopod818 Pro)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod838 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Dopod838)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod838Pro/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Dopod838Pro)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dopod900 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 480x640; Dopod900)','windowsce','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":480,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodC720W/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodC800/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodD600/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodD810/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodD818c','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodM700/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodP800W/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('DopodS300/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dorado WAP-Browser/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Doris/1.17 (Symbian)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Dragon G1/1.0 BREW/2.1 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Duplii/1.0 TMSS-Browser/1.0 Profile/MIDP/2.0-compatible Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('E1000-JV/1.0 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('E2000-WF/1011 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('E300/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EDL C888 Nucleus RTOS/V1.11 MTK6225/06B Release/06.20 Browser/Teleca Profile/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL370','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":155,\"screenHeight\":118,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('EL399/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL480/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL490/2.0 (03.15)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":155,\"screenHeight\":118,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('EL520/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL550/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL580/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EL680/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EMS100/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ERICY-A1228c-2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-A1228c-2/R2D UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-A1228c-2/R2E UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-R278d','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-R278d/R2B.00 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-R278d/R2B.00 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-R278d/R2C UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-T60c','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-T60c/R1F UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-T61c','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERICY-T61c/R1G UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERK0 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ERK0 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ESL808','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ESL808/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('EVE/1.0 TMSS-Browser/1.0 Profile/MIDP/2.0-compatible Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ400','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ400/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ501/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ600/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZ700/BSIAU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZIO-E800/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZIO-MP500/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZIO-SL388/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZOS - AlphaCell WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EricssonT68/R1 (embedded)SAAB_1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP 1.0 for Pocket PC','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP 2.1 for Desktop PC','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP 2.1 for HPC/2000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP 2.1 for Pocket PC','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP 2.5 for Pocket PC','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - EzWAP v2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - M5 AlphaCell WAP Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZOS - OnlinePilot','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - Opel EHU3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZOS - Siemens-DCW220H/10.20','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EZZE-ESL500/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZZE-EZZE/1.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZZE-MP100-/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZZE-MP101-/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EZZE-SL308/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Echoping_6.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Elaine','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Emobile-MM60/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Emulateur Orange','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Emulateur WAP xx Phonevalley','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Ericsson','ericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Ericsson/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonA2618s/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonA2628s','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonA2628s/R2A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR320/2FR1AR1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":52,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR320/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":52,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR320/R1A (Fast Wireless Crawler)','ericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR520/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR520/R1A (ccWAP-Browser)','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR520/R2','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR520/R201','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR520/R202','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonR600/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT100','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT20/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT20/R2A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT200/R101','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT29s','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT39/R201','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT39/R202','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT39m/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":72,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT60d','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":67,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT60d/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":67,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT610','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('EricssonT610/R101','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('EricssonT65/R1','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT65/R101','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT65/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT66m/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/R1','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/R101','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/R101 (; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','ericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('EricssonT68/R101 (compatible; MSIE 4.01)','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/R1A','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/R502','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68/T68 emulator from esato.com','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68m','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EricssonT68m/R101','ericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EzWAPBrowser1.0-WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EzWAPBrowser2.0-WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('EzWAPBrowserCE1.0-WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('F106-ChinaUnicom/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('F230/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FASTWEB-F188/1.0 ACS-NF/3.3 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLT O2-XM/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY B700 WAP Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":189,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY M130 Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY MP600 WAP Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY MP600 WAP Browser FLY MP600 WAP Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-2040/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-2040L/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-2040i/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-B720 DUO/1.0 RTKE_OS/01.00 Dragonfly6120/1.0 TMSS-Browser/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-DS400/WAP1.2','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-FLY-F351/1.0 Linux/2.6 Android/2.3 Release 05.22 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('FLY-MP500/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-MX200','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-MX200i/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-MX230/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-MX300/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-MX330/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL110/S105 LMP/XM Release/2008.6','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL300m/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL399e/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL500i/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL500m/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL600','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SL600/BSI AU.Browser/2.0 QO3C1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX205/BSI AU.Browser/2.0 QO3C1 MMP/1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX210/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX220/(2007.08)S108/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX300/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1 FLY-SX300/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX305/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX310/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FLY-SX390/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Facebook 4110.0 (iPad; iPhone OS 5.1)','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('FeeddlerPro 1.12 (iPad; iPhone OS 5.1)','bot','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('FireFOX 2008 (SmartPhone; Symbian OS-Series60/1.03) FireFOX 2008','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fitel-PG2100/EPR3 Mozilla/2.0 (compatible; MSIE 3.02; WAP 2.0; 240x320) Obigo/Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly 2080 Fly 2080','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly 2080, Fly 2080','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly MC100/S113 Release/2007.12 Profile/MIDP2.0 Configuration/CLDC1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly MC100/S120 Release/2008.02 Profile/MIDP2.0 Configuration/CLDC1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly MC110/1.0 RTKE_OS/01.00 SS5210/8.0 Release/12.31 Browser/Techsoft-01.00 Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly SX240/Teleca/Q03C1.22 Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Fly V100/2007.10 Profile/MIDP2.0 Configuration/CLDC1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly V120','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly V71','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-B400/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-DS500/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-E105/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-E300/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-E310 ObigoInternetBrowser/QO3C Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-HUMMER HT1/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-LX500/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-LX600/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-LX610/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SL399E/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SX100/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SX200/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SX225/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SX230/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly-SX315/Profile/MIDP.2.0Configuration/CLDC.1.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('FlyHT2 ObigoInternetBrowser/QO3C Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_2040','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_B300 ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_DS150/MAUIBrowser/Configuration/WAP2.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_DS155/WAPBrowser2.0/Configuration','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_DS170 Configuration/WAP2.0/Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_DS185/WAP2.0Configuration/Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_E135/MAUIBrowser/Configuration/WAP2.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_E154 ASTRO36_TD/v3 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_E154 ASTRO36_TD/v3 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MT','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_E154 ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_M140','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_MC150ds/WAP2.0Configuration/Browser','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_MC170DS/MIDP2.0/ConfigurationWap2.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_MC300/ObigoInternetBrowser/QO3C Profile/MIDP-2.0 Configuration/CLDC-1.1','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_SL130/Browser/wap2.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_SL140ds/Configuration/WapBrowser2.0','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Fly_SL500i','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('G-Mobile GM1 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('G1 UP/4','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('G3/1.0 RTKE_OS/01.00 TD7210E/11.0 Release/10.23 Browser/Techsoft-01.00 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('G5600 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('G83','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GF-500','pantech_gf','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GF-500/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_gf','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GF500/BSI AU.Browser/2.0 QO3C1 MMP/1.0 GF500/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GF950/BSI AU.Browser/2.0 QO3C1 MMP/1.0 GF950/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GF970/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GHT CHAT/MTK Release/Oct-23-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIGABYTE-g-Smart Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; GIGABYTE-g-Smart)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-A10/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-A280/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-F6/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-I9/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-L10/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-L6/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-L7/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GIONEE-V500/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GM T3/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GPF168L','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GPFM1238/1.0 MTK6223C/07B Release/03.16 Browser/Obigo2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GPFM1238/1.0MTK6223C/07B Release/03.16 Browser/Obigo2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GRADIENTE-GC-202X','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GRADIENTE-GC370','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GRUNDIG GR660','grundig','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GRUNDIG GR980','grundig','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('GRUNDIG M131','grundig','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('GRUNDIG M131/85108709 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','grundig','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('GT-E3210 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/08.03 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":533,\"screenHeight\":320,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/08.04 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/08.22 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/08.23 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/08.31 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/09.24 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/10.10 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/10.12 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/10.15 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.0 Release/10.17 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.1 Release/01.04 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.1 Release/01.21 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.1 Release/02.03 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.1 Release/11.17 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9300 Linux/3.0 Android/4.1 Release/11.23 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-I9500 Linux/3.0 Android/4.2 Release/09.11 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-N7100 Linux/3.0 Android/4.1 Release/01.09 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-N7100 Linux/3.0 Android/4.1 Release/01.18 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-N7100 Linux/3.0 Android/4.1 Release/02.01 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-N7100 Linux/3.0 Android/4.1 Release/12.26 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GT-S5233T','samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('GU1100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Generic docomo 2.0 browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Gigaset SL74','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Go.Web','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Go.Web/1.1 (UP.Browser/3.1-UPG1; Mozilla/1.0; RIM950; Elaine/1.0)','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Go.Web/1.1 (compatible; HandHTTP 1.1; Mozilla/1.0; RIM950)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Go.Web/1.1 (compatible; HandHTTP 1.1; Mozilla/1.0; RIM957)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 3.0 (Desktop 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 3.0 (PalmOS 5.1)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 3.8 Beta (Desktop; GoodLink; OS 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 3.8 Beta (PocketPC; GoodLink; OS 4.4)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 4.0 (Desktop 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 4.0 (PalmOS 5.1)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodAccess 4.0 (PocketPC 4.4)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodInfo','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('GoodInfo 3.8 Beta (PocketPC; GoodLink; OS 4.4)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente Concept','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GC-300','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GC-370','gradiente','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-600','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-690','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Gradiente GF-760','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-910','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-930','gradiente','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-950','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GF-970','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GV-230','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente GV-690','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente Vibe','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Gradiente-GF760 OBIGO','gradiente','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Grundig GR660/2.22 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','grundig','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Grundig GR980/1.30 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 4.01; Windows CE; PPC; 640X480)','grundig','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Gtran_N120','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('H100 Series/MIDP2.0/MMS1.1/WAP1.2/TTPCom R12/Longcheer','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('H888/MIDP2.0/CLDC1.1/Screen-176X220','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('H899/MIDP2.0/CLDC1.1/Screen-176X220','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HAIER-V100 ObigoInternetBrowser/2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('HCITX21B/T09 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD-MMD1010/001.1a UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD-MMD1010/001.1a UP/4.1 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD-MMP1020/001.1a UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD-PD20/058.1a UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD-TX20B001.1a/ UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HD2_T8585 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HD_mini_T5555 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HD_mini_T5555 Opera/9.7 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HEDY_H777_PLXBROW','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HEDY_H797_PLXBROW','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HEDY_M881_PLXBROW','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HEI-HGC600E/001.1a UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HEI-MMD1010/001.1a UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HEXING60A_COSMOS_11B_HW (MRE/3.1(1200);MAUI/308;BDATE/2014/03/10 15:13;LCD/320480;CHIP/MT6260;KEY/Reduced;TOUCH/1;CAMERA/0;SENSOR/0;DEV/HEXING60A_COSMOS_11B_HW;WAP Browser/MAUI (HTTPS);GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HEXING60A_COSMOS_11B_HW (MRE/3.1(256);MAUI/_MAITENG_D_EN_BT_FM_DC_128_V009_140111_1035;BDATE/2014/01/11 15:15;LCD/320480;CHIP/MT6260;KEY/Reduced;TOUCH/1;CAMERA/0;SENSOR/0;DEV/HEXING60A_COSMOS_11B_HW;WAP Browser/MAUI (HTTP PGDL;HTTPS);GMOBI/001;MBOUNCE/002','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HG7000/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP iPAQ hw6500/1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP iPAQ hw6500/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240; HP iPAQ hw6500)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP iPAQ hw6510','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP iPAQ hw6515','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP iPAQ hw6925','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HP_KB1/1.02 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) PPC;320x240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQ910/1.0/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) (PPC; 320x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQDataMessenger/1.0/Mozilla/4.0(compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC;320x240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQVoiceMessenger/1.0/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Smartphone;240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQhw6900','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQhw6900/1.0/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQhw6915','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQhw692x/1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQrw6800','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQrw6800/1.0/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HPiPAQrw6815/1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HS-C1110/CIR.4.00 OBIGO/Q04A1-1.11 CTC/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HS-C3698','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HS-C3698/0.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('HS-U8/1.0 Linux/2.6 Android/2.3 Browser/AppleWebKit533.1 Profile/MIDP-1.0 Configuration/CLDC-1.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HT-1/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC MAX 4G Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC MAX 4G Opera/9.5 (Microsoft Windows; PPC; Opera Mobi)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC Magic','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC P3300/1.28 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC P3450/2.20 Mozilla/4.0 Profile/MIDP-2.0','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC P3450/2.20 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC P3600 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC P5500/1.31 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC Touch Diamond P3700 Profile/MIDP-2.0 Configuration/CLDC-1.1','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-2125/1.2 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-3100/1.2 Mozilla/4.0 (compatible; MSIE 5.5; Windows CE; Smartphone; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8100','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8100/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8125','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8500','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8500/1.2 Mozilla/4.0 (compatible; MSIE 5.5; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8900/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-8900/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-Excalibur Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-HD2/1.44 (70494) Opera/9.7 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3450','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3450-Ten/PPC; 240x320; OpVer 23.227 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3450-orange/PPC; 240x320; OpVer 23.114 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3450-orange/PPC; 240x320; OpVer 23.221 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3470-orange/PPC; 240x320; OpVer 29.113 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3600/1.0 Opera 9.5','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3650-orange/PPC; 240x320; OpVer 28.129 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P3700-orange/PPC; 480x640; OpVer 30.137 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P4550-orange/PPC; 240x320; OpVer 24.103 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P4600/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":580,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P5500','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P5500-orange/PPC; 240x320; OpVer 25.109 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P6500','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-P6500-orange/PPC; 240x320; OpVer 27.107 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-S411','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-S621','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-ST6356/2.31 (66023) Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-ST7377/1.59 (67150) Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-ST7377/1.59 (67150) Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-Touch/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-Touch/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC-X7510/1.0 Opera 9.5','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCArtist','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCArtist/111204 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCArtist/112153 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCArtist/112161 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCGemini','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCGemini/131169 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCGemini/131178 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCGemini/140239 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCP3300-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCP3600','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCP3600-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCP4350-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCS410','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCS620-Mozilla/4.0','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCS620-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCS621-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTCTyTN-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_ChaCha_A810e/Mozilla/5.0(Linux; Android 2.*) AppleWebkit/533.1 (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_DesireS_S510e_Mozilla/5.0(Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_Desire_616_dual_sim /V1 Linux/3.4 Android/4.2 Release/05.02 Browser/AppleWebKit534.30 Mobile Safari/*;','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_Diamond Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Diamond Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Diamond Opera/9.50 (Windows NT 5.1) P3720','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Diamond/1.93 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Diamond/V2.07 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Dream Mozilla/5.0 (Linux; Android 1.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Elf/1.15','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_HD2/1.49 (71528) Opera/9.7 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_HD2_T8585 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_HD2_T8585 Opera/9.7 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_HD_mini/Opera 9.7/1.11 (87733)/(Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Hermes Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; SPV M3100; OpVer 12','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Hermes Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Hermes Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) PPC; 240x320; SPV M3100; OpVer 12','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Jade/1.06 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Jade/1.40. 164.2 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Magic Mozilla/5.0 (Linux; Android 1.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Mega Opera/9.5 (Microsoft Windows; PPC Opera Mobi /17753)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Mercury','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Mercury/1.20/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; MIDP-2.0 Configuration/CLDC-1.1; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3300 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3300 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3300 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3300-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3300/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3301 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3350 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3400-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3400i-Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3400i-Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3450 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3470 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3490 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3490 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3600 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3600-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3650 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3650 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3650t/1.27 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3651 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3700 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3700 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3701 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3701/1.37 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P3702 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P4350 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P4350-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P4550 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P4550 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P5500 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P5520 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P5530 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_P6500 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Polaris Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S310-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S620','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S620 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S621 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S710-Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320; Smartphone)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S730 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_S740 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Smart_F3188 Mozilla/5.0 (like Gecko) Obigo/Q7','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Snap_S521 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Snap_S523','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_T8290 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_T8290 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_T8290 Opera/9.5 (Microsoft Windows; PPC; Opera Mobi)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch2/1.29 (67024) Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch2_T3320 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch2_T3333 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch2_T3333 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch2_T3333 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TouchDual Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_ Pro Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_3G_T3232 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Cruise_T4242 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Cruise_T4242 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Diamond2 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Diamond2_T5353 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Diamond2_T5353 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Diamond_II_T5353/1.03 (40543) Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_HD_T8282 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_HD_T8282 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Pro2_T7373 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Pro2_T7373 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Pro2_T7373 Opera/9.7 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Pro_T7272 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Pro_T7272 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Viva_T2223 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Touch_Viva_T2223 Opera/9.50 (Windows NT 5.1)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_Trinity Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; SPV M3100; OpVer 12','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; HTC TyTN2)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN_II Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN_II Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_TyTN_II Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_VPACompactIV/5.4/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; MIDP-2.0 Configuration/CLDC-1.1; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_WildfireS_A510e/Mozilla/5.0(Linux; Android 2.*) AppleWebkit/533.1 (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_WildfireS_A510e/Mozilla/5.0(Linux; Android 2.*;Build/GRH78C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_Wildfire_Mozilla/5.0 (Linux; Android 2.*; HTC Buzz) AppleWebKit/ 530.17 (KHTML, like Gecko) Version/* Mobile Safari/*','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HTC_X7500','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_X7500 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_X7510 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_prophet/2.15/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTC_wizard/2.21/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTIL-G111','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTIL-S210','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTIL-V70/1.0 Release/11.05 Browser/Obigo2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HTIL-Z702 WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI Y310-5000_TD/1.0 Linux/2.6 Android/2.3 Release/7.16 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HUAWEI-C5005/001.00 ACS_NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-C5320/001.00 ACS-NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-C5588/001.00 ACS-NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-HUAWEI-Y-220T/1.0 Linux/2.6 Android/2.3 Release/11.13 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HUAWEI-M228/001.00 ACCESS-NetFront/3.2(Mobile) Mozilla/5.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M318/001.00 ACS-NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M328/001.00 ACS-NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M635/001.00 WAP/OBIGO/Q05A','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M636/001.00 WAP/OBIGO/Q05A','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M735/001.00 Opera/9.70','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-M750/001.00 ACS-NetFront/3.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI-U2800/001.00 Browser/Obigo-Browser/Q05A MMS/UNIBOX/V1.2 HuaweiJava/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI/1.0/HUAWEI U120/B000 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI/G7002/SW1.0/WAP2.0/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI_G6007/1.0/Obigo Browser/Q03C Browser/Q03C MMS/1.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":128,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HUAWEI_G6800 (MRE\\2.3(25600) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\qwerty) MAUI/MAUI.11B.W12.12 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HUAWEI_T8620_TD/1.0 Android/4.0 (Linux; Android 4.*) Release/05.31 Browser/WAP2.0 (AppleWebKit/534.30) Mobile Safari/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HUAWEI_T8830Pro_TD/1.0 Android/4.0 (Linux; Android 4.*) Release/08.31 Browser/WAP2.0 (AppleWebKit/534.30) Mobile Safari/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HUAWEI_Y220T_TD/1.0 Android/2.3 SC8810_CMCC/W12.06 Release/06.22 Browser/AppleWebkit533.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Haier-1200P/1.0 iPanel/2.0 WAP2.0 (compatible; UP.Browser/6.2; UPG1; UP/4.0; Embedded)','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-A62/1.0 Release/11.11 Browser/CMS1.5 Profile/MIDP-2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-HG-A7 / Obigo Browser 2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-HG-M301/CMCC Release/8.21 Browser/WAP2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-HG-V70-CMCC/1.0 Release/03.25 Browser/Obigo2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-HT-I617/V1.00 Release/2.29 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Haier-M1000','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-M1000 / Obigo Browser 2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-M1610','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-M1610 / Obigo Browser 2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-M260/(2005.08)1.0/WAP2.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-P7','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":64,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Haier-T10C/1.0 iPanel/2.0 WAP2.0 (compatible; UP.Browser/6.2; UPG1; UP/4.0; Embedded)','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-V7000','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier-Z3000 UP.Browser/5.0','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Haier_HT-I600_TD/I600_MocorDroid2.2 Release/06.26 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Haier_HT-I710_TD/I710_MocorDroid2.2 Release/06.26 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Haier_HW-W716_WCDMA/V1 Linux/3.4 Android/4.2 Release/06.01 Browser/AppleWebKit534.30 Mobile Safari/* System/Android 4.*','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Haier_HW-W716_WCDMA/V1 Linux/3.4 Android/4.2 Release/06.01 Browser/AppleWebKit534.30 Mobile Safari/* System/Android 4.*;','haier','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HideMe.mobi Browser Opera/9.80 (Windows NT 5.1) Presto/2.10 Version/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Hitachi-P300','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":97,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hitachi-P300 UP.Browser/6.1 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":97,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-T209_CMCC/0.1 NXP/1.0 Release/01.04 Browser/mBrowser4.0 Profile/MIDP-1.0 Configration/CLDC-1.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-U526','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-U526/1.0 BREW/3.1 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-U528/1.0 BREW/3.1 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-U626/1.0 BREW/2.1 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei-VF710','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1 0/U121/','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HUAWEI U1300/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HUAWEI U7310/B003 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HUAWEI U7315/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HUAWEI U9100/B113 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0Huawei U1280/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0Huawei U6100/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiG6610V/SW03 Browser/Obigo-Browser/Q03C MMS/Obigo-MMS/1.2','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiG6620/G6620.C210.M40.04/Obigo-Browser/Q03C MMS/Obigo-MMS1/1.0/MIDP-2.0 Configuration/CLD-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU1305/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU1307/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU1310/B123 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU1315/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU3307/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU3311/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU3315/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU5700/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU5705/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU5900/B000 Browser/Obigo-Browser/Q05A HUAWEI-U5900 HuaweiJava/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/0HuaweiU7200/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/G3500/B000 Browser/Obigo-Browser/Q04C MMS','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/G5730/Browser/obigo-browser/q03c','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/G6600/Browser/obigo-browser/q03c','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/G7002/SW1.0/WAP2.0/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/G7007/Browser/obigo-browser/q03c','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/H11HW/B000 Browser/Obigo-Browser/Q04A','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/HUAWEI-G6609 Browser/Opera MMS/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/HUAWEI-G7300 Browser/Opera MMS/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/HUAWEI-G7300 Browser/Opera MMS/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/HUAWEI_G6608/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/Huawei U1250/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/Huawei U550/b000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/HuaweiT7200/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U1005/B000 Browser/Obigo-Browser','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U1107/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U120/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Huawei/1.0/U120/B128 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U1205/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U121/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U1211/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U1215/B000 Browser/Obigo-Browser/Q04A','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei/1.0/U535/B000 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiG7206/Q03C MAUI-browser/MIDP-2.0Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU120/1.0/B127 Browser/Obigo-Browser/Q04A MMS/Obigo-MMS/Q04A SyncML/HW-SyncML/1.0 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU3100/B000 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('HuaweiU3200s/B000 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7510/B000 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7515/B000 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7517/B000 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7519/B001 Browser/ACCESS NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7520/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7525/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU7527/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiU9130/B047 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('HuaweiV840/B533 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei_G6006/1.0/Obigo Browser/Q03C Browser/Q03C MMS/1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":128,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Huawei_G7220/1.0 WAP2.0/Obigo-Browser/Q03C MMS/Obigo-MMS/1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hutc3G/1 (e606 for Hutchison 3G','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hutc3G/1 (e606 for Hutchison 3G/c100;ser351070702865112;icc8939991010001266544F)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hutc3G/1 (e808 for Hutchison 3G','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hutc3G/1 (e808 for Hutchison 3G/c100;ser351374135292567;icc8939991030003748216F)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Hutc3G/1 e606 for Hutchison 3G/c100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('I-2000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('I-GO610','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('I-GO620','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('I-MATE JAM','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('I2300','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('I235_VK_Generic_Dual_HW_1.0 (MRE/3.1(2536);MAUI/VK_Generic_Dual_SW_3.2;BDATE/2014/05/09 17:06;LCD/320480;CHIP/MT6260;KEY/Reduced;TOUCH/1;CAMERA/1;SENSOR/0;DEV/I235_VK_Generic_Dual_HW_1.0;WAP Browser/MAUI (HTTP PGDL;HTTPS);GMOBI/001;MBOUNCE/002;MOMAGIC/003','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('I603A_VK_Generic_Dual_HW_1.0 (MRE/3.1(2048);MAUI/_VK_Generic_Dual_SW_1.5;BDATE/2013/12/06 10:26;LCD/220176;CHIP/MT6260;KEY/QWERT;TOUCH/0;CAMERA/1;SENSOR/0;DEV/I603A_VK_Generic_Dual_HW_1.0;WAP Browser/MAUI (HTTP PGDL;HTTPS);GMOBI/001;MBOUNCE/002;MOMAGIC/00','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('IAC','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IAC KM100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IAC KM100/168 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IAC-H105','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('IAC/KM178/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IAC/KM63/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IAC/i-3698/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IE 5.5 Compatible Browser','','{\"type\":\"desktop\",\"markup\":\"\"}'),('IEMobile 6.9) PPC; 240x320; HTC_TyTN\\\\1.0 Profile\\\\MIDP-2.0 Configuration\\\\CLDC-1.1 }}','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('IG01 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('IM-T880','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO30','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO35','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('INNO50','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('INNO55','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO80','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO89','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO90','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO98','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNO99','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNOA10','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INNOA10, INNOA10','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('INNOA10_W2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ/B1-200H/1.0 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ/Q1-200H/1.0 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ/Q1-218H/1.0 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ1/R2.6 NF-Browser/3.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ1/R3.9 NF-Browser/3.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('INQ1/R4.0 NF-Browser/3.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('IRIS-G650','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ITELCO-IT2500/R0.1 NF-Browser/3.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('IXI-CT-25/v2.0/Mozilla/4.0 (compatible; 240x320) IXI/Q05A2.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('IXI-CT-25m/v2.1/Mozilla/4.0 (compatible; 240x320) IXI/Q05A2.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Ice','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Indie/Indie_SF_B07A101 Obigo/Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Infineon (XMM2130;profile/MIDP-2.1 Configuration/CLDC-1.1) WAP_JB/5.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Infoseek SideWinder/2.0B (Linux 2.4 i686)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Instagram 3.4 (iPhone2,1; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Instagram 3.4 (iPhone3,1; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Instagram 3.4 (iPhone3,3; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Instagram 3.4 (iPhone4,1; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Instagram 3.4 (iPhone5,2; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Instagram 3.4 (iPod4,1; iPhone OS 6.0) AppleWebKit/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('J-PHONE/2.0/J-DN02','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-P02','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":89,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-P03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-SA02','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":76,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-SH02','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":84,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-SH03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":104,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/2.0/J-T04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":90,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D06','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D07','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D08','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-D31','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-DN03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-K03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-K04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-K05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-N03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-N03B','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-N04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-N05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-NM01','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-NM02','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-PE03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-PE03B','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SA03','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SA04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SA05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SA06','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH04','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":104,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH04B','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":104,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH06','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":104,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH07','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH08','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH09','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":117,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-SH10','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T05','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T06','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T07','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T08','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T09','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/J-T10','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V102D','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V201SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V301D','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V301SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V301T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V302SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V302T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V303T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V304T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V401D','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":265,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V401SA','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V401SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V401T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V402SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/3.0/V403SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.0/J-K51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.0/J-P51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.0/J-SH51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.0/J-T51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.1/J-SA51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.1/J-SH52','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.2/J-N51','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.2/J-SH53','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.2/V601N','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.2/V601SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V501SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V501T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V502T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V601T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V602SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V602T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V603SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V603T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V604SH','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J-PHONE/4.3/V604T','softbank_jphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('J2ME','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JAT-WAP ULC2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('JUC (D?FH?3; 2.1-update1; E10i; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.1-update1; E10i; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.1-update1; E15i; 320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.1-update1; GT-I5503; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.1-update1; HTC_Wildfire; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.2; GT-S5670; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.2; WM8650-mid; 800*480)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.3; GT-S5360; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.3; GT-S5570; 240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.3; GT-S5830; 320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 2.3; ST15i; 320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; ARCHOS_80G9; 768*976)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; GT-I9300; 720*1280)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; GT-N7000; 800*1280)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; GT-P3100; 600*976)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; GT-P5100; 800*1232)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC (Linux; 4.0; HTC One V; 480*800)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android1.*;GT540;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;A2000;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;E10i;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;E15i;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;E16i;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-I9000;480*800)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-I9001;480*800)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-I9100;480*800)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-P1000;600*1024)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5300;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5360;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5570;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5570I;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5670;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5830;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;GT-S5830i;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;HTC Sensation Z710e;540*960)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;HTC Wildfire;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;LT18i;480*854)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;Spice Mi-270;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android2.*;U20i;240*320)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android3.*;GT-P6200;600*976)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android3.*;GT-P7500;800*1280)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android4.*;GT-P5100;800*1232)','juc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('JUC(Linux;Android4.*;HTC Desire C;320*480)','juc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Jataayu','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu WAP 2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu WAP 2 Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu WAP 2 Toolkit, Jataayu WAP 2 Toolkit','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu browser for Palm','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu browser for Palm, Jataayu browser for Palm','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Jataayu browser for Palm/Jataayu Ver 2.6','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Joomla!/2.5 Installer/2.5','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Juno-1.0/arcsoft-mmsua-sp-4.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K-Touch_N77_CMCC/TYM885517_1048_V0801 MTK/6225 Release/30.04 Browser/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K-Touch_T619/960211_8510_V0101 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('K-Touch_T760_TD/T760_MocorDroid2.2 Release/06.26 Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('K1000_WAP2_0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K3000_WAP2_0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K38/10012 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K444/1.0 MTK/MAUI.08A.W08.28 Release/7.30 Browser/OBIGO-Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K451/1.0 MTK/MAUI.08A.W08.28 Release/7.30 Browser/OBIGO-Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('K505/1.00 Nucleus RTOS/V1.11 MTK6225/07B Release/04.25 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KCI-S1350/ UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KCI-S2100-VMUB/ACP1000 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KCI-S2100/ACM1000 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KCI-S2100/ACM1002 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KCI-S2100/ACQ1007 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":147,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":147,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA23','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":147,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA23 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":147,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA24 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA25 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA27','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA28','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA31','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":346,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":346,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA34','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA37','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA38','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA3B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-CA3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":336,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3F UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":336,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":336,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3I UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-CA3J UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI23 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI24 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":147,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI34','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI35','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":235,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":235,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI36','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI37','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI38','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI39','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3C','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3D','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-HI3E','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI3F UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":336,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":336,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-HI3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC23 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC24/KC25','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC25 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":248,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":248,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC29 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC2A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC35','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC36','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":237,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC38','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":237,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":237,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3D','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3H','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-KC3I UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3K UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3M UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3N UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3O','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3O UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3P UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3Q UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3R UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3S UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3T UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3U UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3V UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3X UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3Y UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC3Z UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC41 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC42 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-KC43 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-MA21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-MA31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-MA32','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-MA32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-MA33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-MA33 UP.Browser/6.2 (GUI) MMP/2.0uyk','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-MA34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-MA35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-PT21 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":236,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-PT22','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":236,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-PT22 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":236,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-PT23 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-PT33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-PT33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-PT34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-PT35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-PT36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":348,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA24 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA25 UP.Browser/6.0 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA25 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":263,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":263,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA29','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":234,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA29 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":234,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA2A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA2A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SA34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA35','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA38','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3E','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SA3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH31','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH32','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH34','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH35 UP.Browser/6.2 (GUI) MMP/2.0dfgh','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SH36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3F UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3I UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3J UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3K UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SH3L UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN23 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":123,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN24 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN25','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN25 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":256,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN26','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN29','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN29 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN31','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN32','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":238,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":238,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN33/SN35','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN34','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN36','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN37','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":368,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":368,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN39','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3E','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3F','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3F UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-SN3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":251,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3I UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3J UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3K UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3L UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3M UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3N UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3O UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3P UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3Q UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3R UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-SN3S UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-ST21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":145,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-ST22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":145,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-ST23 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":127,\"screenHeight\":145,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-ST24','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST24 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST25','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST25 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST27','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST29 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST2A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST2B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST2B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST2C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST2D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":242,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST31','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":234,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":234,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST34','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-ST34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS21 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS22 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS23 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS24 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS25','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS25 UP.Browser/6.0 (GUI) MMP/1.1','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":140,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS26','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS26 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS27 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS28','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS28 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS29','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS29 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":246,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2E','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS2E UP.Browser/6.2 (GUI) MMP/2.0sfd','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS31 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS32 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS33','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS33 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS34 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS35','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS35 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS36','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS36 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":244,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS37','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS37 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS38','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS38 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS39 UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":225,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS39 UP.Browser/6.2 (GUI) MMP/2.0dh','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":225,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3A','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":225,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3A UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":225,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3B','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3B UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3C','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3C UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3D','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3D UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3E','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3E UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3G UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3H UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3I UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3J UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3K UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":236,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KDDI-TS3L UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3M UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3N UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3O UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3P UP.Browser/6.2 K.4.301 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3Q UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3R UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3S UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3T UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3U UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3V UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3W UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KDDI-TS3X UP.Browser/6.2 (GUI) MMP/2.0','kddi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":375,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KGT/1.0 N530i-10','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/1.0 N530i-10(c10)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/1.0 N550i-10(c10)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/1.0 T535i-10(c10)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/2.0 N400i(c20;TB)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KGT/2.0 N590i-10(c10;TB)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/2.0 N630i-10(c10;TB)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KGT/2.0 N900i(c20;TB)','imode_nec_kgt','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KONKA_D161/KAA161_0.93 Nucleus/1.0 MTK/6219 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KONKA_D263/KAA263_0.93 Nucleus/1.0 MTK/6226 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KONKA_D319/KAB319_1.02 Nucleus/1.0 MTK/6228 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KONKA_D363/KAA363_0.93 Nucleus/1.0 MTK/6228 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KONKA_M526_CMCC/KCEM526.CMCC.2.01 MTK/6225 Release/7.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KONKA_V913_TD/1.0 Release/7.13 Mozilla/5.0(Linux;Android 2.*) AppleWebKit/*(KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KONKA_V926_TD/1.0 Android/2.3 MocorDroid/SpreadTrum Release/3.22 Browser/AppleWebKit5333.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KOZI-CG-001/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KPT SD-528/MIDP-1.0 CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KPT-SD588','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Buckle/ UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Dorado/1009 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-E1000/1.0 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-E2000/1003 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-E2000/1016 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Garnetto/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Glide/ABJ0305 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K127','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K127/1002 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K132/1020 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K24/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K312/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K323/1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K323/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K325/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K483J/1007 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K4xxL','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxL/NJ1000 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxL/NJ1002 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxLC','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxLC/NH1019 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxLC/NH1030 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxN','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxN/MY1002 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K4xxN/MY1003 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-K612/1.1 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-K612B/1.1 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KE414','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KE414/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KE424c','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KE424c/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX1/1003 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX1/1009 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX16/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX18/10073 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX2','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX2/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX414c','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX414c/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX444c','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX444c-BC/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX444c/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-KX5','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX5/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX5B/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX9','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-KX9/1000 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Lightpipe/ UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Lightpipe/10013 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-M1000/1.0 UP.Browser/6.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-M1400/AAZ10043 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-M2000/AAN0314 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-M2000/AAN1002 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Rio/ABY1009 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KWC-Rio/ACI1005 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KWC-Rio/ACJ1005 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KWC-Rio/ACK10006 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S1300/ UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S1300/0320 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S2300/ABQ1000 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S2300/ABQ1103 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S2300/ABR1001 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":280,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S2410/1000 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-S4000/10033 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-SE44','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-SE44/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KWC-SE47','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-SE47/1.0 UP.Browser/4.1','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-Torino/ UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC-laylo/AAR1004 UP.Browser/7.2 (GUI) MMP/2.0','kyocera_kwc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC/1004 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('KWC/ABH0311 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Kaiser Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Karbonn A25 Linux/3.0 Android/4.0 Release/04.15 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Karbonn A25 Linux/3.0 Android/4.0 Release/05.17 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Karbonn A25 Linux/3.0 Android/4.0 Release/06.26 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('KcB @ 2013','','{\"type\":\"desktop\",\"markup\":\"\"}'),('KeitaiBrowser/0.1','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Kimengi/nineconnections.com','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Kingcom Injoy MS02','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Klondike/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('KyoceraC4700/Obigo/Q7 Profile/MIDP-2.1 Configuration/CLDC-1.1','kyocera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('L6668/(2006.01)1.0/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LAVA-A10/SW1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lava','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LAVA50_11B_HW (MRE\\3.0(2500) resolution\\240320 chipset\\MT6250 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) LAVA_DISCOVER128_S111_20121214 Release/2012.12 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/ Q03C1-2.40 en-US','lava','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('LCT-W660/1.0SH NetFront/3.4 SMM-MMS/1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_L300B_01/L3PM510/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_L310B_01/LBP0001/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_N500B_01/LBWM501/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_TV320B_01/LBNM401A/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_X700B_01/LBFM401A/WAP2.0Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_X845B_01/LKBM501A/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_X880B_01/1.0 Nucleus/1.13 MTK6225/07A Release/5.1 Browser/TelecaQ03C1 Profile/MIDP-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_X880B_01/1.0 Nucleus/1.13 MTK6225/07A Release/5.1 Browser/TelecaQ03C1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LCT_X901A_01/LK5M511B/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LEMON IQ707','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E303/2.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E307_ENG_FRE/ (2005.06)S267/WAP1.2 Profile','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E307_ENG_FRE/(2005.06)S267/WAP1.2 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E307_ENG_FRE_A/(2006.06)s273/WAP1.2 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E307_ENG_RUS_FLY/(2005.12)S274/WAP1.2','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E307_ENG_RUS_FLY/(2006.05)S276/WAP1.2','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E308','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-E308/(2006.08)Ver1.0 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-I720/(2005.09)Ver1.1/WAP1.2 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-Lenovo-A288t/1.0 Linux/2.6 Android/2.3 Release/07.06 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-Lenovo-A288t/1.0 Linux/2.6 Android/2.3 Release/08.01 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-Lenovo-A288t/1.0 Linux/2.6 Android/2.3 Release/08.16 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-Lenovo-A288t/1.0 Linux/2.6 Android/2.3 Release/10.22 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-Lenovo-A288t/1.0 Linux/2.6 Android/2.3 Release/11.23 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-Lenovo-A298t/1.0 Linux/2.6 Android 2.* Release/10.30 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LENOVO-P708','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LENOVO-P708_ENG_FRE_A/(2006.05)S276/WAP1.2 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-P708_ENG_FRE_DIRLAND/(2005.09)S272/WAP1.2 Profile','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LENOVO-P708_ENG_RUS_FLY/(2005.10)S274/WAP1.2','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LENOVO-P708_ENG_RUS_S280/(2006.10)S280/WAP1.2','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LENOVO-P709/S100 NXP5210/DV7 Release/4.25 Obigo/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-P768/(070228)S038/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"wbmp\"]}'),('LENOVO-P780/(060713)S0713/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-P960','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-S5/CMCC_S106 LMP/XM Release/2007.06 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-S9/(2007.05)S120/WAP2.0 Profile/MIDP2.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-V528/A7','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-V707_RUS_ENG_FLY/(06.04)Ver01.10/WAP2.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-V800 LENOVO-V800','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-V800/(2006.10)Ver1.0/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-i720/(2006.11)Ver1.0/WAP1.2 Profile//','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-i908/(2007.02)s103/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-i919/66R','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-i921/240A','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LENOVO-i966/66Mt','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LEXIBOOK_TAB4000','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG G8000','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG G8000/1.0 PDK/2.5','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG G8000/2.0 PDK/2.5 JAVA','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG G8000/2.0 PDK/2.5 JAVA, LG G8000/2.0 PDK/2.5 JAVA','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG G8000i','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG VN271','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG VX5200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-350 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A130/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A133/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A165/V100 Obigo/Q05A MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A200/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A230/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A290/V100 Obigo/Q05A MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A7110','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A7110 MIC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A7150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A7150 MIC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-A7150 MIC/WAP2.0 Profile/MIDP-2.0Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B1300','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2000 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2050','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2050 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2060','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2060 V100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2070 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2100 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2100 Obigo/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2150 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-B2250 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-BL20/v10a Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-BL40-Orange/V10b Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-BL42k/v10b1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C100/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C105/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1100 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1150 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1200 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C130','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1300 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1300i','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1300i UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1400','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1400 V100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C1500 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2000 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2200 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2500 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C2600 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C300/V09a Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C300/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C305/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C305/V10a Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C310/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3100','lg','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C320/V100 Obigo/Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3300 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3300 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3300/MIC/WAP2.0/MIDP2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3310','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3310 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3320','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3320 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3380','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3380 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3400','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3400 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C360 Mozilla/5.0 (AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C3600 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-C686','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-C686/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CB630/V10c Obigo/Q05A Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CE110/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CE500 MIC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CF360/V10d Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CG180/V0.9 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CG225','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CG225 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CG300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CG300 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CT810/V08e IEMobile/7.11 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU320 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU400/V1.0 Obigo/Q04C Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU405/','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU500 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU515/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU575/V10d Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU6060','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU6060/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU6160','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU6160/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU720/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU8280','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU8280/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-CU915/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU920/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU920/V1.0p Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-CU920/V1.0s Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-D802/Mozilla/5.0 (Linux; Android 4.*; LG-D802) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-D855/Mozilla/5.0 (Linux; Android 5.*; LG-D855) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-DG200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-DG200 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E400 Mozilla/5.0 (Linux; Android 2.*; LG-E400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E400/Mozilla/5.0 (Linux; Android 2.*; LG-E400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E425f-AB/E425f10d Mozilla/5.0 (Linux; Android 4.*; LG-E425f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E425f-AB/E425f10h Mozilla/5.0 (Linux; Android 4.*; LG-E425f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E430/Mozilla/5.0 (Linux; Android 4.*; LG-E430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E460/E46010b-TIM-IT Mozilla/5.0 (Linux; Android 4.*; LG-E460) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E510/ Mozilla/5.0 (Linux; Android 2.*; LG-E510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610 Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610/Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610/V10b Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610/V10c Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610/V10d Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E610/V10e Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-E975K-AB/E975K10d Mozilla/5.0 (Linux; Android 4.*; LG-E975K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F1200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F1200 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2100','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2100 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2250','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2250/V08i Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2250/V10c Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2250/V10d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2300 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2300/MIC/WAP2.0/MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2400','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2400 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2410','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2410 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F2500','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F3000 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7100 AU/4.10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7200 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7250','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F7250 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F9100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F9100 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-F9200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1100 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1500 AU/4.2','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1600','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1600 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1610','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-G1610 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-G1800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G1800 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G210','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G210/SW100/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G262','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G262 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G262/MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G282 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G3000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G3100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G3100 AU/4.10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4010','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4010 AU/4.12','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4011','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4011 AU/4.12','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4015','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4015 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4015 UP.Browser/6.2 (GUI) MMP/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4015 UP.Browser/6.2 (GUI) MMP/1.0 V2 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4020','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4020 UP.Browser/6.2 (GUI) MMP/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4050','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G4050 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G510','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G510 AU/4.2','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5220C','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5220C AU/4.10','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5220c','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5300 AU/4.10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5300i','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5300i/JM AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5310','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5310/JM AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5400','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5400 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5400_01','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-G5400_01 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-G5410','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5500 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5600','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G5600 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G650','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G650 V100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7000 AU/4.10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7020','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7030','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7050','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7050 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7050 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7070','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7070 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7100','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7100 AU/4.10 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7100 AU/4.10 Profile/MIDP-2.0 Configuration/CLDC-2.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7110','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7110 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7120','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7120 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":145,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G7200 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":145,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G828','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G828/V100/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-G912/V100/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB170/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB175/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB190 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB210 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB220/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB230/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB250/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB255/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB270 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GB280/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GC900-orange/V10g Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GC900/V10a Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GC900F/V10b Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD330/V100 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD350/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD510-Orange/V10a Teleca/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD510/V100 Teleca/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD570 Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD580/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD710','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD710/V08d; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GD900 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":780,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM200 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM205 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM210/V100 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM310/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM360','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GM360/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM360/V10a Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM360i/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM600','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GM730/v10a WM/6.1 IEMobile/6.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GM730F/IEMobile/v6.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR500/V10f Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR500F/V10a Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR500FD/V10a Teleca/Q7.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR500R/V10a Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR501/V10c Obigo/Q7.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GR700/V10g; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS170 Browser/Obigo-Q7.0 MMS/LG-MMS-V1.0/1.2 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS205 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS290 OperaMini/4.2 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GS290/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS390/V10k Obigo/Q7.3 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS500/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GS505 Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Profile/MIDP-2.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT350/1.0 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT350/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT360 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT360/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT365/V07h Teleca/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT400-Bouygues/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT400/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT405-Orange/V10d Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT405/V10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT500-v10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT500-v10f Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT505-Orange/V10c Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT505/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT540 Mozilla/5.0 (Linux; Android 1.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT540-orange Mozilla/5.0 (Linux; Android 1.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT550/V10m; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GT550/V11b; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GT550/V11d; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GT810H Netfront/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT950','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GT950/V09a Obigo/Q7.3 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU220/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU230/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU280/v09a Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU282 Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU285/v10a Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU295/V08l Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GU295/V08l;Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW300 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW300/V100 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GW300/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG-GW300/V100 Teleca/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW305/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW520-H3G/V09b Teleca/WAP2.0 MIDP-2.1/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW520-H3G/V10f Teleca/WAP2.0 MIDP-2.1/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW520-orange/V10c Teleca/WAP2.0 MIDP-2.1/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW520/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW525 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW525/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW620 Mozilla/5.0 (Linux; Android 1.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW820','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW820/V06q IEMobile/8.12 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GW825/V10b IEMobile/8.12 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GX200 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GX300/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-GX500/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-HB620T/V10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-HB620T/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KB775F Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC550 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC560 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC780 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910-Orange/V10c Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910-v10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910-v10e Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910/V10a Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910Q Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KC910Qa Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KD876/v1.0 Arena/L2.3 Release/5.2 Browser/Teleca/QLine Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE260','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE260/V08f Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE500 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1 Configuration/CLDC-1.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE520','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE520/V10g Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE590 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE600 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE600E MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE770 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE800 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE820 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":93,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE850','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE850 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE970','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE970 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE990 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE990/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KE998','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF240 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF245 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF300 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF305 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF310-Orange/V10b Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF310/V10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF311/V10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF350 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF390 Teleca/Q05A-3.12 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF510','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF510 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF600','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF600 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF600d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF700','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF700-Orange/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF700/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF700C Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF700Q Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF750-Orange/v10c Browser/Obigo-Q05A/3.12MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF750-v10b Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF750/v10a Browser/Obigo-Q05A/3.11 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF757-Orange/v10c Browser/Obigo-Q05A/3.12MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF900 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KF900/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG110 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG110 V100 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG120','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG120 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG120 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG130 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG130 obigo/1.0 (05.02) Profile/MIDP-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG130-V10c Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG190 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG195','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG195/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1 LG-KG195/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG200/V01 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG200j/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG208 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG220','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG220 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG220/V09a Obigo/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG225','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG225 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG240','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG240/V08a Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG245','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG245/MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG280 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG280Obigo/WAP2.0MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG290 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG290/V10b Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG290UAE Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG296 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG300/V01 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG300j/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG320','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG320 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG320S','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG70 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG77 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG800 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG800/V10e Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG810 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG90 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG920 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KG98 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM330 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM335 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM380 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM385 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM386 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM500 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM501 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM553/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM555/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM570/V10b Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM710 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM710c Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900-orange/V10j Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900/V10b Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900/V10c Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900/V10e Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KM900/V10g Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP110 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP115 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP130 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP130/V10b Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP135 Obigo/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP15xQ Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP170 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP170-orange/V09a Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP175 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP199 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP200 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP202','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP202 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP202-V10a Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP202-V10b Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP202/V09b Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP210 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP215 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP220/V01 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP230-V10a Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP233/V10a Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP235 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP235-orange/V10b Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP260 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP260-orange/V10a Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP265 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270-V10a Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270/V10d Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270/V10e Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270/V10f Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270/V10g Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP270V/V10g Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP275 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP320 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP500 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP500-Orange/V10g Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP500-Orange/V10i Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP500-Orange/V10k Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP500/V10b/Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP501 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP502 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP502-V10b Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP505 Teleca/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP550-Bouygues/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KP570 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360-Orange/V10d Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360-Orange/V10g Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360/V10a Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS360/V10b Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS365/V10c Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KS660 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KT520/v10a Browser/Obigo-Q05A/3.11 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU250','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU311','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU311/V09a Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU311/V10c Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU311/v10d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU380','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU380/V10a','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU380/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU580','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":303,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU580-Orange','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":311,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU580-Orange/v10a Browser/Obigo-Q05A1/2.16 MMS/LG-MMS-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":303,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU580/V10a Browser/Obigo-Q05A1/2.16 MMS/LG-MMS-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-V-Profile/VSCL-2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":313,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU730','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU730/V100 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU800/v10d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU970/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990/V10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990/V10c Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990/V10h Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990/V10i Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990i/V10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-KU990i/V10d Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1100 UP.Browser/6.2','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1100 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1150 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1150 UP.Browser/6.2 (GUI) MMP/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1200 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":95,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1400','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1400 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1400i','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L1400i UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L3100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L3100 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L5100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":183,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-L5100 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":183,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG100 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG100C UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG100CUP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG145PRE AU-MIC-LG145PRE/1.0 MMP/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG1500 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG220C UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG225 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG230 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG260 POLARIS-LG260/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG410/v10b Teleca/WAP2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG420G Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG620G Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LG620GHL/V08cObigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LN510','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LP1000/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-LX140/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX150 AU-MIC-LX150/2.0 MMP/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX160 AU-MIC-LX160/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX165/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX260 EMBIDER-LX260/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX260 POLARIS-LX260/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX350 AU-MIC-LX350/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX400 TELECA-LX400/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX550','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX550 AU-MIC-LX550/2.0 MMP/2.0 Profile/MIDP-2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX570 AU-MIC-LX570/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-LX600 Polaris/6.0 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M4300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M4300 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M4410','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M4410 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M6100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-M6100 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME240','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME500 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME500c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME500c MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME540c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME540c MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME550','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME550c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME591','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-ME591 MIC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-ME591D MIC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME770 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME770c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME770d','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME830','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME850c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME850d MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME970 MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME970c MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-ME970d MIC/1.1 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG100a MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG100c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG101','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-MG101 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-MG105','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG105 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG110','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG110 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG112 AU/4.10 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG120','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG125','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG130 UP.Browser/6.2 GUI MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG150 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG155','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG155c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG155c UP.Browser/6.2 GUI MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG160','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG170','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG170 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG180c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG185','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG191','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG191a','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG191a AU/4.8','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG191b AU/4.8','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200c UP.Browser/6.2 GUI MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200d','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG200d UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG201d UP.Browser/6.2 GUI MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG210','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG210 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG220','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG220 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG225','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG225d MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG230 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG230d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG235 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG280 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG280c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG280c Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":75,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG280d Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG295 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG296 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG300D','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG300D MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG320 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG320c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG320c MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG320d','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG320d MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG530','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG530 UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG610c','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG610c MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG800 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG800c MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG810','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG810C','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG810C UP.Browser/6.2 (GUI) MMP/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MG810D','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MU500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MU515 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MU550 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-MU575/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-NX550 AU-MIC-NX550/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-OG200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-OG200 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P350/Mozilla/5.0 (Linux; Android 2.*; LG-P350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P520/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P525/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P690f/V10c Mozilla/5.0 (Linux; Android 2.*; LG-P690f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P7200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P7200 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P760/P76010b Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P760/P76010c Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P760/P76020b Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P760/P76020c Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P920 Mozilla/5.0 (Linux; Android 2.*; LG-P920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P970/ Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-P970/Mozilla/5.0 (Linux; Android 2.*; LG-P970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-PLS150 AU-MIC-PLS150/1.0 MMP/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-PLS350 AU-MIC-PLS350/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S310/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S365/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S367/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5000 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5100 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5200 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-S5300/V08b Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T300/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T310/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T310i/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T320/V100 Obigo/Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T320/V100 Obigo/Q7.3 MMS/LG-MMS-V1.1/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T5100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":137,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T5100 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":137,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-T5100 UP.Browser/6.2 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":137,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TD7130','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-TD7130/1.0 UP.Browser/4.1','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LG-TE365 Teleca/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TG800 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU500 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU515 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU550','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU550 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU575/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU720 Obigo/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU720/V0.9 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU750/V10a Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-TU915 Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U300','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U310','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8138/1.0 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8200 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8210','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8210/V080 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8210/V100 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8290','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8290 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8360/1.0 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8500 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8500-V10','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8500-V10 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U8550','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U880','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U890','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U900','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-U990','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-VIEWTY-GENERIC-DO-NOT-MATCH','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-W3000','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-W3000 AU/4.2','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-W5200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-W800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-W800/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG-X330T Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('LG/BL20/R1 Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/BL40/V09b Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/GT500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/GT500-Bouygues/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/GT505/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/HB620/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/HB620T/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KB620/v1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KB770/v10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KC910/V10a Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KC910e/V10c Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KC910i/V10a Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KE990/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KE990c/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KE990d/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF310/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF690/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF700-O2/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF700/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF750/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KF755/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KP330/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KS500Q/v10a Browser/Teleca-Q7.1/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KT520/v10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KT525/v1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU250','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU250/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU380','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU380/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU380/v10a Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU380/v10b Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU385','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU450','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU450/v10a Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU580 Browser/Obigo-Q05A1/2.16 MMS/LG-MMS-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-V-Profile/VSCL-2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":313,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU580/V10a Browser/Obigo-Q05A1/2.16 MMS/LG-MMS-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-V-Profile/VSCL-2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":313,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU800','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU800/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU830/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU950','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU950/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU970/v10a Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU990','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU990-Orange/v10c Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU990/V10g Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU990/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/KU990i/v10a Browser/Obigo-Q05A/3.6 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/L600V','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/L600V/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U250/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U300/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U310/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U370','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U400/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U450/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8100','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8110','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8110/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8110/v2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8120/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8130/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8130/v13G','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8138','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8138/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8138/v2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8180','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8180/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8180F','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8290/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8290/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8290/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U830','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U830/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8330/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8360/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8380/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U8550/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U880/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U890/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U900/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U960/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U970/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U990.v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG/U990/v1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG10000/1.0 TELECA/Q05A1-3.8 MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG210/1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG245/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG265-parrot/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG265/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG285/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG285/1.1 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG370','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG380','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG4750','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG490/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG490/1.1 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG500','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG500/v1.32 AU/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG535/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG5400','lg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG5500/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG600G Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG700','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG7100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG840','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8500/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8550/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8600/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":168,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8600/1.1 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":168,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8700-parrot/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8700/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG8800/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9100-parrot/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9200','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9250','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9600','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LG9700/1.0 TELECA/Q7.0-1.3 MMP/2.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AD5235','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AD5235/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AD6335/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX245/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX260/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX265/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX275/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX300/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX310/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX3200','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AX3200 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AX355/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX380/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX390/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX4270/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX4750','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX490/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX5000','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX5450','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AX5450 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-AX565/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX585/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX830/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-AX8600/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-BD2030','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-BD2030/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-BP4270/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-BP5000/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-BX4170 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":90,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-BX5450','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-BX5450/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-CU6260','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU6260/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8080','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8080/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8180','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8180/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8188','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8188/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":160,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8280','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8280/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-CU8380','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-CU8380/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-CX5450','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-CX5450 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-DB230/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DB520','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DB520/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DB525/1.0 UP.Browser/4','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DB525/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DM120','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DM120/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DM510','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":30,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-DM510/1.0 UP/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":30,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-DM515H','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-DM515H/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-LG125','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG150 AU-MIC/1.1 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG160P AU-OBIGO/Q04C1-1.17 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG160V AU-OBIGO/Q04C1-1.17 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG200/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG245/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG260 POLARIS-LG260/2.0(GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG260/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG265 POLARIS/6.01 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG265/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG280 AU-OBIGO/Q05A1-3.12 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG290C/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG300/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG3200','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-LG3200 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-LG3300/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG370/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG380/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG385 AU-OBIGO/Q04C1-1.27 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG4600','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG4600 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG5400','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG5400/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG550 AU-OBIGO/Q04C1-1.22 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG570 AU-OBIGO/Q04C1-1.27 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG570V AU-OBIGO/Q04C1-1.27 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG600 POLARIS/6.01 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG6070','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG6070 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG6190','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG6190 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG6200/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG800 AU-OBIGO/Q04C1-1.22 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG830 AU-OBIGO/Q05A1-3.8 MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG830/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LG8380','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-LG8380/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-LG8700 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LW310/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX125','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX125VNO','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX535','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX535/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX5350','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":88,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX5350/1.0 UP.Browser/6.1 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":88,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX5350/4.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-LX5350/4.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MM535','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MM535/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MM535V17 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MN240/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MT310/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MT375/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX200','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX200/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX200_SMC/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX200_VEZ/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX210/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX240/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX275/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX300/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX380/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX500','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX500/1.0 UP.Browser/6.2 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX500_VEZ/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX505/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX510/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX535/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX7000','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX7000/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX800/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX830/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX8500/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX8550/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX8550_VEZ/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX8700/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-MX9700_VEZ/1.0 Mozilla/4.1 (compatible; MSIE 6.0) 240X400','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PLS225/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PLS535','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PM225','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PM225/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":127,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PM325','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-PM325/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-TD6000','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TD6000 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM240','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM240/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM250','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM250/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM510/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM520/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM540C','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM540C/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM910','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":200,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-TM910/1.0 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":200,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('LGE-U8150/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI125','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI125/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI125V01/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI5225','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI5225/1.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VI5225/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VM101/1.0 UP.Browser/7.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VM265/1.0 UP.Browser/7.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VM510 NetFront/3.5 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VN250L/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX3100','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":80,\"screenHeight\":90,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX3200','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX3300','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4500','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4500/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4600','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4600 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4650','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4700','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX4700/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX5200','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX5300','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX5400/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX5500/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX5600/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX6000','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX6000 UP.Browser/4.1','lg_lge','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX6100','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX6100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX7000','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX7000/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX7100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8000','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8000/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8100','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8300','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8350/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8360/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8500','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8550/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":254,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8560/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8600/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8610/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8700/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX8800/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX9100/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX9400','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX9400/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX9800','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE-VX9900/1.0 UP.Browser/6.2 (GUI) MMP/2.0','lg_lge','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE/U8150','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE/U8150/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE/U8150/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE/U8200 MIC/WAP2.0 MIDP-2.0/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGE/U8210/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGKP501/v1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LGKU380','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LONGCOS_SK16D','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LONGCOS_SK18_2SIM','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LT/1.00(Tx:13;Ty:13;Font:13;Gx:176;Gy:220;C:CF;G:J2;GI:2;Screen:176*220;Group_ID:T808)/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LYNX/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lemon T99 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo A369 Linux/3.4 Android/2.3 Release/07.26 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 2.*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo A390_ROW:Mozilla/5.0 (Linux; Android 4.*; Lenovo A390_ROW/S030) AppleWebKit534.30 (KHTML, like Gecko) Version/* Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo A60+ Linux/2.6 Android/2.3 Release/05.04 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo A789/S210 Linux/3.0 Android/4.0 Release/05.11 Browser/AppleWebKit533.1 Profile/ Configuration/','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo P700/S100 Linux/3.0 Android/4.0 Release/12.12 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo S880/S100 Linux/3.0 Android/4.0 Release/12.12 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A278t_TD/S100 Linux/2.6 Android/2.3 Release/09.03 Browser/AppleWebkit533.1 Mobile Safari/*-Lenovo-A278t/1.0 Linux/2.6 Android 2.* Release/12.27 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A288t_TD/S100 Linux/2.6 Android/2.3 Release/02.29 Browser/AppleWebkit533.1 Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A366t_TD/S100 Linux/2.6 Android/2.3 Release/11.01 Browser/AppleWebkit533.1 Mobile Safari/* MBBMS/2.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A516/S111 Linux/3.4 Android/4.2 Release/05.16 Browser/AppleWebKit534.30 Profile/ Configuration/ Mobile Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A750/S102 Linux/2.6 Android/2.3 Release/12.12 Browser/AppleWebKit533.1 Profile/ Configuration/','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A820/S100 Linux/3.4 Android/4.1 Release/11.14 Browser/AppleWebKit534.30 Profile/ Configuration/ Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A850/S105 Linux/3.4 Android/4.2 Release/06.12 Browser/AppleWebKit534.30 Profile/ Configuration/ Safari/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-A889/S100 Linux/3.4 Android/4.2 Release/08.07 Browser/AppleWebKit 534.30 Profile/ Configuration;','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo-E228/CMCC BMP/F2 Release/2008.09 Browser/TelecaQ03C','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-E307','lenovo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-P50/S041 LMP/LML Release/2009.12 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-P790/2008.04','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-i300/S003 LMP/LML Release/2009.03 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-i817/CMCC_S114 LMP/XM Release/2007.07 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-i906/S134 Release/2007.10 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo-i909/S141 Release/2007.11 Profile/MIDP2.0 Configuration/CLDC1.1','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LenovoA668t_TD/1.0 Android/2.3 (Linux; Android 2.*) Release/08.20 Browser/WAP 2.0 AppleWebKit/*','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('LenovoS899t_TD/1.0 Android/4.0 Release/02.01 Browser/WAP2.0 appleWebkit/534.30','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Lenovo_A689/(2008.12)S012/WAP2.0Profile/MIDP-2.0 Configuration/CLDC-1.0','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo_ET600/Lenovo WindowsMobile/6 Release/4.22 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lenovo_ET860/Lenovo WindowsMobile/6 Release/4.22 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Lephone_TD8208_TD/1.0 Android/2.3 MocorDroid/SpreadTrum Release/3.22 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Levis-ls01/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Levis_Original_3G/R12 NF-Browser/3.3 Openwave-MMS/4.5 BP-SyncML/2.0 IA-Java/1.0 Profile/MIDP2.0/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Linuxmod/R60_G_80.32 Mozilla/4.0 (compatible; MSIE 6.0 Linux; MOTOROKR Z6;2900) Profile/MIDP-2.0 Configuration/CLDC-1.1 Linuxmod 8.50[xx] Opera 8.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M-Three','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M1-wapmore/1.0(03.01)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M1000-2X0/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M1400/AAR1004 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M2000-ZQ/ZQ1000 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M200i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M3GATE','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3GATE [Microsoft Windows 2000 5.0]/0.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3GATE [Microsoft Windows 95]/0.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3GATE [Microsoft Windows 98]/0.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3GATE [Microsoft Windows NT 4.0]/0.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3GATE/0.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3Gate/0.6','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M3Gate/1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M4TEL_SS1010/1.0 Obigo Browser/Q03C Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M4TEL_SS220/1.0 Obigo Browser/Q03C Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M4U/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M50','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M50/09 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('M590','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('M901/Teleca/Q03C1.22 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MASTONE G3_TD/1.0 Android/2.3 Release/4.20 Browser/AppleWebKit533.1 Profile/MIDP-2.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MAUI','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MAUI WAP Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MAUI WAP Browser MAUI WAP Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MAUI WAP Browser, MAUI WAP Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MAUI_WAP_Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MC01 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MC218 2.0 WAP1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":640,\"screenHeight\":175,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MCCA UP','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MD-MD2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MD-MD3/1.0 ACS-NF/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MD301H/1.0 ACS-NF/3.4 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ME701','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ME702','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MEDION 2860','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MEDION 2860 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MERIDIAN-X3/REV 2.2/Teleca Q03B1','fly_meridian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z200/REV 2.2/WAP1.2 Profile','fly_meridian','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MERIDIAN-Z300','fly_meridian','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":144,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z300/REV 2.2/WAP1.2 Profile','fly_meridian','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":144,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z400','fly_meridian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z400/REV 2.2/Teleca Q03B1','fly_meridian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z500','fly_meridian','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":142,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MERIDIAN-Z500/REV 2.4/Teleca Q03B1','fly_meridian','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":142,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MFE_expand/0.1','','{\"type\":\"desktop\",\"markup\":\"\"}'),('MICROMAX Q5','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MICROMAXQ5','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MICROMAXQ55','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MIO8390','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MIO8390/R41 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MIOA700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MK99','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ML-MW200','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ML-MW200 TMT/WAP 2.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MO01 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MO02','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MO02 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOB-X100/1.01 JUPITOR/2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MODELABS-PEBBLE/REV 2.2/Teleca Q03B1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MODOTTEL-WTE_320','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MODOTTEL-WTE_320/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT SLVR-L7','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT- E 398/0B.D2.32R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-01.02','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-01.02/11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-1.2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-1.2/11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-120','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2.0/11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2.22.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2.22./11.04 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-20.1_/00.62 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-2000.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2000./10.01 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2001.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2001./10.01 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2100./11.03 UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2100./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2101.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2101./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2102.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2102./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2200.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2200./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2203.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-2203./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-24.0_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-24.0_/00.62 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-24.1_/00.62 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-28','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-28 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-280','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":70,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-280 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":70,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-30','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-30 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-300 Release/06.24 Browser/CMCS1.0 Software/0.180 Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-32','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":111,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-32 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":111,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-37657 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-385','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-385 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-40','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-40 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-43','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-43 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-44','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-44 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-47','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-47 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-5.6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-5.6/11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-54','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-54 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-61','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-61 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-62','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-62 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-6330','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-6330 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-70','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-70 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-72','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-72 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-74','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-74 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-76','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-76 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8300_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8300_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-85','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('MOT-85 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('MOT-8500_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8500_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8600_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8600_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8610_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8610_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-87','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-87 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-8700_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8700_ (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8700_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8720_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8720_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8800_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-8800_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-886 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-89','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-89 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-0A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-0A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-0E','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-0E UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1B','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1B UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-1C UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-1F','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-1F UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-2A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-2A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-2B','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-2B UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-2D','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-2D UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-2E','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-2F','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-2F UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-3A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-3A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-3B','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-3B UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-3D','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-3D UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-3E UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-3F','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-3F UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-44','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-44 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-4A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-4C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-4C UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-5B UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-5C UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-6E UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-7A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-7D UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-7F UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-86','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-86 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-88','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-88 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-8A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A-8B UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-8D UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-8E UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-9D UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-A4 UP.Browser/7.0 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-A6 UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-B2 UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-B2 UP.Browser/7.2 (GUI) ptn','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A-B7 UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A008GPRS','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A1000','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200 Mozilla/4.0(compatible; MSIE 6.0; Linux; Motorola A1200; 1862) Profile/MIDP-2.0 Configuration/CLDC 1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200e','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200e/1.0/R541L7_G_11.00 Mozilla/4.0 (compatible; MSIE 6.0; Linux; A1200e; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200eam/1.0/R541L7_G_11.00 Mozilla/4.0 (compatible; MSIE 6.0; Linux; A1200eam; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200i Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A1200i;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200r LinuxOS/2.4 Release/8.22 Browser/Opera8.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R541_G_11.52','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1200w/1.0/R541L7_G_11.10 Mozilla/4.0 (compatible; MSIE 6.0; Linux; A1200w; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A1600 LinuxOS/2.4 Release/8.22 Browser/Opera8.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R542_G_11.61','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A3100 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-A3100 Opera/9.5 (Microsoft Windows; PPC; Opera Mobi)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A388','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A45 ECO/13.10 Release/09.24 OPERA/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A455 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A45ECO Release/09.24 OPERA/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A630','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A630 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A660','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-A668','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A668/ WAP.Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A728','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A732','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A760','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A760 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A768','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A768 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A768/EZX_G_00.AF.A2R/A768_G_00.B0.A2R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A768i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A768i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A780','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A780 Mozilla/4.0 (compatible; MSIE 6.0; Motorola; 850) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A810 LinuxOS/2.4 Release/6.10 Browser/Opera8.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/GSM_E28.24','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A820','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A820 MIB/2.1 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A830','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A830 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A835','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A835 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A835 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A835/02','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A840','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A845','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A845 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A860','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A860 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A890','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A890 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A910/R57_G_10.06','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A920','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":194,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-A953/ Mozilla/5.0 (Linux; Android 2.*; A953) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-AF UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-AF UP/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-AF UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-AF UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-Artem','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Artem MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-BC UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-BC UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-BLAZE UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-Black Monster/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-BloodKasch MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C115','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C116','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C118','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C139','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C140','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C155 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C168','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C168/ WAP.Browser/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C168i Release/7.24 Browser/CMCS1.0 Software/0.080','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C2 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C2 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C2 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C200','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C201','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":98,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C202','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C212','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C257','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C257 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C261','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C261 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C290','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C331','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C332','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C353','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C357','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C357 UP.Browser 6.2 (GUI) MMP-2.0 /M4 3.02','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C370','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C375','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380P','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380P MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380a','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380a MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C380i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C381','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C381p','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C381p MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C384','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C385','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C385 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C390','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C390 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C4 UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C4 UP/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C4 UP/4.0 UP.Browser/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C4 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-C400','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C450','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C450 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C480','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C480 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C510','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C510 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C550','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C550 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C600','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C65 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650g','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650g MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C650i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C651','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C698p','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C698p MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C975','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C975 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C980','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C980 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C980M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-C980M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-CB','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CB UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CB UP/4.0 UP.Browser/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CB UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CB UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CF UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CF UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-CHARL UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-CN620','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-CN620 Mozilla/4.5 (Windows) NetFront/3.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-COOL0 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Canary','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Canary 02.17/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Canary/ 02.16/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-D1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D1 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D3 UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D3 UP/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP.Browser/5.0 (GUI)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP/4.0 UP.Browser/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D5 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D6 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D8','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D8 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D8 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-D8 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-DBLDV UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-DD','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-DD UP/4.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-DF','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-DF UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E 398/0B.D2.23R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E 398i/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 - RokR/00.00 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 iTunes','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 iTunes/01.42 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 iTunes/0E.30.42R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 iTunes/0E.30.44R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1 xx Khric/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1000','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1000 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1000-BASIC','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1000M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1000M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1060','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1070','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":227,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1070 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":227,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1120','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E1K FREE STYLE/83.39 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E375','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E375 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E380','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E380 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E380 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E390','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E390 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E398','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398 ROKR/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398@ROKR/0E.30.44R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398B','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398B MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398E','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398I','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398U','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398e MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E398u MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E4 UP/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E4 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E550','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E550 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E550 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E610','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E610 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E615','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E680','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E680 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E680i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E680i Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola E680i; 1030) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E680i Mozilla/4.0 (compatible; MSIE 6.0; Motorola; 1030) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E685 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770V7777777 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770v','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770v MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770vM','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E770vM MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E790','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E790 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E790 iTunes/01.23 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E798','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E798 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E798 iTunes/0E.30.6FR MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E798R','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E798R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E8 MotoWebKit/417.19 (KHTML, like Gecko) BER/2.0 Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/9.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E8 Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E8 UP.Browser/5','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E8 UP.Browser/5.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E815','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E815_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-E825','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E825 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-E895','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ED','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-ED UP.Browser/5.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-EF','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-EF UP.Browser/5.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-EM25 Release/10.12 Browser/CMCS1.0 Software/0.34E Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM25 Release/10.16 Browser/CMCS1.0 Software/0.34F Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM25 Release/10.26 Browser/CMCS1.0 Software/0.34I Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM25 Release/11.01 Browser/CMCS1.0 Software/0.34K Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM28 UP.Browser/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM30 Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM325 Release/07.31 Browser/CMCS1.0 Software/0.240 Profile/MIDP-2.0 Configuretion/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM325 Release/10.03 Browser/CMCS1.0 Software/0.35A Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM325 Release/12.20 Browser/CMCS1.0 Software/1.300 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM325/1.0/Software/1.35D Release/11.03 Browser/CMCS1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM326g Release/03.23 Browser/CMCS1.0 Software/1.64F Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM330 UP.Browser/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EM35 Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MotoWebKit/417.19 (KHTML, like Gecko) BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/9.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX108 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX109 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX112 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX115 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-EX116 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX118 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-EX119 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX122 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX128 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX132 REXL4/1.0 BrewMP/1.0 Release/6.15 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX139 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX223 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX225 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX226 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX430 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-EX440 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-EX505 MIDP-2.0/CLDC-1.1 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Evelyn','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Evelyn MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-F0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F0 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F0 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F3','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F4 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F5 UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F5 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F6 UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F6 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F9','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-F9 UP/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-FE UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-FE UP.Browser/5.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-FE/ UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-GATW','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-GATW_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-I398','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-I398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-I85','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-IRKA','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-IRKA MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-JACQU UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-JFJK0 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-JFJKN UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1/s/08.01 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1m UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1m-parrot UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1t MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1v','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1v 0C.23.57R/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K1v MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K3','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K3 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 12003131) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-K3m BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 12173212) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-KLGO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-KLGO MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L2 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L6 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L6g MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L6i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L71 08.02/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L72 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('MOT-L72_CMCC Release/04.17 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0 Software/08.21','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('MOT-L7e','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7e 08.00/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7e 08.01/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7e 08.03/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7e MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7i 08.02/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7i 08.03/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7i MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7v','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L7v MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L9','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-L9 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-M Y X','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-M Y X/0B.D1.09R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-M990 0C.23.55R/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MB200/ Mozilla/5.0 (Linux; Android 1.*; MB200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MB300/ Mozilla/5.0 (Linux; Android 1.*; MB300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MB502/ Mozilla/5.0 (Linux; Android 2.*; MB502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-MB511/ Mozilla/5.0 (Linux; Android 2.*; MB511) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-MB525/ Mozilla/5.0 (Linux; Android 2.*; MB525) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-MB860/ Mozilla/5.0 (Linux; Android 2.*; MB860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-MCC7','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCC7 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCC8','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCC8 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCA','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCA UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCB UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCC','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCC UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MCCC UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-MILLA UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MLNBT UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOKRZRmaxxK3 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 12153168) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOQA1 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003388) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOR E790/0E.30.6FR MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV82GB_CMCC LinuxOS/2.6 Release/08.30 Browser/Opera8.50 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R601_G_80.56','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003291) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003321) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 14003205) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9x','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9x BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003291) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9x BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003343) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRV9x BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003348) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTORAZRmaxxV3 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 12093102) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOROKR E6/1.0/R533_G_11.12 Mozilla/4.0 (compatible; MSIE 6.0; Linux; MOTOROKR E6; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOROKRE6 Mozilla/4.0 (compatible; MSIE 6.0; Linux; MOTOROKRE6; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOROKRE6e LinuxOS/2.4 Release/31.3 Browser/Opera8.00 Profile/MIDP2.0 Configuration/CLDC1.1 Software/R535_G_11.81','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOROKREM30 LinuxOS/2.6 Release/07.18 Browser/OSS1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R6716_G_71.01','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOROKREM30 LinuxOS/2.6 Release/11.16 Browser/OSS1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R6716_G_71.01','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MOTOZ9 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003280) Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPX200','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPx100','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPx220','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPx220 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPx220 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220) (compatible; MSIE 4.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-MPx220(2005.4)/SW1.400/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Motorola C650/0B.D2.23R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Motorola E398/0E.30.42R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Motorola L6/0A.52.26R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Motorola V500/0B.09.38R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Motorola V80/0E.03.26R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-NCR_0 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-NEWC_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-P2K-C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-P2K-C UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-P2K-T UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PAN4_ UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":69,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PAN4_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":69,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PAN4_/MIB1.0/v1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":69,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PARS_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PCC_1 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PEBL U6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PEBL U6/01.41 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PEBL U6/08.83 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PEBL U6/08.84 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PEBL V6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-PHX4A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX4A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX4H','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX4H UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX4_ UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX4_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX8','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX8 MIB/1.2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX8A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-PHX8A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-Pebl_U3','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Pebl_U3 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q11 Software/WM6.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q8_CMCC Release/01.10 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/WM6.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q8_CMCC Release/01.10 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/WM6.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q9 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q9 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320) Opera 8.65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q9 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 320x240) Opera 8.65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q9 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 320x240/01.06) Opera 8.65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Q9W Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320) Opera 8.65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-QA30 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-R38.0/00.62 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-R4541 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-R9-0_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-R9-1_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-R901_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RASPB UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAVR V398/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3XXR_J BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003290) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3x','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3x MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xM','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xM MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xR BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 1787) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xR BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; Synergy; 1742) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xv','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xv MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xvM','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xx','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xx BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 11063081) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xx BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 11073071) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xxR','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xxR BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 13003290) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.60','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV3xxv','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV6 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 11033063) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV6 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 11073121) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV6vb','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-RAZRV6vc','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E1 iTunes/00.00 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E1/0E.30.1ER MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E1iPOD/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E2/0E.30.48R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E2/R564_G_12.00 Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola ROKR E2; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ROKR E2/R564_G_12.00 Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola ROKR E2; 781) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50 [','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4H','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4H UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4_ UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP4_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SAP8A','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-SAP8A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-SLVR L6/0A.52.26R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SLVR L7/0B.D2.2FR MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SLVR(RED)/08.C4.37R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SPARK UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-SuLe V620/0E.65.25R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T190','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T191 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T280M MIB/1.2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T280M MIB/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720/05','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720/G','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720M MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T720i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T721','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T722','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T722i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T725','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":110,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T725E','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T725E MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T730','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-T732.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-T732./11.03 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-TA02','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-Timeport250','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-Timeport260','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-Timeport260GPRS','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-U10','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-U10 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-U15 MIB/2.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-U6c UP.Browser/6.2(GUI) MMP/2.0 M4-MMS/3.01','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-U9 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-U9/R6632_G_81.11','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V1000','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V101','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V1050','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V1050 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V1075','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V1075 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V1100 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; Synergy; 1564) Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0 Opera 8.00','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V120','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V120X','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V120X UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V170','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V171','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V171 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V172','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V173','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V173 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V175 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V177','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V177 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V180','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V180 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V180ENS','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V180ENS MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V185','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V185 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V186','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V186 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V188','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V188 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V190','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V190 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V191','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V191 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V195','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V195 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V197 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V220','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V220 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V220ENS','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V220ENS MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V220i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V226','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V226 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V235','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V235 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V237','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V237 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V260','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V262','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V266_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V26X_','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V26X_ UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V270','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V276','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V280','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V290','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V290 UP.Browser/6.1 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V291','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V295','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3 D&G/0E.42.08R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3 RAZR/0E.40.3ER MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V300 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V300 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V303 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V325','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V330 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V333','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V360 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V360i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V360v MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V361','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V361 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V361 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V365 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V380','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3AM UP.BROWSER/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3S UP.BROWSER/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3am UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3b MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3c UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3e','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3e MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3i_iTunes MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3ie MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3ire MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3iv MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3r MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3re MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3s UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3t MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3v MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V3v MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V400','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V400 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V500','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V500 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V500 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V500 xx MINAR/0E.66.0ER MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V501','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V501 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V505','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V505 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V51','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V525','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V525 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V525M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V525M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V535','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V535 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V536','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V536 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V540','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V540 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V545','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V545 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V547','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V547 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V550','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V550 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V551','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V551 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V551J','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V551J MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V555','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V555 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V557','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V557 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V557p','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V557p MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V560','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V6','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V6 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V600','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V600 MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V600 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V600i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V600i MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V60M MIB/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V60M/03','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V620','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V620 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V628','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V635','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V635 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V660','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V66M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V66M MIB/1.2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V66M MIB/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V66M/03','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V66M/05','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V688','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V690','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V690 CMCSWB/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V690/ WAP.Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V70 UP.Browser/4','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V708A UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V708_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V70A_ UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V710','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V710 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V730','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V730 MIB1.2/v1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V750','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V8','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V8 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V80','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V80 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V800','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":170,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V8088','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":170,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V810','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V810 UP.Browser/6.2 (GUI) MMP/2.0 M4-MMS/3.01','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V810 UP.Browser/6.2 (GUI) MMP/2.0M4-MMS/3.01','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V820','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V860 MIB1.2/v1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V860 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V868','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V868 MIB1.2/v1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-V870','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V870 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V872','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V875','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":174,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V878','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V878 CMCSWB/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V878/ WAP.Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V880','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V880 UP.Browser/6.2 (GUI) MMP/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V975','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V975 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V980','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V980 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V980 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V980M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V980M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V9m UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-V9mm UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VA76r','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE20 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE240 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE440 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE465 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE538 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VE66 Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MotoWebKit/417.19 (KHTML, like Gecko) BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/9.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VEGAS UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VU204 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-VU30 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Verbatim_E1 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W200','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-W213 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W220','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W220 Release/20.08 Browser/CMCS1.0 Software/1.360','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W220 Release/6.30 Browser/CMCS1.0 Software/0.280','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W230 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W231 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W233 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W270 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W315 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W360 Release/12.06 Browser/CMCS1.0 Software/1.06A Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W370 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W375','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W375 UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W376g UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W377','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W377 MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W377g UP.Browser/6.3 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W385 UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W385-parrot UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W385m UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W388 UP.Browser/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W396 UP.Browser/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W397v UP.Browser/6.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W450/0.1/08.18 Browser/UPB6.3 Software/13.105I','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W490 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W5 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W510','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"wbmp\"]}'),('MOT-W510 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"wbmp\"]}'),('MOT-W6 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W7 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI) MMP/2.0 Push/PO','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W766 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W840 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-W845 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-WX400 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-WX404 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-WX430 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-XT300/ Mozilla/5.0 (Linux; Android 2.*; XT300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-XT311/Mozilla/5.0 (Linux; Android 2.*; XT311) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-XT390 Android/2.3 Mozilla/5.0 (Linux; Android 2.*; MOT-XT390) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-XT530/Mozilla/5.0 (Linux; Android 2.*; XT530) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-XT610/ Mozilla/5.0 (Linux; Android 2.*; XT610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MOT-XT615/Mozilla/5.0 (Linux; Android 2.*; XT615) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Z3','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":173,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Z3 08.01/10.21 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":173,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Z3 MIB/BER2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":173,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Z6m UP.Browser/6.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-Z6w Mozilla/5.0 (compatible; MSIE 6.0; Linux; MOTOROKR Z6W) Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony/1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN200 Release/09.01 Browser/CMCS1.0 Software/0.34D Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN200 Release/09.16 Browser/CMCS1.0 Software/1.000 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN200 Release/10.03 Browser/CMCS1.0 Software/1.040 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN300 BER2.2 Mozilla/4.0 (compatible; MSIE 6.0; 17243415) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.65','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN4 UP.Browser/7.2 (GUI) MMP/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ZN5 Mozilla/4.0 (compatible; OSS/1.0; Linux MOTOZINE ZN5) Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony 1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-babyVIPER-E1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-c 380/0B.D2.2FR MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-c 390/0B.A0.0FR MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":108,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-c350','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350 MIB/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350M MIB/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350V','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350V MIB/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-c350i','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-c353','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-e398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-e790 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i215','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-i398 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i415','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i450','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i455','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i833','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i835','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i836','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i855','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i870','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-i885','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-stepLer MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-ta02 MIB/1.2','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-ta02 MIB/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-v150','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-v150 MIB/2.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-v200.','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-v200./10.01 UP/4.1 UP.Browser/4.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MOT-v620M','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-v620M MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-w800','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOT-w800 MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTC261/6.1+UP.Browser/6.2+(GUI)+MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTO-W760r/Mozilla/4.0 (compatible;MSIE 6.0;Linux W760r)/R63712_U_71.xx.yyI Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony 1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTO-Z10/','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORAZR V8/R601_G_80.41 Mozilla/4.0 (compatible; MSIE 6.0 Linux; MOTORAZR V88.50) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORAZR-MAXX-V6','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORAZR-V9/A0.05 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 702) Opera 9.5','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORIZR-Z8/46.00 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 342) Opera 8.65','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORIZR-Z8/46.00 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 356) Opera 8.65','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTORIZR-Z8/46.00 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 534) Opera 8.65','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTOROKR Z6/R60_G_80.32 Mozilla/4.0 (compatible; MSIE 6.0 Linux; MOTOROKR Z6;8.50 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTOROKR Z6/R60_G_80.33 Mozilla/4.0 (compatible; MSIE 6.0 Linux; MOTOROKR Z6;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MOTV176/6.1+UP.Browser/6.2+(GUI)+MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MP500','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MPR/1.0 (PalmOS v. 5.4)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MQQBrowser/2.0 (NokiaN95(02.01);SymbianOS/* Series60/*)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MQQBrowser/Mini2.7 (NokiaC3-00/08.65)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MQS_X901A_07/LK5M511B/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MSIE9','','{\"type\":\"desktop\",\"markup\":\"\"}'),('MT50/07 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MT50/18 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MT6515M-A1+/1.0 Linux/2.6 Android/2.3 Release/10.30 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MT6572_TD/V1 Linux/3.4 Android/4.2 Release/03.26 Browser/AppleWebKit534.30 Mobile Safari/* MBBMS/2.2;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MT6582_TD/V1 Linux/3.4 Android/4.4 Release/ Browser/AppleWebKit537.36 Chrome Mobile Safari/* System/Android 4.*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MTC/1.0/0MTC 733/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTC/1.0/0MTC 736/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTC/1.0/0MTC 835/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTC535/REF-RU-MTS-P103D2V1.0/2.0 Profile/MIDP-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTC540/ V010 04A/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTK 6225 LCT','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTP1 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MTV 3.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MTV 3.0 / Obigo Browser 2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MTV 4.0/1.0 ACS-NF/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTV/1.0/MTV3-3/B635 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MTV/1.0/MTV3.4/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MX6/1.00 Nucleus RTOS/V1.11 MTK6225/07B Release/04.25 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MX8/1.00 Nucleus RTOS/V1.11 MTK6225/07B Release/04.25 Browser/Teleca Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Majestic1/Obigo/Q7 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Materna-WAPPreview/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Maui Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Maxon','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":100,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Maxon O2-X1 ver1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":100,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('MeeGo/6.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mercator','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mercator-1.1','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mercator-2.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mercedes','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mercedes Benz UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MiTAC-A700/(2006.04)SW6.3/Mozilla4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MicroMax-X113','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Micromax Q1','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Micromax-X225','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MicromaxQ5','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MicromaxQ50/Q03C MAUI-browser/MIDP-2.0Configuration/CLDC-1.1','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MicromaxQ7/MIDP2.0/CLDC1.1/Screen-320X240','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MicromaxX550/MIDP2.0/CLDC1.1/Screen-240X400','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MicromaxX600/MIDP2.0/CLDC1.1/Screen-240X400','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MicromaxX650 ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MicromaxX650 ASTRO36_TD/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Microsoft Internet Explorer/4.0b1 (Windows 95)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mio A701/4.0 (SmartPhone; Windows Mobile 5.0/0.9) Opera/9.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu','mitsubishi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu Trium Odissey M6b','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu Trium110','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu-M120770/(2003.12)VER_EN_05.23/WAP1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":92,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu-M520','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu-M520/(2004.12)VER_EN_05.33/WAP1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu-M800','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu-M800/(2005.01)VER_04.06/WAP1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.1 (Mondo)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.2','mitsubishi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (Eclipse)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (Eclipse) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":107,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (MT330)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":69,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (MT330) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":69,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (MT560)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (MT560) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":69,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":127,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531) MMP/1.1 Alcatel ONE TOUCH','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":127,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531) MMP/1.1 Mitsu/1.2 (OT531) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":127,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531) MMP/1.1 Mitsu/1.2 (OT531) MMP/1.1 Alcatel ONE TOUCH','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":127,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.2 (OT531) MMP/1.1-WG','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":127,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.3','mitsubishi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.3 (M172)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":69,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.3 (M172) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":69,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mitsu/1.3 (M350)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.3 (M350) MMP/1.1','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/1.3 (M750)','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/2.0','mitsubishi','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mitsu/2.0 (M900) Profile/MIDP-2.0 Configuration/CLDC-1.0','mitsubishi','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (MMEF300','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (MMEF300; Amstrad; Gamma)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (MMEF300; Microsoft; Windows; GenericLarge)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (MMEF300; Sendo; Wap)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (Mozilla/1.22; compatible; MMEF300; Microsoft; Windows; GenericLarge)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('MobileExplorer/3.00 (Mozilla/1.22; compatible; MMEF300; Microsoft; Windows; GenericSmall)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mobilsurf/1.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mobilsurf/1.0 - Nokia 8310','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Modu1.0-A1/R1.0/General','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-E1000/82.31 MIB/2.2 Profile/MIDP.2.0 Configruation/CLDC-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-EX300/B000 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-WX288/1.0 ObigoInternetBrowser/Q03C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-WX290/1.0 ObigoInternetBrowser/Q03C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-WX295/1.0 ObigoInternetBrowser/Q03C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-WX390/1.0 ObigoInternetBrowser/Q03C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-WX395/1.0 ObigoInternetBrowser/Q03C','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mot-v361/08.b7.86r Mib/2.2 Profile/midp-2.0 Configuration/cldc-1.1','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MotV600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MotoreLavoroRobot/1.0 (+http://www.motorelavoro.it/info/robot.html)','motorola','{\"type\":\"desktop\",\"markup\":\"\"}'),('Motorola','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Motorola A1000','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola VoxGateway/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Motorola-C155','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-C155 UP.Browser/6.2 (GUI) MMP/1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-C290 Obigo/Q04C1-1.9 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-C290-boost Obigo/Q04C1-1.9 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-E365','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-E365 UP.Browser/6.1 (GUI) MMP/1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-E365 UP.Browser/6.1 (GUI) MMP/1.0ion/CLDC-1.00 Rev/MR4','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-E365/0.6 UP.Browser/6.1 (GUI) MMP/1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-K1m Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-K1m UP.Browser/6.2 (GUI) MMP/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-K1m-boost Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-MPX200','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-QA30 UP.Browser/7.2 (GUI) MMP/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-SLV-L7c Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-T33','motorola','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Motorola-T33/1.5 UP.Browser/5.0 (GUI)','motorola','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Motorola-V3m Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-V3m-Red Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-V950 Obigo/Q05A1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-V9m Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-V9m UP.Browser/6.2 (GUI) MMP/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-VE20 Obigo/Q05A1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-Z6m UP.Browser/6.2 (GUI) MMP/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-ic402 Obigo/Q04C1-1.9 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-ic502 Obigo/Q04C1-1.9 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-ic602 Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-ic902 Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola-w385 Obigo/Q04C1 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola/1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola/1.0 (3.42) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MotorolaV220rn','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola_ES405B/191 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5)','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Motorola_V3c UP.Browser/6.2 (GUI) MMP/2.0','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozila Firefox 12','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozila/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla 4.0 (compatible:MSIE 6.0; Windows CE; IEMobile 7.6) Sprint MP6900SP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/0.5 (Linux; Android 1.*; Docomo HT-03A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/0.6 Beta (Windows)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/0.91 Beta (Windows)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone, GenericSmall)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-J5)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-J7/J70)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":69,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-Z5)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":54,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-Z5;Pj020e)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":54,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-Z7)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":69,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MSIE 5.01; PalmOS 3.0) EudoraWeb 2.1','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/1.22 (compatible; MSMB10; CellPhone)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; Go.Web/6.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; Go.Web/6.2; HandHTTP 1.1; Elaine/1.0; RIM950)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; Go.Web/6.2; HandHTTP 1.1; Elaine/1.0; RIM957)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; Go.Web/6.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; Go.Web/6.5; HandHTTP 1.1; Elaine/1.0; RIM957)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; *bfp*; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; PPC; 240x320) BlackBerry8310/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; PPC; 240x320) BlackBerry8700/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.1; Default; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.1; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220; Smartphone; 176x220; SPV C500; OpVer 4.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 4.02; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/2.0 (compatible; MSIE 4.02; Windows CE; Smartphone; 176x220; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/3.0(WILLCOM;KYOCERA/WX330K/2;2.0/0.1/C100) Opera 7.2 EX','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Samsung; SPH_M240; POLARIS/6.1/WAP) MMP/2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Samsung; SPH_M330; POLARIS/6.1/WAP) MMP/2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Sanyo; NetFront/3.5/AMB) Boost SCP3810','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Sanyo; NetFront/3.5/AMB) Boost SCP6760','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Sanyo; NetFront/3.5/AMB) Sprint SCP-3810','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Sanyo; Polaris/6.0/AMB) PL2700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (BREW 3.1; Sanyo; Polaris/6.0/AMB) Sprint SCP-2700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Brew MP 1.0; Sanyo; NetFront/3.5/AMB) Boost SCP6780','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (Brew MP 1.0; Sanyo; NetFront/3.5/AMB) Sprint SCP-6780','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Compatible; MSIE 6.0; Windows CE; IEMobile 6.12)ASUS-P526/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-5600/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-7400/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-7500/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-8300/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-9000/NZ/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone MM-9000/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PL6650/US/1.0) NetFront/3.3L MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS3200/US/1.0) NetFront/3.3L MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS4920KTQ/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS6600/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS6650/US/1.0) NetFront/3.3L MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS7400KTQ/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS8100KTQ/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":124,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PLS8200KTQ/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone PM-8200/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone RL-4920/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone RL-4930/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-200/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-2300/CA/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-2400/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-2500/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-3100/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-3200/US/1.0) NetFront/3.3L MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-3800/US/1.0) NetFront/3.4 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":126,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-4900/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-5300/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-5400/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-5500/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-5600/NZ/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-6400/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-6600/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-6650/US/1.0) NetFront/3.3L MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-6750/US/1.0) NetFront/3.4 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7000/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7050/US/1.0) NetFront/3.3 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7200/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7300/IU/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7300/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-7500/CA/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-8100/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-8200/US/1.0) NetFront/3.0 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-8400/US/1.0) NetFront/3.3 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-8500/US/1.0) NetFront/3.3 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-8500/US/1.0) NetFront/3.4 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-9000/NZ/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-M1/1.0) NetFront/3.3 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-PRO200/US/1.0) NetFront/3.4 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone SCP-PRO700/US/1.0) NetFront/3.4 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone VI-2300/US/1.0) NetFront/3.1 MMP/2.0','sanyo_mobilephone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":112,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0 (MobilePhone; Avantg/1.0) NetFront/3.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (PDA; PalmOS/sony/model prmr','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (PDA; PalmOS/sony/model prmr/Revision:1.1 (de)) NetFront/3.0','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (PDA; Windows CE/1.0) NetFront/3.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (PS3 (PlayStation 3); 1.00)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (PSP (PlayStation Portable); 2.00)','playstation','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":480,\"screenHeight\":272,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (REX; Sanyo; SCP-6750/US; NetFront/3.4/AMB)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (SmartPhone; Symbian OS/0.9) NetFront/3.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KB770/v08b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KB770/v10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KB770/v10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KF310/V10b Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KF310/V10c Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KF750/V10a Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KF750/V10b Browser/Obigo-Q05A/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KS500/V08b Browser/Teleca-Q7.1/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Vodafone/1.0/LG-KS500/V10b Browser/Teleca-Q7.1/3.12 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (Wireless; Frontbed/0.9) NetFront/3.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible MSIE 4.01 Windows CE Smartphone 240x320 SPV C600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; 240x320) IXI/Q05A2.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; ICS)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; Linux 2.6) NetFront/3.3 Kindle/1.0 (screen 600x800)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Linux 2.6) NetFront/3.4 Kindle/2.0 (screen 600x800)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Linux 2.6) NetFront/3.4 Kindle/2.1 (screen 824x1200; rotate)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Linux 2.6) NetFront/3.4 Kindle/2.3 (screen 600x800; rotate)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Linux 2.6) NetFront/3.4 Kindle/2.5 (screen 600x800; rotate)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Lotus-Notes/6.0; Windows-NT)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; MSIE 4.01) Browser/NetFront/3.3 LinuxOS/2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ucweb/5.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; *bfp*; Smartphone; 176x220; SPV C500; OpVer 4.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Grundig GR660)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Grundig GR980)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; HTC PPC; i-mate K-JAM PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; HTC TyTN; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; HTC/X01HT; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; HTC/X01HT; PPC; 240x320) (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; HTC/X01HT; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Motorola Q; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Xda IQ; 240x320))','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Graphite; Smartphone; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda 2i; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda 2mini; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda 2s;PPC;240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda Atom Exec; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda Atom; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda II;PPC;240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda Stealth; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; O2 Xda Zinc; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC i-mate JAMA; 240x320; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC i-mate JAQ3; 240x320; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC i-mate JAQ; 240x320; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC i-mate PDAL; 240x320; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 176x220; HP iPAQ 510)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240; HP iPAQ hw6500)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240; HPiPAQhw6900/1.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x240; HPiPAQhw6915/1.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320) 4.01','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; HP iPAQ h5450)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; HP iPAQ h5450; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; HP iPAQ h6300)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; HP iPAQ h6300; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; M3100)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; M600)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; QtekA9100; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M1000;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M1500; OpVer 3.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M2000;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M2000; OpVer 5.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M2000; OpVer 5.31)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M2000; OpVer 5.40)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M3000; OpVer 12.3)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M3000; OpVer 12.33)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M3100; OpVer 14.120)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M3100; OpVer 14.123)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M5000; Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M500; OpVer 6.06)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M600; OpVer 13.10)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M650; OpVer 21.125)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M700; OpVer 19.107)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; SPV M700; OpVer 19.123)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; i-mate K-JAM PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 480x640; SPV M5000; OpVer 7.130)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Compact/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Compact/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA III/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Pro/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":580,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Pro/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":580,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Pro/1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":580,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Vario/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Vario/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA compact II/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA compact/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; SPV M5000; Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; SPV M600; Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; Xda Exec; 640x480)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC;JASJAR;640x480; PPC; Xda Exec; 640x480)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC;prophet/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPCPE; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; SPV C100; OpVer 18.107)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.1; *bfp*)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.1; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; SPV C500; OpVer 4.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; Smartphone; 176x220; SPV C500; OpVer 4.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; Smartphone; 176x220; SPV C500; OpVer 4.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; i920B; 4.21; 000805200804330)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220; i930A; 4.21; 000822537494300)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; SPV C550; OpVer 8.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; SPV C600; OpVer 11.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; SPV C600; OpVer 11.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; SPV C700; OpVer 14.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240; SPV E600; OpVer 20.118)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; SDA/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:PPC-6700; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:PPC6600-1; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SPH-ip830w; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Xda Mini S; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Xda Orbit; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Xda cosmo; 320x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Xda neo; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate JAMin PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate JAQ PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate JASJAM PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate JASJAM V2 PPC; 240x320; i-mate JASJAM PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate JASJAR PPC; 640x480; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":560,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate K-JAM PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; i-mate K-JAM PPC; 240x320; i-mate JAMin PPC; 240x320; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; mbwiz; PPC; 240x320; SPV M3000; OpVer 12.3)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; mbwiz; Smartphone; 240x320; SPV C600; OpVer 11.2)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.01; Windows CE;O2 Xda Flame; PPC; 480x640)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.02; Windows CE; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.0; SmartPhone; Symbian OS/1.1) NetFront/3.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 4.0; SmartPhone; SymbianOS-UIQ/1.0) NetFront/3.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4 armv5tel; 480x640) Opera 6.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series60/* Nokia6600 Profile/MIDP-2.0 Configuration/CLDC-1.5)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series60/* Nokia6630','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series60/* Nokia6630 Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series60/* Nokia6638 Profile/MIDP-2.0 Configuration/CLDC-1.5)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series60/* NokiaE61-1 Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series80/* Nokia9300 Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series80/* Nokia9300i Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":500,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series80/* Nokia9500','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series80/* Nokia9500 Profile/MIDP-2.0 Configuration/CLDC-1.0)','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series80/* Nokia9500 Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series90/* Nokia7700 Profile/MIDP-2.0 Configuration/CLDC-1.0)','nokia90','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Series90/* Nokia7710 Profile/MIDP-2.0 Configuration/CLDC-1.0)','nokia90','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.9 sun4u; X11)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P800','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P800; 305) Opera 6.30','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P800; 306) Opera 6.30','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P800; 316) Opera 6.31','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P900;','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P900; 305) Opera 6.30','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P900; 306) Opera 6.30','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P900; 316) Opera 6.31','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P910','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P910; 318) Opera 6.31','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.0; Symbian OS; SonyEricsson P910; 320) Opera 6.32','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; MSIE 5.5; Symbian OS-Series60) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; BREW 3.1)/800x480 Samsung SCH-U960','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-CA37) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-CA38) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-CA39) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-CA3A) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-CA3B) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI36) Opera 7.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI37) Opera 8.00','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI38) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":315,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI39) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI3A) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI3B) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI3C) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-HI3D) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":333,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-KC38) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":237,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-KC3A) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-KC3B) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-KC3I) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-MA32) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-MA33) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-PT33) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA39) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA3A) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA3B) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA3C) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA3D) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SA3E) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SH33) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SH34) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SH35) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN34) Opera 7.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":250,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN37) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":368,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN38) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN39) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3A) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3B) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3C) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3D) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3E) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3F) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3G) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":345,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-SN3J) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-ST31) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":234,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-ST32) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-ST33) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-ST34) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":323,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS38) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":268,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3A) Opera 8.50','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":225,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3C) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3D) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3E) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3G) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":245,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3H) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3I) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":331,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; KDDI-TS3K) Opera 8.60','kddi_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":236,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A780; 780) MOT-A780/R52_G_0D.37.A2P Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A780; 781) MOT-A780/R52_G_0D.50.A7P Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A780; 781) MOT-A780/R532_G_11.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.00','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A780; 935) MOT-A780/R52_G_0D.55.A1R Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 7.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola A910;','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola MOTOROKR Z6; 2900) MOT-MOTOROKR Z6/R60_G_80.32 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50 [en','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Nitro) Opera 8.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":244,\"screenHeight\":288,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS) Opera 7.50 [EN]./MOT-A925./P243','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":194,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS-Series60) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 204) Opera 8.60SonyEricssonM600i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 225) Opera 8.60SonyEricssonP990i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 246) Opera 8.60SonyEricssonM600i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Motorola A1000;696) Opera 7.50./MOT-A925./P243','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Motorola A1000;708) Opera 7.50./A1000./1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Motorola A1000;735) Opera 7.50./A1000./1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 3230; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 3250; 9712) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 3310i; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6260; 1657) Opera 8.60','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6600; 1657) Opera 8.60','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6600; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6630; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6630; 9424) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6670','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6670; 6329) Opera 8.00','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6670; 6936) Opera 8.50','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6670; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6680; 1657) Opera 8.60','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6680; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6681; 9424) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia 6682; 9424) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia E60; 9712) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia E61; 9730) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N70; 6171) Opera 8.00','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N70; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N70; 9404) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N70; 9424) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N70; 9424) Opera 8.65 [','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N80/; 9712) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N90; 6678) Opera 8.00','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N90; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N91; 9712) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia N93; 9730) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Nokia6020i Opera mini - 3.12O7/5.53; 9424) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Opera 8.50; Nokia N70; 7111) Opera 8.50','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Opera 8.51; Nokia N70; 7032) Opera 8.51','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Opera 8.65; Nokia N70; 9399) Opera 8.65','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Series 60/03.70; 9730) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Series 60/4.0812; 9730) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; Series 60/4.0839; 9712) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 95; PalmSource; Blazer 3.0) 16;160x160','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 95; PalmSource; Blazer 3.0)16;160x160)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D050; Blazer/4.3)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":448,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D050; Blazer/4.3) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D050; Blazer/4.3) 16;320x448','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D052; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D053; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":302,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D060; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D062; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D062; Blazer/4.5) Palm 690p 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D062; Blazer/4.5) PalmCentro; 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-TnT5; Blazer/4.0) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-TnT5; Blazer/4.0) 16;320x448','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-TunX; Blazer/4.1) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-Zir4; Blazer/4.0) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/hspr-D052; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/hspr-H102; Blazer/4.0) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/hspr-H102; Blazer/4.2) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}');
INSERT INTO `mdr_mj_amdd` (`ua`, `group`, `data`) VALUES ('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Palmsource/Palm-D062; Blazer/4.5) 16;320X320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; G500) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; HTC-P5310 BM) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) /Palm 500v/v0100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) 320x320; VZW; UTStar-SMT5800; Window Mobile 6.0 Standard;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) 320x320; VZW; UTStar-XV6800; Window Mobile 6.0 Professional;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUS-GalaxyII/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUS-P525/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUS-P526/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUS-P735/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUS1210/MR2_V3.5','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUSM530w/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":280,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) ASUSM930/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Dopod838Pro','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) DopodC500','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) DopodC730','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) HTC-SMT5800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) HTC/X02HT','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) HTCS620;Smartphone;320x240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) MOT-Q9/01.04','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) O2 Xda Atom Life','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) O2 Xda Zinc','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; CHT 9000/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; CHT 9100/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC P3450','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC P3450; OpVer 23.102','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC P3450; OpVer 23.114','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC P3450; OpVer 23.116','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC_P3300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC_P3450/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC_P3600i','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; HTC_TyTN\\\\1.0 Profile\\\\MIDP-2.0 Configuration\\\\CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; SPV M3100; OpVer 12','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 640x480; HTC_Advantage/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 640x480; HTC_X7500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; MDA Touch/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Qwest:Libra5800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Qwest:Titan6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) S01SH','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":790,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SAMSUNG-SGH-i600/WM534','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SAMSUNG-SGH-i601/WM534','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SAMSUNG-SGH-i640V/BUGJ2','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SEC-SGHI620/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SP; 240x320; HTC_S710/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) SP; 320x240; HTC_S630/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Smartphone; 176x220; HPiPAQ510/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Smartphone; 240x320; SPV E650; OpVer 22.114','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Smartphone; 240x320; SPV E650; OpVer 22.122','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Sprint:PPC6800 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) T-Mobile Dash','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) T-Mobile_Atlas','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Toshiba/X01T','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/HTC_Elf','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/HTC_V7505/1.22','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/HTC_VPACompactIV/4.14','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/HTC_s710/1.15','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/HTC_v1415/1.18','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Vodafone/1.0/SamsungSGHI620V/I620BUGFA','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) WS011SH','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) o2 Xda comet','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12; KIN.One 1.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12; KIN.Two 1.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) DCM06','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) DopodD810','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) DopodD818c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) DopodM700','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) DopodU1000','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) G500','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) HTCS620','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) O2 Xda Atom Life','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; CHT 9100/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; HTC_P3300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; HTC_P3600/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; HTC_P6300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; HTC_TyTN/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; MDA Compact/2.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; MDA Vario/1.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; SPV M650; OpVer 21.184','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320;SPV M3100; OpVer 14.211','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 480x640; MDA Pro/1.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":580,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 640x480; Ameo/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 640x480; HTC_X7500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) SAMSUNG-SGH-i600V/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) SAMSUNG-SGH-i601/WM534','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) SP; 240x320; HTC_MTeoR/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) SPV C200 /SW3.0 MSIE/6.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) SPV E610 /SW2.1 MSIE/6.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Smartphone; 320x240; Mail/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Sprint:MP 6900SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) TyTN','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Vodafone/1.0/HTC_Mercury/2.04','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Vodafone/1.0/HTC_v1510/1.23','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Vodafone/1.0/HTC_v3600/1.23','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Xda Argon; 240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) Xda_trion; 240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) MOT-Q9/01.02','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) PPC; 240x320; HTC_TyTN\\\\1.0 Profile\\\\MIDP-2.0 Configuration\\\\CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) PPC; 240x320; i-mate K-JAM PPC/1.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) Smartphone; 240x320; SPV E650','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) Smartphone; 240x320; SPV E650; OpVer 22.103','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.9) VZW:SCH-i760 PPC 240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 1.0/HTC_Polaris','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 320x240; VZW; Motorola-A4500; Windows Mobile 6.1 Standard','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 320x240; VZW; Motorola-Q9c; Windows Mobile 6.0 Standard','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 320x240; VZW; Motorola-Q9c; Windows Mobile 6.1 Standard','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 320x320; VZW; UTStar-XV6800; Window Mobile 6.0 Professional;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 320x320; VZW; UTStar-XV6800; Window Mobile 6.1 Professional;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) 480x640; XV6850; Window Mobile 6.1 Professional;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-GalaxyII/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-GalaxyMini/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-P527/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-P552-orange/V3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-P552-orange/V4.6 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS-P552w/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUS1210/MR2_V3.5','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) ASUSP750/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel HTC PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel HTC Touch','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel HTC Touch Diamond','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel HTC Touch Pro','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel:MotoQ9c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Dopod838Pro','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) DopodC730','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HPiPAQ610/1.0 (PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HPiPAQ910/1.0 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 320x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HT02A','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HTC Touch','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HTC TyTN','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HTC-6900-MR2 BM','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HTC-P5310 BM','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) HTC-PPC6850 BM','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) MOT-Q9/01.09','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) MOVISTAR/1.0/e810/VEN_TM_SE_P180A2V1.0 IE Mobile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) MWg Zinc II','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) O2 Xda Atom Exec','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) O2 Xda Atom Life','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) O2 Xda Zinc','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) OrangeSPVM3100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PLS:MotoQ9c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC P4550; OpVer 24.181','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC P4550; OpVer 24.328','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC P6500; OpVer 27.157','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC_P3300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC_P3600i/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC_TyTN','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; HTC_TyTN\\\\1.0 Profile\\\\MIDP-2.0 Configuration\\\\CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; RoyalTek RGP-N100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; SPV M3100; OpVer 12','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; Toshiba G810','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 240x320; Toshiba G810/RL1_080825_083ES2_61','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 480x800; HTC_Touch_HD_T8282; OpVer 34.119','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; 640x480; Ameo 16GB/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; MDA Vario/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; MDA_Vario_IV/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; MDA_compact_IV/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) PPC; X1i/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) S21HT','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) SAMSUNG-SGH-i900V','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) SAMSUNG-SGH-i900V/ACHJ2','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) SAMSUNG-SGH-i900V/JBHH1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) SP; 240x320; HTC_S710/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Samsung-SCHI910 BMC PPC 240x400','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) SonyEricssonX1i Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint MP6900SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint MP6950SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint PPC6850SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint:MotoQ9c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_Atlas','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_Cleopatra','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_Juno','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_LEO','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Traveler 117;VGA;480x640','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) USCCHTC6850','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) VZW:SCH-i760 PPC 240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) VZW:SCH-i770 PPC 320x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) VZW:SCH-i910 PPC 240x400','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HPiPAQVoiceMessenger/1.00 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Diamond','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Diamond/1.37','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Jade/1.06','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Jade/1.40 (21259)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Kaiser/3.28','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_P3700/1.26','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Touch_Diamond_II_T5353/1.03 (40543)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/HTC_Touch_Pro/','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/LG-KS20/V10b Browser/IEMobile/7.6 MMS/LG-MMS-WINCE-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/Vodafone1231/IE Mobile/MIDP-2.0 Configuration/CLDC-1.1 320 x 240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Vodafone/1.0/X1i/1.00','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) WS020SH','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Xda Graphite/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) i-mate 8150/ 480x640','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) i-mate 9502; 480x640','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) /BenQ-E72','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) /Kyocera-E4000','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) /Palm 500/v0100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) /Palm500/v0100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) ASUS-P527/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) ASUSP750/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Alltel HTC Touch','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HPiPAQ610/1.0 (PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HPiPAQ610/1.0 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTC-6900','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTC-6900-MR1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTCS620;Smartphone;320x240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTCS710;Smartphone;240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-KS20-Orange','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-KS20-Orange/V1.0 Browser/IEMobile/7.6 MMS/LG-MMS-WINCE-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-KS20/TIM/V10b Browser/IEMobile/7.6 MMS/LG-MMS-WINCE-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-KS20/V10a Browser/IEMobile/7.6 MMS/LG-MMS-WINCE-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-MS20 IEMobile/WAP2.0 MIDP-2.0/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) LG-MS25 IEMobile/WAP2.0 MIDP-2.0/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) MWG Atom Life','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) O2 Xda Atom Life','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; GIGABYTE-MS800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P3450 White; OpVer 23.227','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P3450; OpVer 23.221','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P3650; OpVer 28.129','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P4550; OpVer 24.181','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P5500; OpVer 25.131','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC P6500; OpVer 27.110','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC_P3600i/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC_P3650/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; HTC_P5500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":237,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; MDA Vario/2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 480x640; X650/2.0 Profile','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 640x480; Ameo/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; MDA Touch Plus/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; MDA Vario/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; MDA compact/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) SP; 240x320; HTC_S710/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Smartphone; 176x220; HPiPAQ510/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Smartphone; 240x320; SPV E650; OpVer 22.135','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Smartphone; 320x240; Mail/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) SonyEricssonK610i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Sprint MP6900SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Sprint:SPH-i325 320x240','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) T-Mobile_Atlas','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Treo700wx','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) VDA-GPS/R1 Mozilla/4.0/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/HTC_Elf/2.20','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/HTC_Kaiser/1.56','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/HTC_TouchDual/1.31','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/LG-KS20/V10b Browser/IEMobile/7.6 MMS/LG-MMS-WINCE-V1.0/1.2 Java/LGVM/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/SFR_v1615/1.56','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/SFR_v3650/1.25','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Vodafone/1.0/VPA_Touch/2.24','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) Xda Graphite/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) compatible; MSIE 6.0; Windows CE; PPC; 240x320; HPiPAQ610/1.0 Mozilla/4.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) i-mate 8502; 240x320','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) i-mate 9502; 480x640','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) i-mate JASJAM','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) o2 Xda comet','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9c; Windows Mobile 6.0 Standard','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x320; XV6900; Window Mobile 6.0 Professional;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) ASUSM930/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) ASUSP550/1.0','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) Alltel:MotoQ9c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) FOMA HT1100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) HTC/X03HT','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) MOT-Q9/01.07','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) O2 Xda Atom','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) PPC; 240x320; GIGABYTE-g-Smart','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) PPC; 240x320; HTC_P3300/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) PPC; 240x320; HTC_P3600i/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) S11HT','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) S12HT','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) Sprint:MotoQ9c','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) Sprint:PPC6800','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) T-Mobile_Juno','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) Toshiba G910_G920','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":790,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) Vodafone 1520','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) 320x240; VZW; UTStar-XV6175.1; Windows Mobile 6.5 Standard;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) 320x240; VZW; UTStar-XV6175; Window Mobile 6.1 Standard;','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Alltel_Treo850e','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) LG-GW550 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) PPC; 480x800; HTC_Touch_Diamond2_T5353-Orange; OpVer 93.172','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) SAMSUNG-GT-i8000V/BUII1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) SAMSUNG-SCH-i220','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Sprint S511','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Sprint T7380','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Sprint Treo850e','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Sprint-SPH-i350','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) T-Mobile_LEO','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) T-Mobile_Maple','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) T-Mobile_Rhodium','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Toshiba/TG01','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":750,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) USCCHTC6175','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) USCCHTC6875','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Vodafone/1.0/HTC_HD2/1.47 (70975)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Vodafone/1.0/HTC_Touch_Diamond2/1.29 (44865)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_E100','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_E200 1.045j.00','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_F900','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_X960','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) 480x800 LGE VS750','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) LG-C570 Obigo/WAP2.0 MIDP-2.0/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) Vodafone/1.0/HTC_HD_mini/1.00 (80896)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile6.0) Sprint T7380','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Opera/9.5) Alltel HTC Touch Diamond','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Opera/9.5) Alltel HTC Touch Pro','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.60','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320; HTC P6500; OpVer 27.110) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320; HTC_P3650)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320; HTC_P3650) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x400) Opera VZW:SCH-i910','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 640x480; Ameo/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 640x480; Ameo/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 640x480; HTC_X7500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; SHARP/WS011SH; PPC; 480x800) Opera 8.7','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320; MOT-Q-UMTS/01.00) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 240x320; MOT-Q-UMTS/APVER) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 320x240; Smartphone)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; Neonode N2; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Google Wireless Transcoder)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HD2_T8585; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HD_mini_T5555; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD2_T8585; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_Touch2_T3333; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_Touch_Diamond2_T5360; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SAMSUNG_B7610/1.0; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SonyEricssonM1a; Windows Phone 6.5; Profile/MIDP-2.1; Configuration/CLDC-1.1; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SonyEricssonX2; Profile/MIDP-2.1; Configuration/CLDC-1.1; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T-Mobile_LEO; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Vodafone/1.0/HTC_HD2/1.72 (82124); Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Vodafone/1.0/HTC_HD_mini/1.36 (94538); Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5 HTC_HD2/1.0)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5; SonyEricssonM1i; Profile/MIDP-2.1; Configuration/CLDC-1.1; Windows Phone 6.5)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5; Windows Phone 6.5; SonyEricssonM1i; Profile/MIDP-2.1; Configuration/CLDC-1.1)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux armv6l) Opera 8.5 Maemo browser 0.7 RX-34_2007SE_2.2006','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux armv6l) Opera 8.5 Tablet browser 0.0 RX-34_2007SE_4.2007','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux armv6l) Opera 8.5 Tablet browser 0.1 RX-34_2007SE_4.2007','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":770,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) Asus;Galaxy6','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) HTC;Spark','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":720,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) LG;LG-E900','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) LGE;GW910','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) SAMSUNG;SGH-i707','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) SAMSUNG;SGH-i917','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart T8698)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Trophy)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":720,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; HD7 T9292)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; HD7)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; T7575)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; T8788)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; T9295)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; USCCHTC-PC93100; USC-US)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; GW910)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-C900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-C900B)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-C900b)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-C900k)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-E900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-E900; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; LG-E900h)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Microsoft; XDeviceEmulator)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; GT-i8700)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; OMNIA7','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; OMNIA7)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; OMNIA7; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; SGH-i917)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; SGH-i917.)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; SGH-i917R)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.5; Trident/3.1; IEMobile/7.0; Nokia; Lumia 800)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible; MSIE 999.1; Unknown)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible; MSIE6.0; WindowsNT5.1; HTC_Touch2_T333; Windows Phone 6.5)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Polaris 6.2; BREW 3.1)/240X400 LGE VX8575','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Polaris 6.2; Brew 3.1)/240X320 Samsung sam-r631','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; SonyEricssonJ20 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible; Synapse)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.0 (compatible;Android;320x480)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0 (compatible;MSIE 6.0; Windows CE; IEMobile 6.12) T-Mobile Dash','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 (compatible;MSIE 6.0;Linux MOTOZINE ZN5)MOTOZINE ZN5/R6637_G_81.03 Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony 1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 BlackBerry8100','blackberry_general','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 MPx (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 PLS:MotoQ (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 Qwest:MotoQ (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonC123v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonC510v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonC902v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonC905v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonC905v Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonK850iv Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonV640iv Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW595v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW715v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW890i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW890iv Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW910iv Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 SonyEricssonW980v Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 Sprint:MotoQ (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0 WebTV/2.6 (compatible; MSIE 4.0)','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":560,\"screenHeight\":384,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/4.0(Mobile Phone SCP-M1/US/1.0) NetFront/3.3 MMP/2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/4.0(Vodafone/1.0/Vodafone547/VF_GER_DE_P107A4V1.0/Obigo Q03C/MIDP-2.0 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0(Vodafone/1.0/Vodafone547/VF_UK_EN_P107A4V1.1/Obigo Q03C/MIDP-2.0 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0(compatible; Polaris 6.2; Brew 3.1) 240X400 LGE LG-AX8575','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.0(compatible;Polaris 6.2;Brew 3.1)/400x240 Samsung SCH-U820','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.04 (Win95;Nav)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.08 (815SH;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (820SH;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (821SC;SoftBank) NetFront/3.3','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (910SH;SoftBank) NetFront/3.3','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (911SH;SoftBank) NetFront/3.3','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (912SH;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (913SH;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (920SC;SoftBank) NetFront/3.3','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (930CA;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (930SC;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":475,\"screenHeight\":512,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (D903i;FOMA;c300;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":350,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (D904i;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (F903i;FOMA;c300;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (F904i;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N706i;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N904i_W;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N905i;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N905imyu;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N905imyu_W;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (N906imyu_W;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (P904i;FOMA;c500;TB;W24H15)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":350,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (P905iTV;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/4.08 (P906i;FOMA;c500;TB)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":400,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Mozilla/4.08 (PDA; PalmOS/sony/model atom','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (PDA; PalmOS/sony/model atom/Revision:2.0 (de)) NetFront/3.1','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (PDA; PalmOS/sony/model atom/Revision:2.0 (en)) NetFront/3.1','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (PDA; PalmOS/sony/model luke','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (PDA; PalmOS/sony/model luke/Revision:2.0 (de)) NetFront/3.1','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (PDA; Windows CE/1.0) NetFront/3.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (SmartPhone; Symbian OS-Series60/1.03) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (SmartPhone; Symbian OS-Series60/2.06) NetFront/3.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.08 (SmartPhone; Symbian OS-Series60/2.6) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (U; BREW 3.1; Teleca/Q05A/INT)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (U; BREW 3.1; Teleca/Q05A/INT/SAM-M800)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; EPOC) Opera 6.0Nokia/Series-9200','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS) Opera 6.0./MOT-A920./P325','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":194,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS) Opera 6.0./MOT-A925','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":194,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS) Opera 6.0./MOT-A925./P243','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":194,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS) Opera 6.20','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS) Opera 7.0./MOT-A1000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":189,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; N-Gage;450) Opera 6.20','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":174,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; N-Gage;452) Opera 6.20','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":174,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 3650','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 3650;424) Opera 6.10','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 3650;432) Opera 6.10','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 3650;452) Opera 6.20','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 6600','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 7610','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 7610;447) Opera 6.20','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 7610;451) Opera 6.20','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 7610;452) Opera 6.20','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Nokia 7650;424) Opera 6.10','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Series 60;424) Opera 6.10','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Series 60;432) Opera 6.10','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 5.0; Symbian OS; Series 60;452) Opera 6.20','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 6.0) 400x240 LGE VX10000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":204,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 6.0; Brew 3.1)/320x240 Nokia 7705','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":300,\"screenHeight\":194,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 6.0; Symbian OS; Nokia 6600; 693) Opera 7.50 [EN]','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 6.0; Symbian OS; Nokia 6680','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; MSIE 6.0; Symbian OS; Nokia 6680; 857) Opera 7.60','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; Teleca Q7; BMP 1.0) 240X400 LG-MN510','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; Teleca/Q05A/GS-CX10000)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.1 (compatible; Teleca/Q07/GS-CX700)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":380,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.61 (X11) - BrowseX (2.0 Windows)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.76 (PalmOS; WebPro/3.0; Palm-Arz1)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.76 (PalmOS; WebPro/3.0; palm-MT64)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.76 (PalmOS; WebPro3.0; Palm-Arz1)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.76 (Windows NT 5.0)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/4.76 (compatible; MSIE 6.0; Windows 95; PalmSource; PalmOS; WebPro; Tungsten Proxyless 1.1 320x320x16)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.78 (Symbian OS-Series60) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.78 (Symbian OS-Series60) NetFront/3.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/4.79 (Windows NT 5.0)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 ( Nokia6260s-1 (p) Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 ( Nokia6600s (p) Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 ( Nokia7510Supernova (03.80) Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 ( Nokia7510a-b (03.60) Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 ( NokiaX3-00 (04.11) Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 () AppleWebKit/* HbbTV/1.1 (+DL+PVR; smart; VX10; 1.0; 1.0) CE-HTML/1.0','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (922SH;SoftBank) NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":854,\"screenHeight\":384,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (933SH;SoftBank) NetFront/3.5','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (; Huawei-U8651S Build/U8651SV100R001USAC85B843) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/10.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/5.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/6.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/7.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/8.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l) Fennec/9.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Linux armv7l; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Mobile) Fennec/10.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Mobile) Fennec/13.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Mobile) Firefox/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Mobile) Firefox/16.0a1','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Mobile; rv:19.0) Gecko/19.0 K9Browser/19.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Tablet) Fennec/10.0','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Tablet) Fennec/12.0','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Android; Tablet) Firefox/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Aspen Simulator; Aspen 1_2 like Mac OS X) AppleWebKit/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Aspen Simulator; Aspen 1_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (BB10; Kbd) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":347,\"screenHeight\":347,\"pixelRatio\":2.074928,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (BB10; Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":342,\"screenHeight\":570,\"pixelRatio\":2.2456140351,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (BREW; BREW 3.1) AppleWebKit/* (KHTML, like Gecko) Polaris/7.0 Safari/* 480X800 LGE VX11000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Bada 2.0)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9315) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9320) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9330) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9360) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9370) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9380) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9620) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9650) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9670) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9780) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9790) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":360,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9800; -parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9810) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9850) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":355,\"screenHeight\":266,\"pixelRatio\":1.8,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9930) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (BlackBerry; BlackBerry 9981) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','blackberry_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Danger hiptop 2.0','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 2.4; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 3.0; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 3.1; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 3.3; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 3.4; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 4.0; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 4.102; AvantGo 3.2)','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 4.4; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 4.6; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 4.7; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 5.0; rv:1.7) Gecko/2005092','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Danger hiptop 5.0; rv:1.7) Gecko/20050920','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (DirectFB; Linux) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (F01A;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (F905i;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":352,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (F906i;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (HW-C8600/C8600V100R001C92B225;Android/2.1;320*480;CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (HW-HUAWEI_C8500/C8500V100R001C92B234;Android/2.1;240*320;CTC/2.0) AppleWebKit/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (HW-HUAWEI_U5300/;REX/1.0;BREW/5.0;Profile/MIDP-2.0 Configuration/CLDC-1.1;240*320) Opera/9.70','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; Nokia5233)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Java; Nokia6120c)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Java; alcatel-ot-710d)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; alcatel-ot-807a) AppleWebKit/* (KHTML, like Gecko)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; gt-s5230)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; gt-s5233a)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Java; gt-s5233s)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Java; j2me) AppleWebKit/* (KHTML, like Gecko)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; samsung-gt-c6712)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; samsung-gt-s3850)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; samsung-gt-s3850) AppleWebKit/* (KHTML, like Gecko)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Java; samsung-gt-s5253)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (LG-C193 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C195 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C199 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C205 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C330 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C333 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C360 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C365 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C370 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-C375 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-E300 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-GD880-Orange/V10d Browser/AppleWebKit/531 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-GD880/V10b Browser/AppleWebKit/531 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T370 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (LG-T375 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T385 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T385-Orange/V10a AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T385-Orange/V10d AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T385-Orange/V10f AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T395 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T500 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T505 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T505-Orange/V10b AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T510 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T515 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T565 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T565b AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T580 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T585 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG-T595 AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','lg_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (LG/GD880 Browser/AppleWebKit/531 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx GT-I5800L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx GT-S5570) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx GT-S5570B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx GT-S5570L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx GT-S5830) AppleWebKit/*(KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx SAMSUNG GT-P1000L Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux U Android 2.* xx SAMSUNG GT-P1000N Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux x86_64) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/* Nodemeter 0.6','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux) AppleWebKit/* (KHTML, like Gecko, Safari/*) Version/* Kindle/3.0 (screen 600x800)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux) AppleWebKit/* (KHTML, like Gecko, Safari/*) Version/* Kindle/3.0 (screen 600x800; rotate)','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux, Sony/COM2/1.00; like Gecko/2007) Firefox/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":308,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux, Sony/COM2/1.01; like Gecko/2007) Firefox/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":308,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 0.*) AppleWebKit/* (KHTML, like Gecko) Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.* - Galaxo V1.6; Galaxy) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; A101C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; A6277) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; A70BHT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; A70HB) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; ADR6200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Android Dev Phone 1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Archos5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":390,\"screenHeight\":780,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Behold II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Behold2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Boston) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; CBW Blaze) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; CHT8000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Dell Streak) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":760,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Devour) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Docomo HT-03A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; E10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; E10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; E110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; E15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; E15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; ERA G2 Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; EVE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Era G1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Era G1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Eris) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT-I5700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT-I5700-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT-I5700L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT-I5700R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT-I7500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Galaxy) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Garmin-Asus A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Garmin-Asus A50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Garminfone) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Google Ion) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HERO200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HT-03A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Hero) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Hero) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* CSOUTH-6200','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Magic) AppleWebKit/* (KHTML, like Gecko)','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Magic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Tattoo 1.62) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Tattoo 1.67) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC Tattoo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC_Dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; HTC_TATTOO_A3288) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; IS01) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG Eve) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG Eve-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG GW620) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG GW620) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG GW620F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG GW620R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG KH5200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG-GT540f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LG-GT540f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; LU2300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Liquid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Liquid) AppleWebkit/528.5+ (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; M6000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; MB200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; MB200-demo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; MB300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; MB501) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; ME501) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; ME600) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; MT710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Motorola-XT502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Motorola_i1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Next2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; OMS1_5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Opus One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Orange_Boston) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Pulse) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; RBM2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SGH-T939) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SO-01B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SPH-M900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE10iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonE15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonSO-01B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonU20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonU20i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonU20iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonX10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonX10i) AppleWebKit/* (KHTML, like Gecko)','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonX10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; SonyEricssonX10iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; T-Mobile G1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; T-Mobile G2 Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; T-Mobile Opal) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; T-Mobile myTouch 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; T-Mobile_G2_Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; TaiwanMobileT1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; U20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; U20i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; U8220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; U8230) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Vibo-A688) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; WellcoM-A88) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; X10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; X10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20090728)','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; ZTE-LINK) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; Zio) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; apanda-A60) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; bahamas) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; calgary) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; desirec) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; dopod A3288) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; dopod A6288) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; eeepc) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; generic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; hero) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; heroc) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; htc_dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; morrison) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; motus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; qsd8250_surf) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; sapphire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; sapphire; HTC_Magic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; spica) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 1.*; zeppelin) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.* (ESE 53); Droid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.* (FRF91/FRG83); HTC HD2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/* Puffin/2.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Ninesky-android-mobile-se/2.1 Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Ninesky-android-mobile/1.9 Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Ninesky-android-mobile/2.2 Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 001DL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":760,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 001HT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 003P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 003Z) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 101N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 3GW100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; 5860e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A1+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A101IT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A1_07) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A2000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A25) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A44) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A6277) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Sprint APA6277KT','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A7*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A70S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A75) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A853) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A853) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (AdMob-ANDROID-20091123)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A854) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A8T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A953) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; A953Blur) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR-2100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR1105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR3010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR555) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6225) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6325) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6325VW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6330VW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6400L 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6400L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6425LVW 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR6425LVW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR8995 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ADR8995) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 4010A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 4010D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 4010X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 903) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 903A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 903D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 916) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 918) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 918A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 918D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 918N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 918S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 922) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 985) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 985D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 985N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 991) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 991D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL ONE TOUCH 991T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL one touch 890D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL one touch 990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_ONE_TOUCH_903) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_ONE_TOUCH_991_Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_890) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_890D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_891) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_906Y) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_908) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_908) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_909A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_910A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_916) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_918D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_983) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_985) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_990A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_990M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_990S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_991) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_995) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ALCATEL_one_touch_995A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN10BG2DT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN10G2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN10G2-LZ) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN7CG2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN7G2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AN8G2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ARIZONA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AS3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AS740) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; AX515) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Acer E320) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Acer Liquid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Acer-Z110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel OT-890) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel OT-980) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel OT-980A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel OT-981A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel_one_touch_908F_Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Alcatel_one_touch_918_Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ally) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Amazing A1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android Edition LIBRA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android Edition StarTrail) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android Edition Starnaute) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android TV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android edition xx sfr STARADDICT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Android) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Andy) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; B79) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":540,\"screenHeight\":960,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BASE Lutea 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BASE Tab 7.1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BASE lutea) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BLADEII) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BLU DASH 3.5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BLU DASH JR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BNTV250A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; BP-I9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Beeline M2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Beeline_E300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Blade S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Blade) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; C5120) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; C5121) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; C771) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; C8512) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; C8600) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CM980) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CROSS A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CROSS A5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CROSS-A1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CSL-MI350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CSL-MI410) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CSL_Spice_MI700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CT1002) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CT704) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Carl) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; CatNova8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Chaser) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Comet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; D930) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DATAM803HC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DIGICEL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DM009SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":1270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID BIONIC 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID BIONIC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID PRO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID RAZR 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID RAZR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID X2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID2 GLOBAL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 480X854 motorola DROID2','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID4 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROID4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROIDX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROIDX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 480X854 motorola DROIDX','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROIDX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 480X854 motorola DROIDX companydatatrees','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; DROIDX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 854X480 motorola DROIDX','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Dell Streak 7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Dell Streak 7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Dell Streak) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":760,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Dell Venue) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Desire HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Desire_A8181) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Droid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E140) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E15; kuyaDROID) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E15i; GingerXperia) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ACER_E210/1.006','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E210Build/Froyo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ACER_E310/1.300','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ACER_E310/1.600','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ACER_E310/1.802','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E310Build/Froyo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ACER_E310/1.001','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; E620) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; EF101) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":682,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; EV-S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Eris) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F-07D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F-08D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F-12C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; F8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; FLY IQ256) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; FPT F6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; FPT Tablet II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly F350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ237) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ238) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ245 Plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ245) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ245Plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly IQ246) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_F350; 320*480) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ235) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ250) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ260) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ270) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ275) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ280) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Fly_IQ285) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GO Live S1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GSmart G1345) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5510-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5510B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5510L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5512) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B5512B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B7510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-B7510L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5500B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5500L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5500M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5503) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5503T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5508) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5510L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5510M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5510T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5700; Bouygues_Telecom) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5700L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5800L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5800L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ign-requesting-app=android-native Android IGN App 1.7','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I5801) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I6500U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8150) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8150) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8150B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8150T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8160) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8160) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* ASProxy/5.5b5','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8160L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8160P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8160P-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8190) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I8530) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":452,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000) UC AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9000T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9001) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9001-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9003) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9003) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Dalvik','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9003L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9070) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9070P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9070P-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100P-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9100T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9103) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9210T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-I9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-N7000-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-N7000B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1000T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-P1010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5300B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5300L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5302) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5302B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360) UC AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5360T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5363) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5367) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5369) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5369-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5570) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5570-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5570B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5570I) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5570L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5660L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5660M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5660V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5670) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5670B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5670L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5690-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5690L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5690M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5690R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830D-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5830i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5839i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S5839i-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6102) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6102B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6500-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6500D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6500L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6500T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6802) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S6802B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S7500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S7500L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT-S7500T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Garmin-Asus A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Garmin-Asus A50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; H5000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; H8-3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; H866C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HD2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HERO200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HS-E910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Aria A6380) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Bee) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Bravo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":750,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Bravo_C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":750,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Buzz 1.02) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC ChaCha A810e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire 1.15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire 2.10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire 2.33) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD 1.18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD 1.31) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD 2.36) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD 2.50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD 3.13) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD A9191) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire Z 1.34) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire Z 1.82) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire Z 2.42) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Desire; MildWild CM-5.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC EVO 3D X515m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Espresso) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Explorer A310b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Explorer A310e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Explorer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Flyer P510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Glacier) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Gratia A6380) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC HD2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC HD2; HyperDroid-CM7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Hero) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Incredible S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Legend 1.32) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Legend 3.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Legend) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Legend) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* NGP','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Liberty) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Magic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Panache) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Rhyme S510b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Salsa C510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Sensation 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Sensation XE with Beats Audio Z715e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Sensation XL with Beats Audio X315e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Sensation Z710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Status) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Vision) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire 1.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire 2.24) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire S A510b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire S A510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire S A515c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC Wildfire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-A510a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-A6366/1.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-A7275) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-A9192/1.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-PG762) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC-Vivo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/DesireS/1.07) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/DesireS/1.32) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/DesireS/2.10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Explorer/1.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Explorer/1.29) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Explorer/1.41) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Pyramid/0.60) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Sensation/1.35) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Sensation/1.45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/Sensation/1.50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/WildfireS/1.21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/WildfireS/1.33) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/WildfireS/2.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC/WildfireS/2.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTCX06HT) AppleWebKit/* (KHTML, like Gecko)','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_A3335 V1.21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_A3335 V2.38) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_A510b V1.52) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_A510b V2.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_A510c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Aria_A6380) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_ChaCha-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_ChaChaCha_A810e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_ChaCha_A810b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_ChaCha_A810e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireHD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireHD-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireHD_A9191) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireHD_A9192) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireS-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireS_S510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_DesireZ_A7272) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire_A8181) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire_A8183 V1.15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire_A8183 V1.25) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Desire_A8183 V2.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_EVO3D_X515a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_EVO3D_X515m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Explorer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Explorer_A310b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Explorer_A310e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Flyer_P510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Flyer_P510e; 600*1024) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Gratia_A6380) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Holiday) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_IncredibleC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_IncredibleS_S710d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_IncredibleS_S710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Kingdom) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Lexikon) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_PH06130/1.23) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_PH06130/2.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_PH39100/1.63) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Passion_S510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Raider_X710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Rhyme_S510b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_S510b V1.36) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_S510b V2.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Salsa_C510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Sensation) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Sensation-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_SensationXE_Beats_Z715e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_SensationXL_Beats_X315b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_SensationXL_Beats_X315e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Sensation_4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Sensation_Z710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Wildfire-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_WildfireS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_WildfireS-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_WildfireS_A510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Wildfire_A3333) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Wildfire_S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HTC_Z710a V1.45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI C8650+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI C8650+; Baidu Transcoder) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI SONIC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI U8661) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI Y210-0100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI Y210-0151) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI Y210-0200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI Y210-0251) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-M835) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-M860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-M920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-S7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-U8850) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HUAWEI-U9000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_C8500S/C8500SV100R001C92B627SP01; 240*320; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_C8650/C8650V100R001C92B825; 320*480; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_C8800/C8800V100R001C92B818; 480*800; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_Y210-2010/Y210-2010V100R001C92B817; 320*480; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_Y210-2010/Y210-2010V100R001C92B821; 320*480; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-HUAWEI_Y210-2010/Y210-2010V100R001C92B823; 320*480; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; HW-T18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Hero) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Huawei U8800-51) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Huawei) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Huawei-U8652) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Huawei-U8665) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; I100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; I9100/V100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IDEOS S7 Slim) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IDEOS S7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IDEOS X5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IM-A690L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IM-A690S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IM-A710K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*-A710K','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IM-A720L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*-A720L','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IM-A730S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IMO X2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; INFOBAR A01) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; INFOBAR C01) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; INQ Cloud Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IQ238) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IQ255) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS03) Appl Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS03) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS04) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS05) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS06) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS11CA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS11N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS11PT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS11SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS11T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS12F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS12SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS13SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; IS14SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ISW11F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ISW11K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ISW11M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ISW11SC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ideos S7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ideos) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ilium S105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ilium_AVVIO_760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ilium_S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ilium_S200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Ivy) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; KIS PLUS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; KIS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; KPN Smart 200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; KU9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Karbonn A2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Karbonn A6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Karbonn_A1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Kindle Fire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Kyivstar Aqua) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; L-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; L-02D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; L-04C) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; L-07C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-AS680) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-AS695) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C550) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C660h) AppleWebKit/* (KHTML, like Gecko) Versi??n/4.0 Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C660h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C660h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C710h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C729) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-C800G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400-Orange/V10g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400-Orange/V10k) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400-Orange/V10m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400-Orange/V10p) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10j) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400/V10m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400f V10d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E400g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E405) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E405f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E510g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E720b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E730/V10b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E730f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-E739) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-F100L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-GT540) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-GT540f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-GT540f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-KU3700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-L38C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-L38C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LG855) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LS685) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LS696) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LS700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LS840) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LS855) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LU3000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LU3100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LU3700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-LW690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-MS690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-MS690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*; androidAppWebView','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-MS695) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-MS840) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-MS910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350/V10a/FRG83) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350/V10g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P350g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500/v10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500/v10q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500/v20h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500h-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500h/v10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P500h/v20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P504) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P505/V10e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P505/V10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P505/V11e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P505R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P509) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P509) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P690b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P698) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P698f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P720h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P725) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920/V08f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920/V10l) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P920h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P925/V10e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P925/V20p) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P925g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P930/V10j) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P930/V11a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P940) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P940/V10h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970-Orange/V20g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970-Orange/V20h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970/V10b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970/V11b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970h) AppleWebKit/* (KHTML, like Gecko) Versi','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P970h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V08c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V10b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V10d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V10e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990/V20e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P990hN) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P999) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-P999) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-SU370) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-SU660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-SU660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (innerActive-ANDROID-2061)','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-SU760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-US670) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-VM696) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-VM701) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-VS410PP) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LG-VS700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGC660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGC660h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGC660h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGC660h/GRJ22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGC660h/GRJ22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGL35G/V100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGL45C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGL55C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LGL75C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LS670) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT22i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LT26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lanix IliumS50Build/ALPS.GB.FDD2.MP.V3.9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* MMS/LNX-Android-MMS-V1.1/1.2','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lanix Ilium_S105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* MMS/LNX-Android-MMS-V1.1/1.2','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A369) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A60) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A60+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A65) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Lenovo A690/S001) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Light Tab 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Light Tab) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Light) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Liquid MT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Liquid Metal) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Liquid Metal) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Acer_S120/Acer_LiquidMetal_1.000','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Liquid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; LogicPD Zoom2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M.T.T. Smart Multimedia) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M865) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M865C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M886) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; M9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB508) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB511) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB511) AppleWebKit/* +(KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB520) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB525) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB526) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB611) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB612) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB632) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":426,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB855) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MB865) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ME525) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ME525+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ME863) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ME865) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MEDION LIFE P4310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MEDION Smartphone LIFE E3501) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MG-391) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID1125) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID1125A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID1126) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7008) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7010A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7012) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7014) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7015) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID7022) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MID8127) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MITO A100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MITO A200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MK16a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MK16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT303) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT305) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT320) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT389) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT390) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT535) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT615) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOT-XT910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOTWX435KT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MOVE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT11a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT11i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT27i) AppleWebKit/* (KHTML, like Gecko)','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MT27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 916) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 916) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 918) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 950) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 955) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC 960) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Bravo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Evo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Fit) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Neo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MTC_Android) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mi280) AppleWebKit/* (KHTML, sperti Gecko) Versi/4.0 Mobil Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mi363) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A25) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A27) AppleWebKit/*(KHTML,like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A30) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A34) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A35) AppleWebKit/*(KHTML,like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A52) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A54) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A56) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A57) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A60) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A62) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A65) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A72) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A73) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A75) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Micromax A87) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone PLUS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 480X854 motorola Milestone X','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone X2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone XT720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Milestone) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar Touch Lai 5.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar Touch S01) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar Touch S02) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar Touch S03) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar Touch S06) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar_Touch_Lai_5.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Mobiistar_Touch_S01) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Momodesign MD Droid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Moto Droid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MotoA953) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MotoMB511) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MotoMB525) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MotoMB526) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MotoroiX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 480X854 motorola MotoroiX','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Motorola Electrify) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Motorola XT720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Motorola-XT502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Movistar Link) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Movistar Motion) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; MyPhone A818 Slim Duo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-04C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-04D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-06C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N-06D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N762) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N850) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; N880) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NEC-102) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NGM Action) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NGM Orion) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NGM Quasar) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NGM Vanity Smart) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NGM_WINN) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NOOK BNRV200) Apple WebKit/533.1 (KHTML, like Gecko) Version/* Mobile Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NOOK BNTV250) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NOOK BNTV250) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NOOK BNTV250A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NWZ-Z1000Series) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NXM901) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Nexus One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Nexus One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Nexus S 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Nexus S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NexusOne) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Nook Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; NookColor) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Novo7Advanced) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ONE TOUCH 4007A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ONE TOUCH 4007D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ONE TOUCH 4007X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ONE TOUCH 983) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ONE_TOUCH_960C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; OPPOX9015) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; OnePAD 970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Optimus 2X; LG-P990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Optimus_Madrid) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Orange Monte Carlo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Orange San Francisco) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Orinoquia Auyantepui Y210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; P-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; P-02D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; P-04D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; P-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; P-07C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PAP4020DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PB99400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PC36100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PG06100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PG86100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PICOpad-QGN) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PIONEER) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PIONEER_P1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PMID701C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PMP7074B3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; POCKET) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PTAB7200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_polaroid','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PTM722HR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PantechP8000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PantechP9060) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PantechP9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Philips W632) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Pioneer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PocketBook A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; PocketBook A7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Prism) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Pulse Mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Q-Smart S1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Q-Smart S12) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Q-mobile S10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; QWTB9010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Qmobile-S11) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; R800a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; R800at) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; R800i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.7,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; R8015) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; RACERII) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Racer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; S15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; S150) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; S153G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; S7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* S7V100R001C13B021','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; S9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-B5510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I8160) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9001) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9070P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* MobileSafari/533.1','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-N7000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-P1000 Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5360T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5369) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5570) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5660V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5690) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5830) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5830i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S5839i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S6500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S6500D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG GT-S7500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG SGH-I757M/I757MUGLCA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I577) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I717) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I727) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I777) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I827) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I847) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I857) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I896) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I896) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* AndroidApp/TFD','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I897) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I927) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I927R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I997) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SAMSUNG-SGH-I997R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM003SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM005SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":1270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM006SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM007SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM009SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SBM102SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-01C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-02B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-02B) AppleWebKit/*(KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":452,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-02C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SC-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I405 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* CSOUTH-i500','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I510 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I559) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I589) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-I800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-M828C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R680) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R680) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* USCC-R680','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R820) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R880) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* AndroidApp/TFD','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R915) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R930) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* USCC-R930','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-R940) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-S720C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-S950C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-i509) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-i569) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SCH-i909) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SF4Y6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-I717D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-I717R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-I727R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-I896) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-I987) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-S959G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T499) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T499Y) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T589) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T589R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T589W) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T679) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T679M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T759) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T769) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T839) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T849) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T959) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T959D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T959P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T959V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T959W) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T989) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SGH-T989D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-02D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-03C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-04D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-06D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-12C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH-13C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SH80F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHARP-ADS1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E110S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E120K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E120L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E120S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E160K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E160L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHV-E160S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M100S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M110S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M130K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M130L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M130k) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M180L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M180S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M190S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M190S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*-M190S','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M240S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M250K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M250L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M250S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SHW-M290K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SK-S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SK17a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SK17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SKY IM-A600S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SKY IM-A630K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SKY IM-A650S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SL-S1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SO-01C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SO-02C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SO-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SP355AWG) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-D600) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-D700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-D710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M580) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M580BST) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M820-BST) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M930) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-M930BST) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SPH-P100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST25a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST27a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ST27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; STARTRAIL II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; STM803HC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SWTGT-7250) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sensation_4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Silk) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Silk-Gen4_11004910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SmartQ V5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SmartTouch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Smart_one) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sony Xperia Arc) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE10iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE15i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonE16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonIS11S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonIS12S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT15i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT18i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT18iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT22i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT22i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT26i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT28at) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonLT28i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMK16a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMK16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT11a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT11i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT11i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT11iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT15i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonMT27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonR800a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonR800at) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonR800i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonR800iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonR800x) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSK17a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSK17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSK17i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSK17iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSO-01B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSO-01C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSO-02C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSO-03C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonSO-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST18iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST25a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST25i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST25iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST27a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonST27iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonU20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonU20i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonU20iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":318,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonWT19a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonWT19i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonWT19i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonWT19iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonX10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonX10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonX10i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; SonyEricssonX10iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sprint APA7373KT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sprint APA9292KT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sprint APC715CKT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sprint APX515CKT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Sprint ATP515CKIT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Star TV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Stream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-01C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Hub2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile G2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile G2) AppleWebKit/*(KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile Vivacity) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile myTouch 3G Slide) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile myTouch 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile myTouch Q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile myTouch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile_Espresso) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T-Mobile_G2_Touch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_tmobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T1C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T2V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; T3020) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TAB360) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TCL-D662/EG27_STMN_V0.5; 480*800; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TCL_A990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TECNO D3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TECNO N3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TECNO N3S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TECNO P3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TECNO_B3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TQ150) AppleWebKit/* (KHTML, comme Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TQ150) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TSB_CLOUD_COMPANION;TOSHIBA_AC_AND_AZ) AppleWebkit/533.1(KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TT101) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TT102) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; TV pad K3410) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telcel T20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Tele2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor Touch Mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor Touch Pad) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor Touch Plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor_OneTouch) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor_One_Touch_C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor_Smart) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor_Smart_HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Telenor_Smart_Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Titanium) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Turkcell T20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U20i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U20i; MiniCM7-2.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U670C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8160) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8180) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8185) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8186) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8230) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8600) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8650) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8650-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8651T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8652-51) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8655-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8655-51) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8666-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8667) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8800 Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8800Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8812D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8815) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8815N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8818) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8820) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; U8860-51) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; UM840) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; US740) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; US740) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* (innerActive-ANDROID-206)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCC-US760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCC-US855) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR3305) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR3310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR6230US) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR6275US Carrier ID 45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR6285US) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCCADR6325US Carrier ID 45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; USCC_ALCATEL_one_touch_988) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Uno) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; V8110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; V8403) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; V9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; V9C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VF945) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VIETTEL V8404) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VM670) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VS840 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VS910 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VS920 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Venture) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Viettel I6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Viettel i5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ViewPad7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ViewPad7e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ViewSonic-ViewPad7e build/ERE27) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 845) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 858) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 858) AppleWebkit/533.1 (KHTML. like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 861) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 06','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 861) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 10','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 945','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 945) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone 958) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vodafone Smart II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VodafoneSmartChat-MSM7225A-V02c-Sep072012-Vodafone-IT/GRK39F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VodafoneSmartChat-MSM7225A-V02c-Sep072012-Vodafone-RO/GRK39F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; VodafoneSmartChat-MSM7225A-V02c-Sep272012-Vodafone-RO/GRK39F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vortex) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Vox) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":682,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; W626) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WT19a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WT19i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WT19i) UC AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WX04K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WX445) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 240X320 motorola WX445','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; WX445) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* 320X240 motorola WX445 240X320 motorola WX445','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Wildfire S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X06HT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X10i) UC AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X10i; 480*854) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X500) AppleWebKit/* (KHTML, como Gecko) versi','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X500) AppleWebKit/* (KHTML, como Gecko) versi?n/4.0 Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X501_USA_Cricket) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X501_USA_RS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X8; GingerDX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; X8; GingerDX-v031b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XCD35) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT303) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT311) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT316) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT317) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT320) AppleWebKit/* (KHTML, like Gecko) Vers?o/4.0 Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT320) AppleWebKit/* (KHTML, like Gecko) Versi','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT320) AppleWebKit/* (KHTML, like Gecko) Versi??n/4.0 Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT320) AppleWebKit/* (KHTML, like Gecko) Versi?n/4.0 Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT320) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT321) AppleWebKit/* (KHTML, like Gecko) Vers?o/4.0 Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT321) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT389) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT530) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT531) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT550) AppleWebKit/* (KHTML, like Gecko) Versi?n/4.0 Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT555C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT556) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT557) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT560) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT603) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":426,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT605) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":426,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT611) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT615) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT621) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT626) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT682) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT701) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT702) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":810,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":810,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT800W) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; XT910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Xperia X8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Y220-U00) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Y220-U05) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Y220-U10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; YP-G1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; YP-G70) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; YP-GB70) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; YP-GI1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; YP-GS1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZMCK900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE Kis Lite) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE Libra) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE N880E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE Roamer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE Skate) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE T60) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V768) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V790) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V791) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V793) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V795) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V880E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE V9A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE roamer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-BLADE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-C_N760/N760V1.0; 320*480; CTC/2.0) AppleWebkit/533.1 (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-C_N780/N780V1.0) AppleWebkit/533.1 (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-N910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-RACER) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-SKATE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U N720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U N721) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U V852) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U V856) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U V857) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-U X850) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-V856) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-X500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-Z990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE-Z990G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE_GV821) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZTE_U N720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; ZXY-ZTE_V6700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; Zio) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; aloha) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; bravo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":750,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; cdma_shadow) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; dL1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; desirec) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; e1107_v73_jhgg1_imo) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; e1108_v73_jbl1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; e1109_v73_gq1002_ctp) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; espresso) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; generic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; generic) AppleWebKit/* (KHTML, like Gecko; Google Web Preview) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; google_sdk) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; huaqin73_gb) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; i-MOBILE i-STYLE 5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; i5350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; i867) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; i940) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; iBall Andi3e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; iBall-Andi4.3J) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; iNote beyond) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; iNote mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; inc) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; itel IT1351) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; itel iNote mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; legend) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; meizu_m9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; move 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; myTouch4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; myTouch_4G_Slide) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; pandigitalsprnova1/sourceidDL00000025) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; passion) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; pcdadr6350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; sdk) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*; sholes) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; sholest) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":450,\"screenHeight\":820,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; supersonic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; u8800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; umts_sholes) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*; zt180) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*;LG-P920/V20e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 2.*;ZTE V791) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 2.*[ShunYea-V3.0-]; C8500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; A100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; A101) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; A200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; A500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; A501) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; ARCHOS 101G9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; ARCHOS 70it2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; ARCHOS 80G9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; AT100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; AT1S0) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; AT200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Dell Streak 7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; G100W) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6200L) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6210) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6800) AppleWebKit/* (KHTML, like Gecko) Version/* MobileSafari/534.13','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6800) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P6810) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7100) AppleWebkit/534.13 (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7300) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7300B) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7310) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7320) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7500M) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7500R) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7501) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7510) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7510-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; GT-P7511) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; HTC Flyer P510e) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; HTC Flyer P512) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; HUAWEI MediaPad) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Internet TV) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":960,\"screenHeight\":540,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; K1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; K1) AppleWebKit/*(KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; L-06C) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":980,\"screenHeight\":472,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; LG-V900) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lg','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1280,\"screenHeight\":768,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; LG-V909) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lg','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; LIFETAB_P9514) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; LePanII) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MD_LIFETAB_P9516) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ505) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ601) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ604) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ605) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ607) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ608) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MZ616) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; MediaPad) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; OP110) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; PG41200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; PantechP4100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SAMSUNG-GT-P7500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SAMSUNG-GT-P7501) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SAMSUNG-SGH-I957) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SCH-I905) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* USCC-I905','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SGH-T859) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SGH-T869) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab10-MSM8260-V02d-Dec022011-Vodafone-RS) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab10-MSM8260-V03a-Mar022012-Vodafone-IT) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab10-MSM8260-V03b-Apr162012-Vodafone-IT) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab10-MSM8260-V03b-Apr162012-Vodafone-ZA) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab7-MSM8260-V03b-Apr162012-Vodafone-ES) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SmartTab7-MSM8260-V03b-Apr162012-Vodafone-ZA) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Sony Tablet P) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":960,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Sony Tablet S) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; SpringBoard) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; ThinkPad Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Transformer TF101) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Transformer TF101G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; VTAB1008) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android3','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; XOOM 2 ME) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; XOOM 2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*; Xoom) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1000,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 3.*;HTC_Flyer_P510e) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 3.*;HTC_Flyer_P512) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_htc','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.* JB; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; Android 4.*; 2206_jbla768_f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; 720F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; 801a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; 9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; 9300+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; 97D) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A077C) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A1-810) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A1-810) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A100/Micromax_A100_V1.0; 480*854; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A101) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A101) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A111) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A200) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A210) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A211) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A21plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A320a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A500) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A501) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A501) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A510) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A510) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A511) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A7#) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A7*) AppleWebKit/* (KHTML, like Gecko)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A7*) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A700) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A701) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A701) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A7S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A850) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A9+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; A9550) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AD683G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AD683G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6400L 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6400L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6410LRA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6410LVW 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6410LVW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6425LVW 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6425LVW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR6425LVW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR910L 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR910L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR930L 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ADR930L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc_adr','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL 4015T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL A564C) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 4030X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5020X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5035A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5035A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5035D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5035D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5035X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5036D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5036X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 5036X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6010D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6010D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6010X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6010X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6030X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6033A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6033A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6033X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 6033X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 8000A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 8000A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 8000D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 8008D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 8008X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 992D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 992D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 993D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 993D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 997) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 997D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH 997D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH Fierce) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL ONE TOUCH Fierce) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL_ONE_TOUCH_6030X_Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL_one_touch_995) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALCATEL_one_touch_995) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ALLVIEW P5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN10BG3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN10BG3-LZ) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN7BG3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN7DG3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN8BG3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN8CG3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN9G2I) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AN9G3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 101G10) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 101G9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 80 COBALT) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 80G9) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 80G9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ARCHOS 97 CARBON) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Pad TF300T) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS PadFone X) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300T) AppleWebKit/* (KHTML like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300T) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300T) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300TG) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300TG) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300TL) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF300TL) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF700T) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS Transformer Pad TF700T) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ASUS_T00J) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_asus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT-AS43D2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT100) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT270) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT300) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT500a) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AT570) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ATLANTIS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AVA757) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AVVIO 765) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AVVIO_765 AVVIO 765) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AX1050); AppleWebkit/537.36 (KHTML, like Gecko) Version/* Chrome Mobile Safari/*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; AX650) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Acqua) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Acqua) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Alcatel A851L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Allview3SpeedDuo) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Amaze_4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Amazon Kindle Fire) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Amazon Kindle Fire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Android SDK built for x86) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Android Smart HDMI Dongle) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Android T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Andromax AD683J) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_smartfren','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Andromax U) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_smartfren','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Andromax U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_smartfren','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Andromax-c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_smartfren','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Archos 101 Copper) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Archos 50 Platinum) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Artel-Adi5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio PAD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":400,\"screenHeight\":682,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_775) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_775) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_790) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_790) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_790s) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Avvio_792) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Azumi A35S) AppleWebKit/* (KHTML, likeGecko) Version/* Safari 534.30;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B1-710) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B1-A71) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B1-A71) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B15) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B92) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; B92) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BLU DASH JR 4.0 K) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BLU LIFE PLAY MINI) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BLU STUDIO 5.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BLU STUDIO C MINI) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BLU VIVO 4.3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BNTV400) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BNTV600) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":854,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BNTV600) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":853,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; BT210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Barnes & Noble Nook Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Blade III) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Blade L2 Plus) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Bmobile_AX540) AppleWebKit/* (KHMTL, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1504) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1504) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1505) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1505) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1604) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1604) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1605) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1605) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1904) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1905) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C1905) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2004) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2004) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2104) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2104) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2105) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2305) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C2305) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5155) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5170) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5215) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5302) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5303) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5303) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5306) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5306) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5502) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C5502) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6502) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6503) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6506) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6602) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6603) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6603) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6606) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6802) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6802) AppleWebKit/* (KHTML, like Gecko) Version/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6802) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6802) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6833) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6833) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6833) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":540,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6902) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6902) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6903) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6906) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C6906) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; C811 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CAL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CINK FIVE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CINK KING) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CINK PEAX) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CINK PEAX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CJ ThL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CM990) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CM990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CROSS A27) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CROSS A28) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CROSS A7S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; CUBE U9GT 2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Ctrl_V1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Cynus F3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Cynus T1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Cynus T2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; D5503) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; D5503) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; D5503) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; D6503) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DIT1010) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID BIONIC 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID BIONIC) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID BIONIC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID RAZR 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID RAZR HD) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID RAZR HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID RAZR) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID RAZR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID4 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID4) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; DROID4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_verizon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Desire HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Discovery) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Dynamic_Fun) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E1-B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E330) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E330) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Acer_E330/1.005','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E350) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; E860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EG98) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EG98) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EK-GC100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EM543) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":272,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EVO) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EVO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EVO3D_X515m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EX\'NOTE ???) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Event) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EverGlory) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EverShine) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; EverShine) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-03E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-04E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-06E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-10D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F-12D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; F8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; FJL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ431) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ432) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ440) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ4403) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ4404) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ441) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ4410 Quad) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ4411 Quad) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ4412 Quad) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ450 Quattro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ451) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly IQ454) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*;','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ442) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ442) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ444 Quattro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ445) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ446) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Fly_IQ450) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Flyer) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ForwardEndurance) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Full AOSP xx Rk29sdk) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L11) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L11) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L22) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L33) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; G526-L33) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GFIVE Fararee (A78)) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_gfive','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GFIVE Prima (A90)) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_gfive','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GIONEE_Ctrl_V1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GLADIATOR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GLORY) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GOCLEVER TAB M813G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GOCLEVER) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-A7100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-B5330) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-B5330L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8150) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8160) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8160L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190N) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190N-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8190T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8200L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8260) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8260) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8260L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8260L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8262) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8262) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8262) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8262B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8262B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8550L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8550L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8552) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8552) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8552B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8552B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8730) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I8730-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9000) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9000) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9001) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9003) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9060) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9060) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9070) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9070P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9080L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9080L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9082) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9082) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9082L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9082L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) CrMo/16.0 Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Dolphin/INT-1.0 Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100P) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100P-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9100T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9103) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9105) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9105P) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9105P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9105P-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9152) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9152) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9190) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9190) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9192) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9192) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9195) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9195) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9195L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9200) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9205) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9210T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9260) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9295) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I93000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9300T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9301I) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305N) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9305T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9500) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9500) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9505) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9505) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9505) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9505G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9506) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-I9506) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N5100) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.33333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N5100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":1.33333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N5110) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N5110) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":1.33333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N5120) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Dolphin/INT-1.0 Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Dalvik','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7000B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7005) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7100) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7100) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7100-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7102) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7105) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7105T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N7105T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8000) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8000) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8005) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8010) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8010) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1280,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8013) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N8013) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-N9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P1000) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P1000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P1000) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3100) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3100B) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3110) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3110) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3113) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P3113) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5100) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5100-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5110) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5110) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5113) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5113) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5200) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5210) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5210) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P5220) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6200) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6210) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6800) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6800) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P6810) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7100) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7300) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7310) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7310) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7320) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7500) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7500R) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7501) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7510) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-P7510) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5280) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5282) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5282) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5282) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5301) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5301B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5301L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5303) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5303B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5310L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5312) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5312) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5312B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5312B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5312L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5360) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5570) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5660) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5830) AppleWebKit/* (KHTML like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5830) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5830C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S5830i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6010L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6012) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6012B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310N) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310N-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6310T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6312) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6312) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6313T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6313T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810P) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6810P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6812) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6812B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S6812B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7262) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7262) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7262) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7270) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7270) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7270) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7270L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7270L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7272) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7272) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7273T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7273T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7275B) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7275R) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7390) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7392) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7392) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7392) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7392L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7392L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7560M-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562) AppleWebKit/* (KHTML, like Gecko)','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562) AppleWebKit/* (KHTML, like Gecko) Version/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7562L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7580) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7580) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7580L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7582) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7582) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7582L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7710) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-S7710L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-i9300) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-i9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-i9377) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GT-l9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Galaxy Nexus) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Galaxy Nexus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Galaxy S II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Galaxy X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Galaxy X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; GalaxyS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Grand X Pro) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Grand X Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Grand X xx) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Grand X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; H2000+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; H7100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; H9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HD II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HKPhone 4S-3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HLV-T702) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* MYI/1.10','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HM NOTE 1LTE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* XiaoMi/MiuiBrowser/2.1','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC 802w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC 802w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Dalvik','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Amaze 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Butterfly) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 300) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 500) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 516 dual sim) AppleWebKit/* (KHTML, like Gecko) Version/* CellulareSafari/534.30','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 526GPLUS dual sim) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 600 dual sim) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 610) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 626GPLUS dual sim) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire 820G PLUS dual sim) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire C) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire S) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire SV) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire SV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire VC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Desire) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC EVA_UL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC EVO 3D X515a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC EVO 3D X515m) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC EVO 3D X515m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Glacier) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC HD2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Incredible S) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Incredible S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC J Z321e) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One 801e) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One 801e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One S) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One SV) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One SV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One V) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One X+) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One X+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One XL) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One XL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One mini) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC One_M8) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC PH39100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC PH39100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation 4G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation XE with Beats Audio Z715e) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation XE with Beats Audio Z715e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation XE with Beats Audio) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation XL with Beats Audio X315e) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation XL with Beats Audio X315e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation Z710e) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation Z710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Sensation) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC VLE_U) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC VLE_U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC Vision) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC first) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC-X710a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC-Z710a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC/EVO_3D/3.28) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC/One_XL/1.82) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC/One_XL/2.33) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC/One_XL/3.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC/Sensation/3.32) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC6435LVW 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC6435LVW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC6500LVW 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC6500LVW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC6525LVW) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTCONE) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTCONE) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_802w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Amaze_4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Butterfly) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_C525c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_C715c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_DesireSV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_DesireS_S510e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_200) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_500_dual_sim) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_516_dual_sim) AppleWebKit/* (KHTML, like Gecko) Version/* CellulareSafari/534.30','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_600_dual_sim) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_601) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_C/1.45) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_C/2.00) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_VC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X-orange-LS/1.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X-orange-LS/2.22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X/1.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X/1.18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X/1.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X/2.20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Desire_X/2.23) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_EVO3D_X515a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_EVO3D_X515m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_H1000C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_H2000C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_H3000C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Holiday) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_IncredibleS_S710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_J_Z321e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One/1.29) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One/2.24) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One/3.63) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One/4.19) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneSV) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneSV/1.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneSV/2.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneSV/2.16) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneSV/3.11) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_OneXplus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_M8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S/1.53) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S/1.77) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S/1.78) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S/2.38) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S/3.16) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_SC_T528d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S_pj40200/1.11) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_S_pj40200/3.19) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_V-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_V/2.22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/1.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/1.28) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/1.29) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/2.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/3.14) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_X/4.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_XL) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_dual_sim) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_max) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_mini) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_mini/1.33) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_mini/2.12) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_One_mini/3.10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PH39100/3.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN071) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN071) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN071-orange-LS/1.28) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN07120/1.26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN07120/3.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_PN07120/4.18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Rhyme_S510b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Ruby) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Sensation) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Sensation-orange-LS) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_SensationXE_Beats) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_SensationXE_Beats_Z715e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_SensationXL_Beats/2.31) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_SensationXL_Beats_X315b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_SensationXL_Beats_X315e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Sensation_XE_with_Beats_Audio_Z715e; 540*960) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Sensation_Z710a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Sensation_Z710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_T120C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_X515C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_X515E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTC_Z710a V3.32) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HTX21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI C8812) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0200) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0251) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G510-0251) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G525-U00) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U00) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U15) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U20) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G610-U30) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G700-U10) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G700-U10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G700-U20) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI G700-U20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI H881C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI MT1-U06) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI MT1-U06) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI MediaPad) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_huawei','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI MediaPad) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_huawei','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P2-6011) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P6-U06) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P6-U06) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P7-L10) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P7-L10/HuaweiP7-L10C02B129 Browser/Browser/4.4) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI P7-L12) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8666E) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8666E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8815) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8815) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8815N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8818) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8825-1) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8825-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8825D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8825D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950-1) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950-51) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950-51) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U8950N-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U9508) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U9508) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI U9510E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y300-0100) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y300-0100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y300-0151) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y300-0151) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U151) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U151) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U30) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U351) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y320-U351) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y330-U05) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U10) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U251) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U251) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U30) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y511-U30) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y530-U00) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y530-U051) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI Y536A1) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI-M931) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HUAWEI-M931) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HW-HUAWEI_C8812/C8812V100R001C92B913SP02; 480*800; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HW-HUAWEI_C8813/C8813V100R001C92B167; 480*854; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HW-HUAWEI_C8950D/C8950DV100R001C92B941SP02; 540*960; CTC/2.0) AppleWebKit/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; HW-HUAWEI_CM990/CM990V100R001C32B179; 480*854; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Huawei Y301A1) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Huawei Y301A1) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Huawei Y301A1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Huawei Y301A2) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Huawei Y301A2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_huawei','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Hydro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9377) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9420) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IM-A760S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IM-A770K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IM-A800S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IM-A820L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IM-A830L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IMO S88) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; INFINITY_PASSION) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; INFINITY_POWER) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IQ430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IRIS_501) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IS15SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IS17SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IS703C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ISW11SC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ISW12HT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ISW13F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ISW13HT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ISW16SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; I_7520) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Iconia A500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A2107A-F) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A2107A-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A2107A-H) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A2107A-H) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A3000-H) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab A3000-H) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab S6000-F) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab S6000-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab S6000-H) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTab S6000-H) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabA1000-F) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabA1000-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabA1000L-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabA2109A) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabA2109A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IdeaTabS2109A-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo_ideatab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; IncredibleS_S710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Infinix X351) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; J1000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; JY-G2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; JY-G3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; K701) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KAZAM Trooper2 50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFJWA) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFJWI) AppleWebKit/* (KHTML, like Gecko) Silk Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFJWI) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFOT) AppleWebKit/* (KHTML, like Gecko) Silk Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFTT) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":533,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFTT) AppleWebKit/* (KHTML, like Gecko) Silk Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":533,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFTT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":533,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KFTT) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":533,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KYL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; KYY21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A2+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A25) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A26) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A30) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn A9+) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn S2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Karbonn_A18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_karbonn','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; L-01E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; L-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; L3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-AS730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D415) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D605) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D605) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D605/V10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D680) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D680) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D686) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D800) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D800/D80010d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D800/D80010q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D800/D80020c) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D800/D80020k) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D801) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D801) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D801) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802/V10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D802/V20a) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D803) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D803) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D805) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D805) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D805) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* MMS/LG-Android-MMS-V2.0/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D850) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D851) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-D855) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E410i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E411g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E411g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E415f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E415f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E425) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E425f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E425f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E425g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E425g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E430) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":353,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E430-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E430/V10b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E435) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E435f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E435f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E440) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E440) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E440g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E440g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E445) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E450f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E450f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E450g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E450g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E451g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E451g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E455) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E455) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E455f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E455f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E460) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E460) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E460-Orange/E46010j-ORG-XX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E460/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E460/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E465g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E467f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E470f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610/V10b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610/V10l) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v/V10d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v/V10g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E610v/V20e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E612g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* MMS/LG-Android-MMS-V2.0/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E615) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E615) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E615f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E617G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E970) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E970/E97020j) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E971) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E975) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E975) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E976) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E977) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E977) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E980) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E980/E98010g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E980/E98010k) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E980/E98010p) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E988) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-E988) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F100L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F160K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F160L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F160S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F180) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F180) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F180L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-F180L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LG730) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LG730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LG870) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS840) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS970) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS980) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS980) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LS980) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LU6200) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LU6200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-LW770) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-MS770) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-MS770) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-MS870) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-MS870) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P659) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700/V10d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700/V10i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P700/V10k) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705f) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P705g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* MMS/LG-Android-MMS-V2.0/1.2','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P708g) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P708g) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P710) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P712) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P712) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P713) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P713) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P714) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P714) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P715) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P715) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P716) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P716) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760-Orange) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V10a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V10c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V10f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V20a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V20b) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V20c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P760/V20d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P765) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P765) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P768) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P768) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P769) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P769) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P778) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P778) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P870) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P870/P87010f) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P870/P87010i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P870/P87020d) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P880) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P880) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P880/V10h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P895) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P895) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P920) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P930/V20c) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P940) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P970) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-P990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-SU640) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-V410) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_lg','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-V500) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lg','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LG-V500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lg','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGL86C) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGL86C/V100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGLS660) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGLS740) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGLS990) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS323) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS323) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS395) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS500) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS659) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS659) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS769) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LGMS769) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFE PLAY) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFETAB_P9514) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFETAB_P9514) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFETAB_S9512) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFETAB_S9714) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LIFETAB_S9714) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_medion_lifetab','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT15i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT18i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT22i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT22i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT25i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26ii) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26ii) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":423,\"screenHeight\":601,\"pixelRatio\":1.7,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26w) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT26w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT28at) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT28h) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT28h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT28i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT29i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT29i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT30at) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT30p) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; LT30p) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lanix Ilium_S400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A3000-H) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A3000-H) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A369i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A369i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A390_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A390_ROW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A390_ROW/S030) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A516) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A516) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A706_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A706_ROW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A789) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A800) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A800; 480*800; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A850) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A850) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A850+) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo A850/S105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo K860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo K900_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo K900_ROW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P700) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P700i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P700i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P700i; 480*800; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P770) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P770) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P780) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P780) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P780_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo P780_ROW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S560) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S560) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S560; 480*800; CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S6000L-F) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S6000L-F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S650) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S650/S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S820_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S820_ROW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S880) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S880) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S920_ROW) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S930) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo S930/S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo TAB 2 A7-30H) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*;','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo TAB 2 A7-30HC) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*;','android_lenovo','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo-A516/S111) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo-P770/S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo-S890/S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_A706_ROW/JZO54K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_K900_ROW/JOP40D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_P780/JOP40D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_P780_ROW/JOP40D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_S820_ROW/JOP40D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Lenovo_S920_ROW/JOP40D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Limo X2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP101S2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP102S2W) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP5303G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP720I) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP860S2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-MP875S2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M-PP2G530) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M032) AppleWebKit/* (KHTML, like Gecko)Version/4.0 MQQBrowser/4.1 Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M4 SS1060) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M4TEL SS880) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M4TEL SS990) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M4TEL SS990) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; M6589) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB525) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB526) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB865) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB865) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB886) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MB886) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MD_LIFETAB_P9516) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MD_LIFETAB_P9516) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME172V) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME172V) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME173X) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME173X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Dalvik','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME173X) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME301T) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME301T) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME371MG) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME371MG) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ME865) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MEO Smart A75) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MI 1S) UC AppleWebKit/* (KHTML, like Gecko) Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MI 2S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* XiaoMi/MiuiBrowser/1.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MI-ONE Plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID1042) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID1125) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID7034) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID7035) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID7036) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID7042) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID7048) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID8042) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID8048) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID8127) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MID9742) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO A220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO A222) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO A300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO A355) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO A50) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO t300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITOA800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MITO_A300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mito','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MK16a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MK16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MODECOM FreeTab 1002 IPS X2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MOT-XT910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT11a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT11i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT11i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT25i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT27i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MT27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MTC 970H) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MTC Viva) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MTC Viva) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MTC975) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MTC_968) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_mtc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MW0711) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ601) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ601) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ604) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ604) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ605) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ605) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ608) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ609 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ617 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ617) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MZ617) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Malata SMBA1002) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MediaPad 10 FHD) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MediaPad 10 FHD) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MediaPad 7 Lite) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MediaPad 7 Lite) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MediaPad T1 8.0 Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MegaFon SP-AI) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; MegaFon_SP-AI) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A110) AppleWebKit/* (KHTML, like Gecko)','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A110) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A110) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A110Q) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A110Q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A114) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A116) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A116) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A116i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A117) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A210) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A47) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A68) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A88) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A89) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A90) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A90S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A91) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax A92) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax P250(Funbook)) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax P250(Funbook)) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_micromax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax P350) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_micromax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax P500(Funbook)) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_micromax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Micromax_A101) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_micromax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch Kem 350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch Kem 402) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch Kem 432) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch Kem 432) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch Kem 432m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar Touch S05) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Mobiistar_Touch_S02i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_mobiistar','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Motorola RAZR MAXX) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N-03E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N-07D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N8000_USA_Cricket) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N8000_WHTE_CKT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N861) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N861) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N90) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N9510) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N9510) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N9520) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N986) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N986) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; N986) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NABI2-NV7A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM Legend) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM Legend2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM Miracle) AppleWebKit/* KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM P0laris) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM Wilco) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM_Forward_Infinity) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NGM_Legend2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NOOK BNTV400) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NOOK BNTV600) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":853,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; New Andromax-i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_smartfren','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Next10P12) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Next7P12) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Next8P12) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Next9P) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 10) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 10) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}');
INSERT INTO `mdr_mj_amdd` (`ua`, `group`, `data`) VALUES ('Mozilla/5.0 (Linux; Android 4.*; Nexus 4) AppleWebKit/* (KHTML like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 4) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 4) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 5) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 7) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":961,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 7) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":961,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 7) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":961,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":961,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus 7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_nexus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":961,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus One) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus S 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus S) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus S) AppleWebKit/* (KHTML, like Gecko) CrMo/16.0 Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nexus S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NexusHD2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NokiaX2DS) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Nokia_X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* NokiaBrowser/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; NookColor) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Novo7 Aurora) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Novo7Basic) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Novo7Fire) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Novo7Flame) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ODYS-NOON) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONDA MID) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 4011X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 4011X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 4033A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 4033D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 6012A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 6012A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 6012D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 6012X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ONE TOUCH 6012X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; OPPOR8111) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; OPPOX9015) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; OPPOX9017) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ORINOQUIA Auyantepui+Y221-U03) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ORINOQUIA Auyantepui+Y221-U03) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Orange Daytona) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Orange Daytona) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Orange Hiro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Orinoquia Gran Roraima S7-702u) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":976,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; P-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; P-06D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; P2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP3540DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP4040_DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP4055DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP4300 DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP4500TDUO) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP4500TDUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP5044DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PAP5300DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PC1038) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PG86100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PH44100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PICOpad GEW) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PICOpad_GEA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PIRANHA BUSINESS TAB 7\") AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PJ83100/1.73) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PJ83100/1.85) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PJ83100/2.20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PJ83100/3.18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PM36100/1.17) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PM63100/1.15) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PM63100/1.19) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMID4311) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":272,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP3370B) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5080CPRO) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5097CPRO) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5570C) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5580C) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5770D) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5880D) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP5880D) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP7100D3G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PMP7280C3G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; POLYTRON W2500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; POV_TAB-PROTAB30-IPS10) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM712HC) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM712MC) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM712MCF) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM723HR) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM723MR) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM805HC) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PTM805MC) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Pad) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PadFone 2) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PadFone 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PadFone 2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PadFone) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PantechP8010) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PantechP9070) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PantechP9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; PantechP9090) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Penta IS703C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Playtab) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Polaroid Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Primux_Omega5) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Prism II) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Q-Smart S20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R8113) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R815) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R815) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R819) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R819) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R821) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; R821) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Rise) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S5-N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S500) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S5E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; S7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-B5330) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I8190) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I8190N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I8730) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9070) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9100P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9105P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9152) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9190) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9192) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9195) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9195-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9195L) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9200) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9205) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":711,\"pixelRatio\":1.8,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9295) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9305) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9500) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9505) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9505-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9506) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-I9506-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-N7000) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-N7100) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-N7100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-N7105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-N8020) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-P3100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-P5100) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-P5200) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-P7500) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_gt','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S5301) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S5310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S6310) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S6310N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S6810P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7270) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7270L) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7272) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7273T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7275B) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7275R) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7560) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG GT-S7580) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SCH-I545) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SCH-R970 USCC) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SCH-R970C) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SGH-I337M) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SGH-M919) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SGH-M919N) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SGH-M919V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SGH-T399) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-C101) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G3815) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G7102) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900F) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900F-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900H) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900I) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900M) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900P) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-G900T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N900) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N9000Q) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N9005) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N9005-ORANGE) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N900P) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N900T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N900V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-N900W8) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-P600) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-P601) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SM-P605) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SPH-L720) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG SPH-L720T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-1337 BUild/JDQ39) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I257) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I317) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I317) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I337) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I337) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I337) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I437) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I437P) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I497) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I527) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":853,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I537) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I537) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I547) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I577) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I717) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I717) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I727) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I727) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I747) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I747) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I777) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-I777) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-T989) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SGH-T989) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-G730A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-G730A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-G870A) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-G900A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-G900A) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-N900A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-N900A) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-N910A) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SAMSUNG-SM-T217A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SBM104SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SBM106SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SBM107SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SBM200SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SBM203SH) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-02C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-03E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-04E) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-06D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SC-06D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I200 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I200PP) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I415 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I415) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I435) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I535 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I535) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I535) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I545) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I545) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I605) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I605) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I905 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I915 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-I915) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-L710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530C) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530U) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R530U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* USCC-R530U','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R740C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R760) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R760X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R830) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R830) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* USCC-R830','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R830C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R950) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* USCC-R950','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-R970) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-S738C) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-S738C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-S960L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-S968C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-i705 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCH-i705) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SCL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SD4930UR) AppleWebKit/* (KHTML, like Gecko) Silk like Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I257M) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I317M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I317M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I337M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I337M) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I337M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I547C) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I717D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I717M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I717R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I727R) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I747) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I747M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I747M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I747M-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I757M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I777) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I897) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I927) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-I997) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-M919) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-M919) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-S730M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-S730M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T599) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T599N) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T599N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T699) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T769) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T779) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T859) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T859) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T869) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sgh','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T879) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T889) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T889) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T889V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T959) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T989) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T989) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T989D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T989D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T989D-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999L) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999V) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGH-T999V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGP321) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGPT12) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SGPT12) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-01D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-01E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-04E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-06D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-09D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH-10D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SH530U) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E110S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E120K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E120L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E120S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E160K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E160L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E160S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E210K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E210L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E210S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E250K) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E250K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E250L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHV-E250S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHW-M110S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHW-M250K) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHW-M250S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SHW-M440S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SK17i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SK17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-C101) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-C101) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G350) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G350) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G3815) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G3815) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G7102) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G7102) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G800H) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900F) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900F) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900FQ) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900H) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900H) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900I) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900P) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900V) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900W8) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-G900W8) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N9000Q) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N9005) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N9005) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N9005) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N9006) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900P) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900T) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900V) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900V) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900W8) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N900W8) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-N910V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-P600) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-P605) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-P605) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T210) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T210) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T210R) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T211) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T211) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T217S) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T230NU) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T310) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T310) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T311) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T311) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM-T315) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_samsung_sm','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SM70) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SMARTLET) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SONY XperiaTablet) AppleWebKit/* (KHTML like Gecko) Chrome Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-D710) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-D710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-D710BST) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-D710BST) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-D710VMUB) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L300) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L710) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L710) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L720) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L720T) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L900) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-L900) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-M830) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-M840) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SPH-M950) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST10216-1Build/ST10216-1) AppleWebKit/* (KHTML,like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST10216-2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*;SurfTab_10.1','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST18i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21a) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21i2) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST21i2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST23a) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST23a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST23i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST23i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST25a) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST25a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST25i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST26a) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST26a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST26i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST27a) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST27i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ST27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; STUDIO 5.5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SensationXE_Beats_Z715e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SensationXL_Beats_X315e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sensation_4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sensation_Z710e) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Seznam screenshot-generator) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; Android 4.*; Skate Acqua) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Slider SL101) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SmartPad7503G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Smartfren Tab 7) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_smartfren','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Smartfren Tab 7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_smartfren','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SoftwinerEvb) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sony Tablet P) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":960,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sony Tablet S) AppleWebKit/* (KHTML like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sony Tablet S) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sony Tablet S) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1504) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1505) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1505-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1505v) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1604) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1605) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC1905) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC2105) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC5303) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC5306) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC6506) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC6603) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC6616) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC6903) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyC6906) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyD5503) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonIS12S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT18iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT22i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT22i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT26i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT26ii) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT26w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT28at) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT28h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonLT28i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMK16a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMK16i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT11a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT11i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT11iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT15a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT15iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonMT27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonSK17a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonSK17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonSK17iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonSO-03D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST15i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST17i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST18a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST18i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST18iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST25a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST25i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST27a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonST27iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonWT19a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonWT19i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyEricssonWT19iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT22i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT22i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT25i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT26i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT26ii) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT26w) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT28h) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT29i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT30a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT30at) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT30p) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyLT30p-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-01E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-02E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-02F) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-03E) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_sony','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-04D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-04E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySO-05D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySOL21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySOL22) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonySOL23) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21a2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21i2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST21iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST23a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST23i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST26a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST26i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST26i-o) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST26iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST27a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST27i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; SonyST27iv) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Spirit S) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sprint APC715CKT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Sprint APX515CKT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sprint','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T-02D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T1-D) AppleWebKit/* (KHTML, like Gecko) Version/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T1-D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T1-E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T1Ci) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T1J) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T320a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T320a-parrot) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T720) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; T970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB-PROTAB2.4XL) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB-PROTAB25XXL) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB-PROTAB2XXL(4)) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB465EUK) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB466EUK) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TAB469) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO D1) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO D1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO D5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO F7) AppleWebKit/* (KHTML, like Gecko) Version/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO F7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO F7) AppleWebKit/* (KHTML, like Gecko) Version/* MobileSafari/534.30','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO F8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO M3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO M5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO M7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO M9) AppleWebKit/* (KHTML, like Gecko) Version/* MobileSafari/534.30','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO P5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO P9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":960,\"pixelRatio\":1.33333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO Q1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO S3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO_N7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TECNO_N9) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TF201) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TR720F) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TRUE BEYOND 3G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TRUE BEYOND 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; TRUE BEYOND TAB 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Tab970) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Tablet Mint Max10 DC) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Telenor Smart Pro 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Tender) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ThL W8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ThinkPad Tablet) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Titanium S5) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Titanium S5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Torque) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer Prime TF201) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer Prime TF201) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer TF101) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer TF101) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer TF101G) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer TF101G) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Transformer) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_asus','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Turkcell Maxi Plus 5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U10GT_S) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U18GT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U18GT-W) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U20i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U30GT-H) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U30GT-M) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U8800Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U8836D) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U8836D) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U8860) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U8860) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9200) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9200E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9202L-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; U9GT2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; URBANO PROGRESSO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; UTAB430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":272,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Ultimate10-Android4.*) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V1013) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V1277) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V370) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V370) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V8000_USA_Cricket) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V8000_USA_Cricket) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V8200plus) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; V8200plus) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VIEWPIA-DR) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS840 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS870 4G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS920 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS930 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS950 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":443,\"screenHeight\":590,\"pixelRatio\":1.73333333333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS980 4G) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS980 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; VS985 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vandroid T) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vandroid T3i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Venue 7 3730) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Venue 8 3830) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 785) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 875) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 875) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 890N) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* SWV/265.21IT','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 975) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 975N) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone 975N) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone Smart 4G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* SWV/090.39GR','android_vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone Smart Tab 3G) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_vodafone','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":540,\"screenHeight\":960,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Vodafone SmartTab II 10) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_vodafone','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; W100) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; W200) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; W732) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; W732) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; WIKO-CINK SLIM) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; WIKO-CINK SLIM) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; WT19a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; WT19i) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; WT19i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Woxter_Zielo_Z420) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Woxter_Zielo_Z800) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; X21) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; X301 - Locked xx Life Wireless) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; X325a) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; X40i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_sony','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; X909) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XOLO_Q800) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XOOM 2) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XOOM 2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XOOM) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1021) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1028) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1030) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1030) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1031) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1032) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1033) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1045) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1053) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":592,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1058) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1060) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1068) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1080) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT1254) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT687) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT881) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT885) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT890) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT890) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT897) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT897) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT901) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT907) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT907) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT910) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT910) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT914) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT915) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT916) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT918) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT919) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT919) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT920) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":526,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT925) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; XT925) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_motorolax','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Xoom) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Xoom) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_motorolax','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Xperia X10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Xtab1081HD) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Xtreamer_Mobile_AiKi) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; YOGA Tablet 2-1050F) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; YOGA Tablet 2-1050L) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Z120) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Z130) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Z130) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; Z520m) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZP980) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE BLADE III) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade G Lux) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade G Lux) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*;','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade III) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade L2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade Q) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Blade Q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Fit 4G Smart) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Grand X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE Kis II Max) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE N9120) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE N9120) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V765M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V765M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V795) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V807) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*;','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V809) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V809) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V809) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*;','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V880E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V970) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V970) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V970M) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE V970M) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE-Z740) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE-Z740G) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE-Z992) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE-Z998) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; ZTE_N9511) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; chagall) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; cm_tenderloin) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; cm_tenderloin) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1808_v75_jbl1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1808_v75_jbl1_5640) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1808_v75_jbl1a535) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1808_v75_jbl2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1808_v75_jbl2_6628) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1809c_v75_gq1008_9p017) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1809c_v75_gq1008_ov5647) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1809c_v75_jbl_253) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1901_v77_gq2002tc) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1901_v77_jbl1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1901_v77_jbla668_fwvga) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1901_v77_jdt1_9p017_fwvga) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1911_v77_gq2000_a41_6628_v20) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; e1911_v77_mt6628_hjy1_9p017) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; engb; SurfTab_7.0) AppleWebKit/* (KHTML,like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; fj_vortex) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-STYLE Q4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 2A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 3) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.1A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.3) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5.7) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 5A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 6.1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 6.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 6A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 9) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 9.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 9.2A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ 9A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X3A) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ X3A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ XA) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ XA) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ1-1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ1.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ5.1 Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ5.1A Pro) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile IQ6.3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 2.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 2.4) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 2.5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 7.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 7.3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 7.3A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 8.1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 8.2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE 8.2A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE Q 5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE Q 5A) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE Q2 DUO) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE Q2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-STYLE Q6) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-style 2.3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-style 7.1) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-style 8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-style Q3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i-mobile i-style Q3i) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_imobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i7S) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9220) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9220) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9400) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9400) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9430) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; i9500) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; iBall Andi4.5q) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; iBall Andi5L) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; iBall Slide 3G 7334) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android_iball','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; iBall Slide 3G7271) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; iBall) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_iball','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; itel IT1351E) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; lcsh82_cwet_kk) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; mid-A13) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; one touch T10) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; onetouch EVO7) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; rk30sdk) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Aquaris 5 HD) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Aquaris 5) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Aquaris) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Curie 2 Quad Core) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Edison 2 Quad Core) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Edison) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*; xx Note) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 4.*;Q-Smart S18) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*(Android 5.*); mtk6515_6626_gb2) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; ALE-L21 model-orange) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Elephone P8000) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; LG-D855) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Lenovo A7010a48) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Lenovo K50-t5) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_lenovo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; MEO Smart A80) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; MotoE2(4G-LTE)) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; MotoE2(4G-LTE)) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Nexus 5) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Redmi Note 2) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* XiaoMi/MiuiBrowser/2.1','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG GT-I9295) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG GT-I9500) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG GT-I9505) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG GT-I9506) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SCH-I545 4G) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G860P) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G900F) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G900H) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G900P) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G900R4 USCC) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G900T) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G920P) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/3.0 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-G925T) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/3.0 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N900) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N9005) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N900P) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N900T) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N900V 4G) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N910P) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SM-N910V 4G) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG SPH-L720T) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SGH-I337) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SGH-I537) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SM-G870A) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SM-G900A) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SM-N900A) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SAMSUNG-SM-N910A) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SM-G900F) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* TwitterAndroid','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SM-G900V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SM-G900W8) AppleWebKit/* (KHTML, like Gecko) SamsungBrowser/2.1 Chrome Mobile Safari/*','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SM-G920I) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* TwitterAndroid','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; SM-N910V) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/* ACHEETAHI/2100501094','android_samsung_sm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 5.*; Valencia2_Y100pro) AppleWebKit/* (KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 6.*; Nexus 5X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 6.*; Nexus 5X) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android 6.*; Nexus 5X) AppleWebKit/* (KHTML, like Gecko; Google Page Speed Insights) Chrome Mobile Safari/*','android_nexus','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android Donut; HTC Click) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android Donut; HTC Tattoo 1.52) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android Eclair) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android Eclair; sholes) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android GFIVE-4.0; GFIVE Aurora(A79)) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_gfive','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android HTC_Dream-1.13; dream) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":315,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Linux; Android RCMagicv2.1; HTC Magic) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android_htc','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android unknown; VITA V8) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android v2.2; WM8650) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Android; 4.1; GT-I9100 Build/000000) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":534,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; EBRD1101; EXT) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; GT-I9001 Build/GINGERBREAD) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; GT-I9100 Build/GINGERBREAD) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; GT-P1000 Build/GINGERBREAD) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; GoogleTV 3.2; NSZ-GS7/GX70 Build/MASTER) AppleWebKit/* (KHTML, like Gecko) Chrome Safari/*','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1920,\"screenHeight\":1080,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; Intel X86) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; KFJWA Build/IMM76D) AppleWebKit/* (KHTML, like Gecko) Silk Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; KFJWI Build/IMM76D) AppleWebKit/* (KHTML, like Gecko) Silk Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; KFOT Build/IML74K) AppleWebKit/* (KHTML, like Gecko) Silk Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; KFTHWI Build/JDQ39) AppleWebKit/* (KHTML, like Gecko) Silk Safari/*','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":960,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux; KFTT Build/IML74K) AppleWebKit/* (KHTML, like Gecko) Silk Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux; rv:1.9) Gecko/2008120122 Firefox/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Linux;Android 2.*) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/* (compatible; +http://www.baidu.com/search/spider.html)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux;Android 2.*;TECNO T3) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux;Android 4.*) AppleWebKit/* (KHTML,like Gecko) Version/* Mobile Safari/* (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux;Android 4.*;Lenovo A328) AppleWebkit/534.30 (KHTML, like Gecko) Version/* Chrome Mobile Safari/*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux;Android 5.*;HUAWEI ALE-21/ALE-L21C02B140) AppleWebKit/* (KHTML, likeGecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Linux;Linux2.6; TSB_CLOUD_COMPANION;FOLIO_AND_A) AppleWebKit/* (KHTML,like Gecko) Version/* Safari/*','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (MOT-XT800/TITA_M2_20.12;Android/2.1-update1;480*854;CTC/2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Maemo; Mobile) Fennec/15.0','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Mobile; ALCATELOneTouch4019A; rv:28.0) Gecko/28.0 Firefox/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Mobile; ZTEOPEN; rv:18.1) Gecko/18.1 Firefox/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (N01A;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (N906i;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (N906imyu;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (Nintendo 3DS) Version/*','nintendo','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Nintendo WiiU) AppleWebKit/* (KHTML, like Gecko) NX/2.1 NintendoBrowser/*','nintendo','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":854,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Nintendo WiiU) AppleWebKit/* (KHTML, like Gecko) NX/3.0 NintendoBrowser/*','nintendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":853,\"screenHeight\":480,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (P01A;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (PDA; NF35WMPRO/1.0; like Gecko) NetFront/3.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (PLAYSTATION 3 4.*) AppleWebKit/* (KHTML, like Gecko)','playstation','{\"type\":\"desktop\",\"markup\":\"gametv\",\"screenWidth\":1920,\"screenHeight\":1080,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PLAYSTATION 3; 1.00)','playstation','{\"type\":\"desktop\",\"markup\":\"gametv\",\"screenWidth\":1920,\"screenHeight\":1080,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PLAYSTATION 3; 2.00)','playstation','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (PUMA Phone M1/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1; 240x320) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (PalmOS; WebPro/3.5; Palm-Zi72)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayBook; Android 2.*; PlayBook) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','playbook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayBook; RIM Tablet OS 1.0) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','playbook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (PlayBook; RIM Tablet OS 1.0) AppleWebKit/*(KHTML,like Gecko) Version/* Safari/*','playbook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayBook; RIM Tablet OS 2.0) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','playbook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayBook; RIM Tablet OS 2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','playbook','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayStation Vita 1.*) AppleWebKit/* (KHTML, like Gecko) Silk','playstation','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":960,\"screenHeight\":544,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayStation Vita 2.*) AppleWebKit/* (KHTML, like Gecko) Silk','playstation','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":960,\"screenHeight\":544,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (PlayStation Vita 3.*) AppleWebKit/* (KHTML, like Gecko) Silk','playstation','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":960,\"screenHeight\":544,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; Nokia5630d-1)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; Nokia6120c)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; Nokia6220c-1)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaC5-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaC5-00) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaC5-00.2)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaC5-00.2) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE5-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE5-00) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE51)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE63)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE63) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE65)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE66)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE71)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE71) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE72-1)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE72-1) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE75-1)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaE90)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":352,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaN73)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaN73) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaN78)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaN95 8GB)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaN95)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V3; NokiaNokia N81)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia500)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5228)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5230)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5230) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5233)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5233) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5235) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5250)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5530)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5800 XpressMusic)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; Nokia5800 XpressMusic) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-03)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-03) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-05)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-05) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-06)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC5-06) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC6-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC6-01)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaC7-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaE6-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaN8-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaN97 mini)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaN97)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaN97) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (S60V5; NokiaX6-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG-GT-S8500/S8500AIE5; Bada/1.0) AppleWebKit/* (KTML, Like Gecko) Dolfin/2.0 Mobile WVGA > SMMMMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPNB','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG-SGH-i900/1.0 Opera 9.5; (null); rv:1.8) Gecko/20061208 Firefox/2.0 Opera 9.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5253; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5330; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380B; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380D; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380K; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5753E; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-VODAFONE; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-VODAFONE; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WQVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7250; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7250D; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500-BOUYGUES; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500-ORANGE; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500-VODAFONE; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500; Bada/1.2) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.2 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500L; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500R; Bada/1.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530-BOUYGUES; Bada/1.2) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.2 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530-ORANGE; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530-VODAFONE; Bada/1.2) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.2 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530-VODAFONE; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530; Bada/1.2) AppleWebKit/* (KHTML, like Gecko) Dolfin/2.2 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8530; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8600-ORANGE; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8600; Bada/2.0) AppleWebKit/* (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2 OPN-B','samsung_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SH01A;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (SH906i;FOMA;like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":460,\"screenHeight\":820,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (SMART-TV; X11; Linux armv7l) AppleWebkit/537.42 (KHTML, like Gecko) Chromium/25.0 Chrome Safari/*','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1920,\"screenHeight\":1080,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SMART-TV; X11; Linux i686) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":685,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SO905i; FOMA; like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (SO905iCS; FOMA; like Gecko)','imode_foma','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":240,\"screenHeight\":368,\"imageFormats\":[\"gif\"]}'),('Mozilla/5.0 (Sage)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Sage++)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Series30Plus; Nokia220; Profile/Series30Plus Configuration/Series30Plus) Gecko/20100401 S40OviBrowser/*','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Series40/3.0FP1; Nokia5130c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40/3.0FP1; Nokia5220XpressMusic; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia109; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia110; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia111.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia111; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia112; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia113; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia114; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia200; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2010; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia201; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia202; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia203; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia205.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia205.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2051; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2052; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2055; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia205; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia206.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia206; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia208.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia208; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia210.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia210.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia210.4; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia210.5; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia210; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2700c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia2730c-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia300/win7.03SSC; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia300; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia301.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia301; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia3020; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia302; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia303; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia305; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia306; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia307; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia308; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia309; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia310; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia311; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia501/11.1/java_runtime_version=Nokia_Asha_1_1_1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia501; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia501s; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia5130c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia515.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia5330-1d; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia6303iclassic; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia6700c-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia7230-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; Nokia7230; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaAsha230DualSIM/13.5/java_runtime_version=Nokia_Asha_1_1_1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaAsha230DualSIM/14.0/java_runtime_version=Nokia_Asha_1_2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaAsha230SingleSIM/14.0/java_runtime_version=Nokia_Asha_1_2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaAsha500DualSIM/13.0/java_runtime_version=Nokia_Asha_1_1_1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaAsha500DualSIM/14.0/java_runtime_version=Nokia_Asha_1_2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC1-01.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC1-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-02.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-02; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-03; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-05.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-05; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC2-06; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC3-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC3-01.5; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaC3-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX2-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX2-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX2-02; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX2-05; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX3-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX3-02.5; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX3-02/leCEX92_MP2.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Series40; NokiaX3-02; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/*','nokia40','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SmartHub; SMART-TV; Linux/SmartTV) AppleWebKit/* (KHTML, like Gecko) WebBrowser/1.0 SmartTV Safari/*','','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian OS) Opera 6.10 [Nokia 3650]','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian OS) Opera 6.20 [Nokia 7610]','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian OS; Symbian OS-Series60; rv:1.0) Gecko/20020823 NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian OS; Symbian OS-Series60; rv:1.0) Gecko/20020823 NetFront/3.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian OS; Symbian OS-Series60;rv:1.0) Gecko/20020823 NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia N8-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia500; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia500; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia603; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia603; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia700; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia700; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia701; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia701; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia808PureView; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* Nokia808PureView; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01.3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC6-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC7-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaC7-00s; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaE6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaE6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaE7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaE7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaE7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaN8-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaN8-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaN8-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaX7-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaX7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian/3; Series60/* NokiaX7-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian0S/9.2 U; Series60/* NokiaN95_8GB Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko/413)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbian3; Nokia500)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; Nokia500) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; Nokia603)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; NokiaC6-01)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; NokiaC7-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; NokiaC7-00) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; NokiaN8-00)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Symbian3; NokiaN8-00) AppleWebKit/* (KHTML, like Gecko)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/* U; Series60/* Nokia5320d-1 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/* U; Series60/* Nokia6210Navigator Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/* U; Series60/* Nokia6650d-1bH Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/* U; Series60/* NokiaE71x Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/* U; Series60/* NokiaN95_8GB; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; NokiaE50-2 Series60/*) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; NokiaN73-1','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; NokiaN73-1 Series60/*) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia 5800 XpressMusic/RM-35601; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia 5800; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia3250; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia3250; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5228; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5228; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5228; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5228; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1d; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1d; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1d; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-1d; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230-c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5230; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5232-2G; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5233; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5233; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5233; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5233; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5235; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":330,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5250; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5320 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5320d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5530c-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5630d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5700','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5700; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5730s-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5730s-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5730s-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/*(KHTML, like Gecko)Safari/413','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800 XpressMusic/50.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800 XpressMusic/52.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800 XpressMusic/60.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800d-1b; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia5800w; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6110; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6110Navigator; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6110Navigator; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, likeGecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6120c; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6120ci; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6121c; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6124c; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6210Navigator; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6220c-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6290; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6650d-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6700s-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6700s; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6700s; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6700s; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6710s; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6720c Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6720c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6730c-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6730c-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/*(KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6730c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6760s-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* Nokia6790s-1c; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00.2 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-03; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-05; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":600,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-05; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-05; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-06; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-06; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC5-06; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC6-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC6-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaC6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE-90-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2/@version@; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2/@version@; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2/@version@; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE5-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE51-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE51-1Orange; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE51-2; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1/@version@; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1/@version@; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/*(KHTML, like Gecko)Safari/413','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE52-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE55-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE55-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/*(KHTML, like Gecko)Safari/413','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE61/2.0618) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE63-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE63-1_Orange; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE63-2; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE63-3; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE63; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE66-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE66-1Orange; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE66-2; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE66; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/* Nokia/E71JP','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71-1; Profile/MIDP-2.0 Configuration/CLDC-1.1 U) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71-1Orange; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71-2; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71-3; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE71; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-1 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE72-2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE73; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE75-1 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE75-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE75-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE90-1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE90-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":352,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaE90-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN73/4.0839) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN76','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN76-1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN76-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN78-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN78-5; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN79-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN79-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-1 Profile/MIDP-2.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/* UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-1; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN81-3; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN82; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN85-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN85-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN86-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN86-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/* Nokia/X02NK','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95-3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95-3; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95/10.0)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95; Profile/MIDP-2.0 Configuration/CLDC-1.1 U) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95; Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95_8GB Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95_8GB-3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95_8GB-3; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95_8GB; Profile/MIDP-2.0 Configuration/CLDC-1.1 U) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN95_8GB; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN96-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN96-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) WicKed/7.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) WicKed/7.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-4; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-4; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-5; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-5; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97-5; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaN97; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaNokia N81; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX5-01.2; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX5-01; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00.1; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/* NokiaX6-00; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*; Series60/*; Nokia N97 RM-505) AppleWebKit/* (KHTML, like Gecko) Qt/4.6 Mobile Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/*;Series60/3.0 NokiaE65/4.0633) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es60','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es61','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es61i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML, like Gecko) Safari/* es70','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1) AppleWebKit/* (KHTML,like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1; Series60/3.1 AppleWebKit/* (KHTML, like Gecko) Safari/* Digia @Web/2.1 SonyEricssonP1i Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.1; SymbianOS/9.1 Series60/3.0) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 1.0/SamsungSGHi560/I560JAHD2 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 LG KS10/v10A; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 LGKT610/v10A; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML; like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 LGKT615/v10C; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung-SGH-i550/AOGL2 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-G810/XEHA3 Profile/MIDP-2.0 Configuration/CLDC-1.1 U) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-G810/XEHA3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-G810/XEHA3 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i450/DDHB4 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i450/DZGL3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i450/XBGK3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i450V/BUGJ6 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i450V/BUHD1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i455/UMHA3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i458B/ Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i520/XEGH1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i520V/BUGD7 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i520V/BUGD9 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i520V/BUGH1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550/AIGI4 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550/AKHA1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550/XEGL3 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550/XXGK4 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550/XXGL2 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Samsung/SGH-i550V/BUGL2 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Vodafone/1.0/SamsungSGHi560/I560BUGJ5 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Vodafone/1.0/SamsungSGHi560/I560BUHB1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.2; Series60/3.1 Vodafone/1.0/SamsungSGHi560/I560BUHD1 Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 LG-KT770/v08Y; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 N6730c-1/021.002; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I7110/XXHI5 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I8510/XXHH6 Profile/MIDP -2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I8510/XXHH7; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I8510/XXHHa; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I8510/XXHJ2 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/I8510/XXHJ3; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/SGH-L870-ORANGE/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 Samsung/SGH-L870/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 VertuConstellationQuest/051.716; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/7.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910-ORANGE/BVORAIE2; Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910-ORANGE/BVORAIE4; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 SonyEricssonP100; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Symbianos/9.2; Series60/* NokiaN95; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (U; Mobile; iPhone; PPC; 320x320) AppleWebKit/* (KHTML, like Gecko) WM5 Iris/1.1 Version/* Mobile/5 Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/* (KHTML, like Gecko) CasperJS/1.1+PhantomJS/1.9 Safari/*','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/* (KHTML, like Gecko) CasperJS/1.1+Phantomjs/1.9 Safari/*','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/* (KHTML, like Gecko) PhantomJS/1.8 Safari/*','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/* (KHTML, like Gecko) PhantomJS/1.9 Safari/*','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-BL20/V10b Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-BL40/V08m Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-BL40/V10b Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-C330/V10a AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GC900','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GC900/V10b Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GD880/V10e Browser/AppleWebKit/531 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GS290/V10d Browser/Obigo-Q7.3 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GT400/V10e Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/V1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GT505/V10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-GW520/V10c Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KC910/V08h Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KC910/V10b Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KC910/V10d Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KC910/V10g Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KC910i/V10a Browser/Teleca-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KM900/V10j Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KM900/V10l Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-KM900/V10v Browser/Obigo-Q7.1 MMS/LG-MMS-V1.0/1.2 MediaPlayer/LGPlayer/1.0 Java/ ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Vodafone/1.0/LG-T505/V10c AppleWebkit/531 Browser/Phantom/V2.0 Widget/LGMW/3.0 MMS/LG-MMS-V1.0/1.2 Java/ASVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Windows CE; Mobile; PPC) AppleWebKit/* (KHTML, like Gecko) WM5 Iris/1.0 Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Microsoft; Lumia 640 LTE) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/13.10586','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Microsoft; Lumia 950 XL Dual SIM) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/13.10586','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":853,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Microsoft; Lumia 950 XL) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/13.10586','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":853,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Nokia; Lumia 630) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/12.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Nokia; Lumia 635) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/12.0','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Nokia; Lumia 930) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/12.10166','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Nokia; Lumia 930) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/12.10512','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 10.0; Android 4.*; Nokia; Lumia 930) AppleWebKit/* (KHTML, like Gecko) Chrome Mobile Safari/* Edge/12.10536','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; HTC; HTC6995LVW) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":403,\"screenHeight\":739,\"pixelRatio\":2.68,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 435) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 535 Dual SIM) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 535) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.6875,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 640 LTE) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 640 LTE; Vodafone) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; 909) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; 909) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 1320) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 1320) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 1520) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 1520) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 520) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 520) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 520; Vodafone) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 525) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 530 Dual SIM) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 530 Dual SIM) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 530) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 530) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 620) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 620) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 625) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 625) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 630 Dual SIM) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.3333,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 630) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 630) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 635) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 635) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 635; BOUYGUES TELECOM) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 720) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 720) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 730 Dual SIM) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 735) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 820) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 820) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 830) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 920) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 920) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 925) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 925) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":384,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 930) like Gecko','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Nokia; Lumia 930) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":3.375,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; SAMSUNG; GT-I8750) like iPhone','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (Windows; MSIE 9.0; WIndows NT 9.0))','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (Windows; Windows CE 5.2; rv:1.8) Gecko/20070327 Minimo/0.020','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (Windows; Windows CE 5.2; rv:1.9) Gecko/20090513 Fennec/1.0a1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11, U; OpenVAS 7.0)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (X11, U; OpenVAS 8.0)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (X11; 78; CentOS; US-en) AppleWebKit/* (KHTML, like Gecko) Bolt/0.862 Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; 78; CentOS; US-en) AppleWebKit/* (KHTML, like Gecko) Bolt/0.920 Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; 78; CentOS; US-en) AppleWebKit/* (KHTML, like Gecko) Bolt/1.040 Version/* Safari/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv6l; rv:1.9a6pre) Gecko/20071018 Firefox/3.0a1 Tablet browser 0.1 RX-34+RX-44_2008SE_1.2007','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv6l; rv:1.9a6pre) Gecko/20071128 Firefox/3.0a1 Tablet browser 0.2 RX-34+RX-44_2008SE_2.2007','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv6l; rv:1.9a6pre) Gecko/20080606 Firefox/3.0a1 Tablet browser 0.3 RX-34+RX-44+RX-48_DIABLO_4.2008','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv6l; rv:1.9a6pre) Gecko/20080828 Firefox/3.0a1 Tablet browser 0.3 RX-34+RX-44+RX-48_DIABLO_5.2008','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":770,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv7l; rv:1.9) Gecko/20090928 Firefox/3.5 Maemo Browser 1.4 RX-51 N900','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (X11; Linux armv7l; rv:1.9) Gecko/20091127 Firefox/3.5 Maemo Browser 1.5 RX-51 N900','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (X11; Linux armv7l; rv:1.9) Gecko/20100318 Firefox/3.5 Maemo Browser 1.7 RX-51 N900','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (X11; Linux armv7l; rv:1.9) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7 RX-51 N900','maemo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (X11; Linux i686; rv:1.8) Gecko/20060909 Firefox/1.5 MG (Novarra-Vision/6.1)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (X11; Linux i686; rv:1.8) Gecko/20060909 Firefox/1.5 MG(Novarra-Vision/7.3)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (X11; Linux i686; rv:1.8) Gecko/20060909 Firefox/1.5 Novarra-Vision/7.3','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (XMM2130;profile/MIDP-2.1 Configuration/CLDC-1.1) WAP_JB/5.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (ZTE-E_N72/N72V1.0;Windows Mobile/6.1;Profile/MIDP-2.0 Configuration/CLDC-1.1;320*240;CTC/2.0) IE/6.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible Linux; Android 5.*; SAMSUNG SM-G900F; +http://www.grapeshot.co.uk/crawler.php)','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; AvantGo 3.2; ProxiNet; Danger hiptop 1.0)','hiphop','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; CloudFlare-AlwaysOnline/1.0; +http://www.cloudflare.com/always-online) AppleWebKit/*','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; ExaleadCloudView/5)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; Google Desktop)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; Google-Site-Verification/1.0)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; Jataayu/jB5/5.0; Symbian Series 60; Generic)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; A620m)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; C625a)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; C625b)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; HTC6990LVW)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; HTCPO881; SPRINT)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; PM23300)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S xx HTC)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S xx HTC; 1.04)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S xx HTC; 2.00)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S xx HTC; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8X xx HTC)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8X xx HTC; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; 4Afrika)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; W1-U00)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Huawei; H883G; HuaweiH883G)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Huawei; W1-U34; Huawei W1-U34)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; Lumia 535 Dual SIM)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; Virtual)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; 909)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 1320)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 1520)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520; ANZ914)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520; ANZ915)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520; Meteor)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 520; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 521)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 525)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 530)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 620)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 620; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 625)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 625; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 625; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 625H)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 630)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 635)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 720)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 720; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 810)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 820)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 820; ANZ825)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 820; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 822)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 920)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 920; ANZ821)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 920; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 920; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 925)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 925; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Lumia 928)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Nokia; Nokia 625H)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; GT-I8750)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; SCH-I930)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; SGH-I187)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; SGH-T899M)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 5.5; Symbian OS-Series60) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; MSIE 6.0; BREW 4.0)/800x480 Samsung sam-r900','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":700,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; ALCATEL; ONE TOUCH 5040X)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Acer; Allegro)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; DELL; Venue Pro)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; FujitsuToshibaMobileCommun; IS12T; KDDI)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Mozart T8698)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Mozart)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Mozart; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Pro T7576)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Trophy T8686)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Trophy)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; HD7 T9292)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; HD7)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; HTC6990LVW)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Lumia 900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; PI39100)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; PI86100)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; PM23300)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar 4G)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar C110e)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar C110e; 4.06)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radiant)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; T7575)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; T8697)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; T8788)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; T9295)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; T9296)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; TITAN X310e)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; TITAN X310e; 1.08)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; TITAN X310e; 4.06)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Trophy)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Ultimate)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Windows Phone 8S xx HTC)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Windows Phone 8X xx HTC)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; mwp6985)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC_blocked_blocked; HD7 T9292)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-C900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-C900B)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E900; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E900h)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E906)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 505)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 510)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 510; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 520)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 520; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610 NFC; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610; 610 BOUYGUES)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610; SFR)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 610; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 620)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 620; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 710)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 710; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 710; T-Mobile)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 710; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 720)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; 800 BOUYGUES)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; Meteor)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; SFR)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; T-Mobile)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 800; vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 810)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 820)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 822)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 900)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 900; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 920)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 920; Vodafone)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2.4,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; GT-I8350)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; GT-I8750)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2.25,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; GT-S7530)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; GT-S7530E)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; GT-S7530L)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; OMNIA7)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; OMNIA7; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; Omnia W; Orange)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i667)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i677)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i917)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i917.)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i917R)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; SGH-i937)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; ZTE; Tania)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; ZTE; USCCN859; USC-US)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; ZTE; Windows Phone - Internet 7; SFR)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MerchantCentricBot/1.0)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":398,\"screenHeight\":299,\"pixelRatio\":2.56666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible; MonTools.com)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-AURA/R6639_G_81.21 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony %bv','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":370,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-E8/R6713_G_71.02 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-E8_CMCC/R6718_G_71.10 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-EM30/R6716_G_71.01 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-Nevis/R6639_G_81.21 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":370,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) MOT-U9/R6632_G_81.11 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) U9','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux) U9-orange/R6632_G_81.11 BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/9.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OSS/1.0; Chameleon; Linux)MOT-U9/R6632_G_81.11 MotoWebKit/417.19 (KHTML, like Gecko) BER/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/9.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; OpenWeb 5.6) Opera 8.54','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 240X400 LGE AX840','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 240X400 LGE UX700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 240X400 LGE UX840','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 240X400 LGE VX9700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 240X480 LGE VX9600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 320X240 LGE VX9200','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1) 480X800 LGE VX11000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Teleca Q7; Brew 4.0) 240X400 LGE LG840','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (compatible; Twingly Recon; twingly.com)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (compatible; WebmasterCoffee/0.7; +http://webmastercoffee.com/about)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":787,\"screenHeight\":590,\"pixelRatio\":1.3,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (compatible;MSIE 6.0;Linux MOTOROKR Z6W-orange) MOT-Z6w/R6635_G_81.01 Profile/MIDP-2.0 Configuration/CLDC-1.1 Symphony 1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (en-us) AppleWebKit/* (KHTML, like Gecko; Google Wireless Transcoder) Chrome Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (en-us) AppleWebKit/* (KHTML, like Gecko; Google Wireless Transcoder) Version/* Safari/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0) AppleWebKit/* (KHTML, like Gecko) wOSBrowser/234.76 Safari/* TouchPad/1.0','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0) AppleWebKit/* (KHTML, like Gecko) wOSBrowser/234.83 Safari/* TouchPad/1.0','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iDEN; CPU iDEN Android Eclair Creekside) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad Simulator; CPU iPhone OS 3_2 like Mac OS X; HW i386) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/8 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6 like Mac OS X; xx Model:iPad2,4) UC AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/11 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":768,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_4 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 8_4 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU OS 9_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 501 like Mac OS X) AppleWebKit/* (KHTML like Gecko) Version/* Mobile/9A405 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 5_1 like Mac OS X)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU iPhone OS 6_0 like Mac OS X)','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPad; CPU like Mac OS X) AppleWebKit/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone Simulator; iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone U CPU iPhone OS 4_0 like Mac OS X xx) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Cydia/1.0','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/5','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Cydia/1.0','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/5','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/* AlexaToolbar/alxf-2.15','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_0 like Mac OS X; EasouSpider; +http://www.easou.com/search/spider.html)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_1 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko; Google Page Speed Insights) Version/* Mobile/8A306 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/* (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/* (compatible; Mediapartners-Google/2.1; +http://www.google.com/bot.html)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mercury/7.2 Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9 Version/* Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebkit/534.46 (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mercury/7.0 Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mercury/7.2 Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mercury/7.3 Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mercury/7.4 Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 iPhone2,1','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 iPhone3,1','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 iPhone3,3','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 iPhone4,1','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko; Google Page Speed Insights) Version/* Mobile/10A525 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko; Google Page Speed Insights) Version/* Mobile/10A525 Safari/* GoogleBot/2.1','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 iPhone3,1','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7E18WD Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7E18WD Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/12 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/13','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/* (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/13','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/13','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/13 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/1 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/1 Safari/* Midori/0.4','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/1 Safari/* taptu','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/3 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/4 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPhone; iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_iphone','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/5','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 3_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 3_1 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_0 like Mac OS X; HW iPod2,1) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_2 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_3 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 5_0 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 5_1 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 6_0 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 6_1 like Mac OS X)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod touch; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/5','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/5','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 2_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/5 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 3_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/7','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/8','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 4_3 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/9 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/9','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/8 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/9 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Version/* Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/10 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/10 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/10 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) CriOS Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Mobile/11 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":568,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/(null) Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/3 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iPod; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/4 Safari/*','apple_ipod','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (iProd; CPU iPhone OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko)','','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (itouch; CPU like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/1 Safari/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (rv:1.3; BREW 3.1)/400x240 sam-r860 like Gecko/20080531 NetFront/3.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (unknown-x86_64-linux-gnu) Siege/3.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 (webOS/1.0) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Desktop/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pixi/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pixi/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.3) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.4) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pixi/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/1.4) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pixi/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/1.4) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/1.4) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* P160U/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* P160UNA/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/2.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.2','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 (webOS/Albacore) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pre/1.1','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (webOS/Palm webOS 1.2) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Pixi/1.0','webos','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 (whited00r iPhone; CPU iPhone OS 3_1 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 /Windows; Windows NT 6.1; rv:1.9) Gecko/20091102 Firefox/*','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 440x240 Samsung SCH-U940 NetFront/3.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Version/* Safari/* Installatron (Mimicking WebKit)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 Galeon/1.0 (X11; Linux i686) Gecko/20011224','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Mozilla/5.0 Opera/9.5 (KDDI-TS3O; BREW; Opera Mobi) Presto/2.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":358,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 R800 like Gecko/20060426 Netfront/3.4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0 Vodafone/1.0/LG-GM750/V10a Browser/IE8.12 MMS/LGMMSv1.0/1.2 Java/LGVM/1.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(Linux/3.4; Android 4.*; Lenovo A536) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/* Release/01.17','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0(Linux; Android 4.*; BLU HORIZON 4.5) AppleWebKit/*(KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0(Linux; Android 4.*; Fly IQ4409 Quad) AppleWebKit/*(KHTML, like Gecko) Version/* Chrome Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":570,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0(Linux;Android2.*;GT-S5660;320*480) AppleWebKit/* (KHTML) Version/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(Linux;Android2.*;GT-S5830;320*480) AppleWebKit/* (KHTML) Version/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0(Linux;Android2.*;MB525;480*854) AppleWebKit/* (KHTML) Version/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0(Linux;Android3.*;GT-P7300;800*1280) AppleWebKit/* (KHTML) Version/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":800,\"screenHeight\":1280,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(Symbiam OS/9.4;Series 60/5.0 NokiaX6-00/20.0;Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrouserNG/7.2','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(SymbianOS/*; Series60/* NokiaE51/1.00; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/*(KHTML,like Gecko)Safari/413','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(SymbianOS/*; Series60/* NokiaN82/10.0; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/*(KHTML, like Gecko)Safari/413','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(SymbianOS/*;Series60/3.1NokiaE66-1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(compatible; Access NetFront/3.5; BREW 3.1; en,es)/240x320 PCD C721','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(compatible; Teleca Q7; 4.0) 240x480 LGE LG-LG9600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/5.0(iPad; CPU iPhone OS 3_2 like Mac OS X) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile/7 Safari/*','apple_ipad','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0_(OneTouch-710C/710C_OMH_V1.6; REX/4.3;BREW/3.1; Profile/MIDP-2.0/CLDC-1.1; 240*320; CTC/2.0)_Obigo Browser/1.14','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/5.0_(Smartfren-E781A/E2_SQID_V0.1; REX/4.3;BREW/3.1; Profile/MIDP-2.0/CLDC-1.1; 240*320; CTC/2.0)_Obigo Browser/Q7','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Mozilla/9.5 (Opera 9.5; Nokia5110c; 0S/8.2) (Symbian OS)','nokia_mozilla','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Mozilla/SMB(Z105)/Samsung/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z100)/Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z105)/Samsu3G','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z105)/Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z105)/Samsung-NOURLCMP-NOMIME','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z105)/Samsung/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla/SMB3(Z105U)/Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozilla\\SAMSUNG-XHTML 1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Mozzila/5.0(Linux; Android 4.*; Gomobile GO778;Android/4.4;Release/07.25) AppleWebKit/*(KHTML, like Gecko) Version/* Mobile Safari/*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('MyPhoneB21AM/MTK Release/V0.3 Aug-23-2008 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneB22Duo/MTK Release/V0.44 Apr-01-2008 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneB23DuoAM/MTK Release/V0.1 Aug-25-2008 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneB31/1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneMS28Duo/MTK Release/V7 May-04-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneQ21Duo/MTK Release/V7 Apl-01-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneQ22DUO/MTK Release/V4BSP18 NOV-9-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneQ22Duo/MTK Release/V1 Nov-20-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneS21/MTK Release/V0.6 Mar-06-2008 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('MyPhoneTV21Duo/MTK Release/V6 Jan-12-2009 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":370,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N1000i','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('N1010 Onda/Plat-F-VIM/WAP2.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N1020','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N1030 ONDA/Plat-F-VIM/WAP2.0 UP.Browser/6.2 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N130_Onda/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N2020','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N2030','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N3000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N3020','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N400 Linux/3.0 Android/4.0 Release/11.23 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('N5000 Onda/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N5010 Onda/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N5020 Onda/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N5050 Onda/WAP2.0/MIDP2.0/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N6000/1.0 ACS-NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N7000/1.0 ACS-NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N7010 Onda WAP2.0/MIDP2.0/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N7100 Onda/WAP2.0/MIDP2.0/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N7100/1.0 ACS-NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N73[ejatd29.wapamp.com]editby:m4ster_v4 /1.03) NetFront/3.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('N97-1/11.0; Series60/5.0 Profile MIDP2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-110','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-110/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-525','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":152,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-525/1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":152,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-525/1.0 up.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":152,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-530','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-530/1.0 UP.Browser/6.1 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-606','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":121,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-616','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-ARM9-BRCM_EDGE','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-ARM9-BRCM_EDGE/0.1 UP.Browser/7.0 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-DB7000/1.0 UP.Browser/4','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-DB7000/1.0 UP.Browser/4.1','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-E122','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-E122/1.0 TMT-Mobile-Internet-Browser/1.1 (GUI)','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-E232','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-E232/1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N110','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N110/0730MAWC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N200','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N200/REV 2.2/WAP1.2 Profile','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N500','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N500/REV 2.2/WAP1.2 Profile','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N535','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N535/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N600','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N600/1.0 HopenOS/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N6206/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N6206/1.0 Release/06.15 Browser/CMS2.0 Profile/MIDP-2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N700','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N700/1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N710','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N710/1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N8','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N8/1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N800','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":216,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N800/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":216,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N8000','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N8000/1.0 UP.Browser/5.0 (GUI)','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N810','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":155,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N810/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":155,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N820','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N820/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N830','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N830/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N840','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":235,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N840/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":235,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N850','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N850/(2005.04)FJCC/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N900','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N900/1.0 UP.Browser/6.2 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N908/1.0 Release/09.15 Browser/CMS2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N910','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N910/1.0','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-N917','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N917/REV 2.2/WAP1.2 Profile','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N923','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-N923/(2004.12)1.0/WAP1.2 Profile','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-e101','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e101/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e1101','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-e1101/(2005.02)1.0/WAP1.2 Profile','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-e121','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e121/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e122','nec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEC-e235','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e238','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e238/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e242','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e242/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e353','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e353/001.00 ACS-NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 Qtv/1.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e373','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e373/001.00 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 Qtv/1.00','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e540','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e540/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e949','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEC-e949/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEM-1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEM-1/1.0 (2.21) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEM-1/1.0 (2.22) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEM-1/1.0 (2.31) Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEWGEN-C610','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEWGEN-C610/REV 2.2/WAP1.2 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEWGEN-C620','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEWGEN-C620/REV 2.2/WAP1.2 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEWGEN-MEGAX','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEWGEN-MEGAX/M1.EN.01 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEWGEN-T3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEWGEN-T3/P1.N2.01 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEWGEN-T3/T1.EN.01 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEWGEN-TOPAZ/REV 2.4/Teleca Q03B1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NEX800/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NEXIAN NX-G911','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGB/3.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM Dynamic Racing 2/V2 Linux/3.0 Android/4.2 Release/02.15 Browser/AppleWebKit534.30 Mobile Safari/* MBBMS/2.2 System/Android 4.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":854,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NGM SOAP WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGMSUPREME/1.0 TMSS-Browser/1.0 Profile/MIDP/2.0-compatible Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_ARGO /ObigoInternetBrowser/QO3C Profile/MIDP2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Alittle/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Billy/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Clio/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Elvis/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Enjoy/ObigoInternetBrowser/QO3C Profile/MIDP2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Mito/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Pixy/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Premier/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Soapqwerty/ObigoInternetBrowser/QO3C Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NGM_Vanity /ObigoInternetBrowser/QO3C Profile/MIDP2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NativeOperaMini(Haier;Native Opera Mini;BREW 3.1)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2300;240X320;MT6255;X/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2300;240X320;MT6255;X/voginsdef-09b;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2300;240X400;MT6255;G/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2300;320X480;MT6255;X/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2500;220X176;MT6255;A/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2500;240X320;MT6255;A/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_2500;320X240;MT6255;E/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_3000;240X320;MT6255;V/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_3000;320X240;MT6255;E/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MRE_VER_3000;320X480;MT6255;V/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MTK/Unknown;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MTK/Unknown;Opera Mini;es-419)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MTK;Native Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MTK;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(MTK;Opera Mini;es-419)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(S60/SymbOS;Opera Mobile)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(Spreadtrum/HW Version: SC6531_BAR;Native Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(Spreadtrum/SC6800H;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(Spreadtrum/Unknown;Native Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(Spreadtrum/Unknown;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT21/wap2.0/MIDP-/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT36/wap2.0/MIDP-/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT605/wap2.0/240x320/key;/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT611/wap2.0/240x320/key;/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT612/wap2.0/240x320/key;/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NativeOperaMini(TECNOT722/wap2.0/MIDP/;Opera Mini)','opera_native','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Neonode-N1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Neonode-N1 (1.01) Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 176x220)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/3.5 (BREW 5.0; LG; NetFront/3.5/AMB) Sprint LN510 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/3.5(BREW 3.1; SAMSUNG; NetFront/3.1/AMB) Sprint M550 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/3.5(BREW 3.1; SAMSUNG; NetFront/3.1/AMB) Sprint M560 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/3.5(BREW 5.0; Samsung; NetFront/3.5/WAP) Boost M260 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/4.2 (BMP 1.0; LG; NetFront/4.2/AMB) Boost LG272 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NetFront/4.2 (BMP 1.0; LG; NetFront/4.2/AMB) Sprint LN272 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('New York/R3.0 NF-Browser/3.3 Openwave-MMS/4.5 IA-Java/1.0 Profile/MIDP2.0/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NewRelicPinger/1.0 (566844)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Newgen-X7','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Newgen-X7/REV2.2/WAP1.2 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nexian NX-T905/MTK Release/10.01 Browser/MAUI Profile/MIDP2.0 Configuration/CLDC-1','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nexian-NX250 D/1.0 RTKE_OS/01.00 Dragonfly6120/1.0 TMSS-Browser/1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nexian-NXG821/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-A725/MTK Release/12.07 Browser/MAUI Profile/MIDP2.0Configuration/CLDC-1','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-D980/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-G801/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-G868/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-G868T/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-G869/MTK Release/01.01 Browser/MAUI Profile/MIDP2.0 Configuration/CLDC-1','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-G901/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-G912/MTK Release/27.11 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-G922/MTK Release/7.15 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-G963/MTK Release/01.01/MAUI Browser/Opera Profile/MIDP2.0 Configuration/CLDC-1 Opera/9.80 (MTK) Presto/2.5 Version/*','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-G965/MTK Release/21.04 Browser/MAUI Profile/MIDP2.0 Configuration/CLDC-1 Opera/9.80 (MTK; Nucleus) Presto/2.4 Version/*','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-G967/MTK Release/01.01/MAUI Browser/Opera Profile/MIDP2.0 Configuration/CLDC-1 Opera/9.80 (MTK) Presto/2.5 Version/*','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NexianNX-T780/MTK Release/10.1 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.1','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-T911/MTK Release/7.15 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-T922/MTK Release/7.15 Browser/MAUI Profile/MIDP-2.0 Configuration/CLDC-1.0','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NexianNX-W755/MTK Release/01.01 Browser/MAUI Profile/MIDP2.0Configuration/CLDC-1','nexian','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Njoy','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 2605 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 6205 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 6270 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO, Nokia 6270','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 6600/1.0 (4.09) SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 7110 v0.13','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia 7205 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 9210/Symbian Crystal 6.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia 9210i/1.0 Symbian Crystal/6.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia Browser 3.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia Browser 3.01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia Mobile Browser 3.01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia Mobile Browser 3.01, Rainbow/3.1a','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia Mobile Browser 4.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia N70','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-1006 UP.Browser/6.3 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-1606 UP.Browser/6.3 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-2228 UP.Browser/6.3 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-2626','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-2705 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-3110c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-3606 UP.Browser/6.3 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-5310xpressmusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6236i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6236i UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6256i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6256i UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-6305i UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-E71','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-MIT-Browser/3.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-N70','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-N73','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-N95','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-NHP-2AX','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NHP-2AX/V A100V0201.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NPC-1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NPD-4AW','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NPD-4AW/V B105V0200.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NPW-3','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NSC-1NX','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NSW-4DX','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NSW-5','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-NSW-6','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-10/V','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-10/V C100v0401.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-17/V','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-17/V F100V0201.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-27/V','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-27/V H100C0006.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-27/V H125V1003.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-27/V H125_03w24_16_01.nbr.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-3','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-3/V G105V1100.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-34','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-34/V H100V0603.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-36','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-36X','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-39','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-3P','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-3P/V G101V0600.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-40','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-41','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-42','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-44/V','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-44/V D100V0102.nep.0 UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-RH-46/V','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-46/V J100C0007.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-48','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RH-48/V J100C0007.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RM-11','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-RM-11/V H102V0300.nep.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/1.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/1.3beta','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAP-Toolkit/2.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia-WAPToolkit googlebot(at)googlebot.com','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia/3587','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia100','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia100 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia110 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia110 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia1100','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"wbmp\"]}'),('Nokia1100b','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1101','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1101 (3.05)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1108','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia111 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1110','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1110i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1112','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":68,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1112 (3.05)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":68,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia112 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia113 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1220','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia1600','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1680c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1680c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia1680c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1680c-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1680c_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1681c_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia1682c_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia200)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia200) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; kau; Nokia200)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia200','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia200 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia201 OperaMini/5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia201 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia201 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia201','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia201 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia202 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia202 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia202)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia203 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia205 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia205.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2055 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia206 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia206.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia210.3 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2100','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2112','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia2112 (O100V0300.nep) UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia2115i (R101V1100.nep) UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":88,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia2125','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2220','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia2220s','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2220s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2220s-b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2260','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia2300','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2310','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2320c-2b/2.0(ATT.06.88) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2323c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2323c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2330c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2330c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2330c-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2355 (JN100V0200.nep) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2600','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2600c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2600c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2600c-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2610','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2610 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2626','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2626 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2630','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2630 PROFILE/MIDP-2.1 CONFIGURATION/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2630 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2630_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2650','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2650 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2651','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2652','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2652 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2660','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2660 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2680s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2680s-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2680s-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2680s-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2680s_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia2690)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia2690) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia2690','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2690 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2700c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2700c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia2700c-2)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia2700c-2) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia2700c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2700c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2710c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2720a-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2720a-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2720a-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2730c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia2730c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia2730c-1)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2730c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia2730c-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2730c-1b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2760','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2760 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2855','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2855i UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2865','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2865i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2875','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia2875i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia300 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia300 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia300 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia301 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia302 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia302 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia302)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia302 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia303 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia303 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia303)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia303 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia303 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia305 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia305 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia305)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia305 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia305) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia306 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia308 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia309 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia310 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3100','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3100 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3100b','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3100b Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3108','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3108 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3109c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3109c Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia311','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia311 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia311 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110c Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110c Profile/MIDP-2.0 Configuration/CLDC-1.1 Nokia3110c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3110c Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3110c Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3120','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120 Profile/MIDP-1.0 Configuration/CLDC-1.00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120b Profile/MIDP-1.0 Configuration/CLDC-1.00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120classic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia3120classic)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia3120classic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;OPERA MINI HANDLERUR-MOD 1.3 NAIJA INDEPENDENT BY CHIZZY/503)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3120classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3125','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3128','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3128 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3152','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3152 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3155','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3155 (Q125_04w47_13.nbr) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3155i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3155i (Q125C003.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3155i (Q125_04w47_11.nbr) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3200','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3200 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3200/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3205','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3205i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3205i (H200V0800.nep) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3210','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3220','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3220 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3230','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3230 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3250','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3250 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3250 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3300 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3300/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3310','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3320','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3320 (03.04)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3320 (2.06)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3330','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3330 (02.30)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3330/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3330e','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3350','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3350 (05.01)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":51,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3360','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3360 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3360 (1.04)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3395','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3395 (03.00)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3410','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3410 (03.)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3410 (03.06)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3410 UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3410/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3500 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3500c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3500c Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3510','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3510 (2.91)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3510i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3510i Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3510i/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3520','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3530','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3555','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3555b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3555c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3560','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3560 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3585','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3585i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3586','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3587','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3587i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3588i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3590','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3590/1.0()','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3590/1.0(6)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3590/1.0(6.03)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3595','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3595 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3595 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3595i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3600','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3600 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3600s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3600slide','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3600slide Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3610','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3610 (05.08)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia3610a','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3610a Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3620','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3620 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3630','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 ()','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 RealAgent/Wapag-Simulator SymbianOS/* Series60/* Profile','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 SymbianOS/* Series60/* Profile/MIDP-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0 004400231620145','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDP-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 UP.Browser/6.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650 UP.Browser/6.2 (GUI) MMP/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3650/1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3660','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3660 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3710fold','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3710fold Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3711fold Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia3720c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia3720c Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia402','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia500 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5000 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5000d-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5000d-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5000d-2b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia501 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia501.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia503s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5070','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5070 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5070b Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5100','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5100 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5100/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5100/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5110','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5125','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5130 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5130c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 BlackBerry9700/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia5130c-2)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia5130c-2) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia5130c-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5130c-2 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5140','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5140 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5140/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5140i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5140i Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5140i/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5146','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5200','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5200 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5210','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5210 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5210/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5210e','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5220 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5220XpressMusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5220XpressMusic Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5230','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5232/CMCC (SymbianOS/*; Series60/*; Release/12.1; Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5232/CMCC (SymbianOS/*; Series60/*; Release/21.1; Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5233','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5233 (SymbianOS/*; Series60/*; Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5233UCBrowser/8.7/50/444/UCWEB','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5238 (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5300 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5300 Profile/MIDP-2.0 Configuration/CLDC-1.1 Nokia5300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5310XpressMusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5310XpressMusic Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5310XpressMusic Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia5310xpressmusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5310_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5320','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5320 (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5320(19.01)/SymbianOS/* Series60/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5320_CMCC (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5330-1d Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5330-1d Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5330-1d Profile/MIDP-2.1 Configuration/CLDC-1.1Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":201,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5500d','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":197,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5500d SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":197,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5500d/2.0(03.14) SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":201,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5510','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5510 (03.42)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5510/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5555','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5555 (02.51)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia5610 XpressMusic/2.0 (04.80) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5610 XpressMusic/2.0 (06.60) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5610 XpressMusic/2.0 (07.12) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5610 XpressMusic/2.0 (09.40) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5610XpressMusic/2.0(04.88)Profile/MIDP-2.1Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5610d-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5610d-1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5610d-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia5610d-1)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5611 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5700','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5700 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5800 XpressMusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5800d-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia5800d-1/20.0; Series60/* Profile MIDP2.1 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5800d-1b/21.2; Series60/* Profile MIDP2.1 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5800i (SymbianOS/*; Series60/*; Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5800i XpressMusic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia5802_CMCC (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6010','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6010 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6010 Profile/MIDP-1.0 Configuration/CLDC-1.0 (Google WAP Proxy/1.0)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6012','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6015','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6015 (M100V0300.nep) UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6015i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6015i (M101V0400.nep) UP.Browser/4.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6016','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6016i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6020','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6020 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6021','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6021 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia603 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6030','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6030 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6030b','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6030b Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6060','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6060 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6060v Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6061','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6061 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6070','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6070 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6070 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6080','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6080b Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6085','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6085 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6086','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6086 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6088 ACS.Browser/3.2(GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100/1.0(3.09)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100A','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6100A Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6101','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6101 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6102','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6102 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6102i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6103','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6103 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6103 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6108','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6108 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6110','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Nokia6110/03.23','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Nokia6110Navigator Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"wbmp\"]}'),('Nokia6111','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6111 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6120','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":288,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6120c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6120c Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6120c/3.83; Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6120ci Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6121c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6121c Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6122c_CMCC (SymbianOS/*; Series60/* Nokia6122c_CMCC/4.31; Profile/MIDP-2.0 Configuration/CLDC-1.1) Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6125','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6125 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6125 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6126','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6126 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6130','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6131','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6131 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6131 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6131NFC','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6133','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6133 (05.20)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6135','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6136','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6136 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6136 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6150','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6151','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6151 Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6151 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6152','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6152 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6155','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6155 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6155i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6155i Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6163','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6165','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6165i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6170','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6170 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6200','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6200 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6200 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6208c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210 (02.9)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210 (03.00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210 (03.01)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210 (ccWAP-Browser)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6210/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210e','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6210s (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6212 classic/2.0 (05.16) Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6215i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6220','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6220 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6220c-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6225','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6225i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6225i (H200V0900.nep) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230 Profile/MIDP-2.0 Configuration//CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230 Profile/MIDP-2.0 Configuration/CLDC-1.1 (wapzy.com)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230 WAP/1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":188,\"screenHeight\":170,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6230i Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":188,\"screenHeight\":170,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6233','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6233 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6233 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6234','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6234 Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6234 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6235','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6235 (S100V0800.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6235 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6235i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6235i Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6236i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6250','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":39,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6250 (03.00)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":39,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6250/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":39,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6255','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6255 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6255i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6255i (N100_04w21_23.nbr) UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6255i UP.Browser/6.2 (GUI) MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6260','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6260 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6263 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6265','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6265 (HL100V0401_viv.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6265i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6265i (HL100V1200.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6267','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6267 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6270','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6270 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6275','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":217,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6275 (BL100V0400.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":217,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6275i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":217,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6276 (BL200V0400.nep) UP.Browser/6.2 MMP/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6280','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6280 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6280 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Mozilla/4.0; YGoJ/1.0)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":211,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6282','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6282 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6288','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6288 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6290','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6290 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6300 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6300 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia6300)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6300 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia6300) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6300 Profile/MIDP-2.0 Configuration/CLDC-1.1 Nokia6300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6300X Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6300i Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6301','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6301 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303c_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303classic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6303classic Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303classic Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303iclassic Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6303iclassic Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia6303iclassic)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303iclassic Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6303iclassic Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia6303iclassic','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6305i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6310','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6310 (02.40)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6310/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6310i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6310i () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6310i/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6315i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6320i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6340 (8.01)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6340/1.2','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6340i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6340i Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6350/2.0(ATT.4.91) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500 (04.53)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6500c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500s-1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500s-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia6500s-1)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6500s-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia6500s-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6510','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6510 (03.22)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6510/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6555','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6555 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6555b Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6555c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6560','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6560 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6560/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6585','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6590','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6590/1.0(30.34)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6590/1.0(None)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":45,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia660','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6600','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/* (compatible; LBE)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/* Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/* Series 60/* Profile/ MIDP-2.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600/1.0(4.09)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600f','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6600f Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600i-1c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6600s','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6600s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6610','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6610 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6610 r200','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6610/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6610I','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6610I Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6610I/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6610i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6620','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6620 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6630','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6630 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6630 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6630 SymbianOS/*s Series60/*Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6630/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6638','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650 (NTM) Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650 Profile/MIDP-1.0Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650d-1bh/ATT.3.25 Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650fold/04.18; Series60/* Profile MIDP2.1 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6650x','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6650x Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6651','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6651 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6670','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6670 Symbian OS/7.0s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6670 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6680','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6680 Series60/* Profile/MIDP-2.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6680 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6680 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6680i','nokia','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6681','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6681 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6681 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6682 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6700c-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6700c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6700c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6700c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia6700c-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6700c-1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6700s','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia6708','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":193,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6708 (V1.0) SymbianOS/* UIQ/2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":193,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6720c-1b','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6750-1b/2.0(ATT.4.8) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, Like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6750-1b/2.0(ATT.4.89) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6790s-1b/ATT.03.22 Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6790s-1c Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6800','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6800 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6800 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia6800/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6810','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6810 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6820','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6820 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6820b','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6822','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia6822 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7020','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7020 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7070_CMCC Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7070d-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7100s','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7100s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7100s-2 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7110','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (04','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (04.67)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (04.77)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (04.84; mostly compatible; Mobone 1.05)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (04.94)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (05','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (1.23)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (30.05)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (4.80)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (DeckIt/1.0)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (ccWAP-Browser)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (compatible; NG/1.0)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 (mostly compatible; Mobone WBMP2GIF 1.00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 aplpi.com v0.5j','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110 handy.de v0.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7110/1.0_(01.11)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7160','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7160 (01.04)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7190','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7190 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia7200','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7200 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210 (01.92)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210Supernova','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7210Supernova Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7210Supernova Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7210c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7230','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7230 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7230 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokia7230)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7230 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7230 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokia7230','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7230-1c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7230-1c Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7250','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7250 () Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7250 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7250I','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7250I Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7260','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7260 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7270','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7270 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7280','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":193,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7280 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":193,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7310','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7310 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7310c Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7360','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7360 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7370','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7370 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7373','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7373 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7380','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7380 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7390','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7390 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7500 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7510Supernova Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7600','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7600 Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610 LMP/SH Release Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610 SymbianOS/*s Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610Supernova','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7610Supernova Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7610s Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia7650','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7650 SymbianOS/* Series60/*','nokia60','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7650 SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7650/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7700','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7700/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7710','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7710/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":600,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7900 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia7900/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8210','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8260','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8265','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8265 (10.36)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8280','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8290','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310 (03.05)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310 (04.71)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310 (05.05)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310 (compatible; MSIE 4.01; Default)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8310e','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8390','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8390 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8390 (7.00)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8390/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8600','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8600 Luna/2.0 (03.52) Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8800 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":185,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8800SI','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":185,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8800SI Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":185,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8800e-1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8801','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":185,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8810','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8850','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8855','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8855 ()','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8860','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8890','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8910','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8910 (03.04)','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8910/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":84,\"screenHeight\":36,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokia8910i','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8910i Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia8910i/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":45,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9110','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"wbmp\"]}'),('Nokia9110/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"wbmp\"]}'),('Nokia9210','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210 Symbian-Crystal/6.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210 Symbian-Crystal/6.1 Nokia/2.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210c','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210c Symbian-Crystal/6.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9210i Symbian-Crystal/6.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9290','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9290/Symbian-Crystal (1.00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9300','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9300 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 compatible; MSIE 5.0; Series80/*','nokia80','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":200,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokia9300i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":500,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9300i Serie80/20 Profile/MIDP-2.0 Configuration/CLDC-1-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":500,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia9500','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":640,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaAsha230SingleSIM Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 4.0) Opera','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac1-01)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac1-01) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac1-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC1-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC1-01.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC1-02','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC1-02 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-00) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac2-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-01)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-01) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac2-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-02','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-02 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac2-02','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-02.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-03','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-03 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-03 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-03)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-03 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac2-03) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-03 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac2-03','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-05 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC2-06','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-06 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC2-06 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac2-06','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac3-00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiac3-00) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiac3-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 OperaMini/4.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-00.1/5.0(ATT.03.61) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-00/2.0Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-01 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC3-01.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-01.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC3-01.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC5-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC5-00 (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC5-00.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC5-03UCBrowser/8.7/50/444/UCWEB','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC6-01 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaC7-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaC7-00 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE5-00 (SymbianOS/*; Series60/*; Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE50','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE50-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE50-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE50-1 SymbianOS/* Series60/* Profile/MIDP-2.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE50-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE50-2 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE50-2 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE51','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE60','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE60-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE60-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE61-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61i Orange/1.0 Series60/* Nokia E61i/1.0633 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE61i-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE61i-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE61i-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE62','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":314,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE62-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":314,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE62-1 (2.0618); SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":314,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE63','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE63 (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE63/1.0(101.21) SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE63/1.0(102.21) SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE65','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE65-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE65-1 Orange/1.0 (1.0633) SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE65-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE65-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE65-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1 DRM 1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE66 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE70','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE70-1 (1.0610); SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE70-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE70-2 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":380,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE71','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE71 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE71x/ATT.03.11 Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE71x/ATT.03.27 Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE71x/ATT.03.28 Mozilla/5.0 SymbianOS/*; Series60/*; Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE72-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaE72-1 (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaE90','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":800,\"screenHeight\":352,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaInternal','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NokiaInternal (01.62)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NokiaInternal (2.50)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NokiaInternal Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NokiaInternal/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('NokiaN-Gage SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":174,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN-Gage SymbianOS/* Series60/*Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":174,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN-GageQD','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN-GageQD SymbianOS/* Series60/* Profile/MIDP-1.0 Configuration/CLDC-1.0','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN-GageQD/1.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN-GageQD/2.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN70','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN70-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN70-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN70-1/','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN70/ 5.0734 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN70/ 5.0741 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN71','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN71-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN72','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN72 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN72-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":170,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN72/ 5.0741 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-1 S60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-2 S60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN73-2 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN73-5 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN75','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN75-3 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN76','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN76/CMCC SymbianOS/* Series60/* Release/21.1 Mozilla/5.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN77-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN77-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN78','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN78/SymbianOS Series60/* Release/11.043; Mozilla/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN79','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN79/SymbianOS Series60/* Release/10.045; Mozilla/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN8-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN8-00 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) NokiaBrowser/* Mobile Safari/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN8-00 (Symbian/3; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* NokiaBrowser/*','nokias3','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN80','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN80 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":352,\"screenHeight\":416,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN80-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN80-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81 SymbianOS/* Series60/* Release/10.1 Mozilla/5.0 Profile/MIDP-2.0 Configuration/','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81-1/11.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81-3/10.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81-3/11.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81-3/20.0','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN81/ SymbianOS/* Series60/* Release/10.1 Mozilla/5.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN82','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN82 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN85','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN90-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN90-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":346,\"screenHeight\":416,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-13G','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN91-2 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN92','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN92-1 S60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN92-2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN93','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN93-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN93-1 Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN93-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN93i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN93i-1 SymbianOS/* Series60/* Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN95','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN95 8GB','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaN95_8GB-3;Mozilla/5.0 SymbianOS/*; Series60/* NokiaN95_8GB-3 Profile/MIDP-2.0 Configuration/CLDC-1.1 AppleWebKit/* (KHTML, like Gecko)','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN96-1 SymbianOS/* Series60/* Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN96/SymbianOS Series60/* Release/11.018; Mozilla/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaN97i (SymbianOS/*; Series60/* Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebkit/525 (KHTML, like Gecko) BrowserNG/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaNokia N81','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaTHR880i','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaTHR880i (2.19)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-00)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-00) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiax2-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP;Opera Mini)Presto/2.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-01)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-01) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiax2-01','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-01 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-01.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-01.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-02 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX2-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-02)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax2-02) AppleWebKit/* (KHTML, like Gecko)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX2-05 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-00 (di3.44SSC) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiax3-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-00 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-02','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-02 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; Nokiax3-02)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Nokiax3-02','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-02 Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-02.5','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX3-02.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX3-02.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX5-00/CMCC SymbianOS/* Series60/* Release/10.1018; Mozilla/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 AppleWebKit/* (KHTML,like Gecko) Safari/*','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NokiaX6-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('NokiaX6-00/20.0; Series60/* Profile MIDP2.1 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Nokia_compliant_Thinflow_Client','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Nokiac5-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokiac5-03','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokian73-1','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Nokian8-00','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Novarra/5.','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Novarra/5.2(J2ME-OPT)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('NzPhone/0.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('O2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2 Xda Atom','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2 Xda Graphite','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2 Xda Zinc','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X1b','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X1b/6.1 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X1i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X1i/6.1 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X2i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X2i/6.1 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2-X4 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2/1.0/SonyEricssonX1i Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('O2Jet','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPPO_R815T/1.0 Linux/3.4 Android/4.2 Release/12.24 Browser/AppleWebKit534.30 Mobile Safari/* MBBMS/2.2 System/Android 4.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('OPWV-GEN-02/UNI10 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OPWV-GEN-02/UNI10 UP/5.0 (GUI) UP.Browser/5.0 (GUI)-XXXX','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OPWV-GEN-99/UNI10 UP.Browser/6.0 (GUI) HTTP-DIRECT/5.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-GEN-99/UNI10 UP.Browser/6.0 (GUI) MMP/HTTP-DIRECT','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK UP.Browser/7.0 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/11 UP.Browser/6.0 (GUI) MMP/1.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/11 UP.Browser/6.0 (GUI) MMP/HTTP-DIRECT','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/51 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OPWV-SDK/51 UP.Browser/6.0 (GUI) MMP/HTTP-DIRECT','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/51 UP/5.0 (GUI) UP.Browser/5.0 (GUI)-XXXX','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OPWV-SDK/61 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/61 UP.Browser/6.1 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/62 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/62 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OPWV-SDK/S65 UP.Browser/7.0 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OT-S680/1.0 MTK/W07.32 Release/01.01 Browser/Teleca-1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OT-S686/1.0 BRCM/2124 Release/CC84-V1.0 Browser/Teleca-1.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OT-S692/1.0 MTK/W07.12 Release/06.01 Browser/Teleca-1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OWG1 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OWG1 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('OWG1 UP/4.1 UP.Browser/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Opera','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera 7.0 SonyEricssonM600i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 405) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera 7.0 SonyEricssonP990i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera 8.54 SonyEricssonP990i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera Mini 4/SonyEricssonK700i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/10.00 (Windows NT 5.1; Edition Englend Local) Presto/2.9 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/1657 (Symbian OS) [Nokia 6600/3.42]','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/8.01 (J2ME/MIDP; Opera Mini; Motorola V3; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/8.01 (J2ME/MIDP; Opera Mini; Nokia 5300; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/8.01 (J2ME/MIDP; Opera Mini; Nokia 6230; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/8.01 (J2ME/MIDP; Opera Mini; Nokia 7373; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":218,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/8.01 (J2ME/MIDP; Opera Mini; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.0 (Microsoft Windows; PPC; 240x320; HTC_P3650; Opera Mobile)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.00 (Nintendo Wii','nintendo','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/9.10 (Nintendo Wii; 1621)','nintendo','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/9.27','opera','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/9.30 (Nintendo Wii; 2047-7)','nintendo','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/9.30 (Nintendo Wii; 3642)','nintendo','{\"type\":\"desktop\",\"markup\":\"gametv\",\"screenWidth\":800,\"screenHeight\":528,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.5 (Microsoft Windows; PPC; 640x480; HTC_X7500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.5 (Microsoft Windows; PPC; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":610,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.5 (Microsoft Windows; PPC; Opera Mobi) SonyEricssonX1i Profile/MIDP-2.0 Configuration/CLDC-1.1','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.50 (J2ME/MIDP; Opera Mini)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.50 (J2ME/MIDP; Opera Mini; ssr)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.50 (Nintendo DSi; Opera/483)','nintendo','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":256,\"screenHeight\":192,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.50 (Nintendo DSi; Opera/507)','nintendo','{\"type\":\"mobile\",\"markup\":\"gameport\",\"screenWidth\":256,\"screenHeight\":192,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; 240x240; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; 240x320; HTC_P3650; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; 240x320; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; 240x320; SPV M700; OpVer 19.123; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; 640x480; HTC_X7500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.51 Beta (Microsoft Windows; PPC; Opera Mobi)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.60 (J2ME/MIDP; Opera Mini) Presto/2.2','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.60 (J2ME/MIDP;Opera Mini)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.64(Windows NT 5.1) Presto/2.1','opera','{\"type\":\"desktop\",\"markup\":\"\"}'),('Opera/9.7 (Windows Mobile; PPC; Opera Mobi) Presto/2.2','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.7 (WindowsMobile; PPC; Opera Mobi; Presto/2.1)','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.70 (BREW 4.0; Samsung; Opera Mobi; Presto/2.2/INT) Sprint M850 SprintTitan/OSGi-4.1 Profile/MIDP-2.1 Configuration/CDC-1.1','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Android 1.*; Linux; Opera Mobi) Presto/2.11 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Mobi) Presto/2.11 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Mobi) Presto/2.7 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Mobi) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Mobi) Presto/2.9 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Tablet) Presto/2.10 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Tablet) Presto/2.11 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 2.*; Linux; Opera Tablet) Presto/2.9 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 3.*; Linux; Opera Tablet) Presto/2.10 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 3.*; Linux; Opera Tablet) Presto/2.11 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Mobi) Presto/2.11 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Mobi) Presto/2.9 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Tablet) Presto/2.10 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Tablet) Presto/2.11 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":600,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android 4.*; Linux; Opera Tablet) Presto/2.9 Version/*','opera','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android; Linux; Opera Mobi) Presto/2.5 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Android; Opera Mini) Presto/2.4','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Android; Opera Mini) Presto/2.5','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Android; Opera Mini) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (BlackBerry; Opera Mini) Presto/2.5','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (BlackBerry; Opera Mini) Presto/2.6','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (BlackBerry; Opera Mini) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.2','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.4','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.5','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini; Android 2.*; Nexus One) Presto/2.5','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini; SymbOS; Opera Mobi) Presto/2.5 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini; http:/19.864) Presto/2.5','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (J2ME/MIDP; Opera Mini; rv:1.9) WebKit/534.5 Presto/2.6','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux armv6l; CE-HTML/1.0 NETTV/3.0) Presto/2.6 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux armv7l; CE-HTML/1.0 NETTV/3.3; PHILIPS-AVM-2012) Presto/2.9 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux armv7l; Maemo; Opera Mobi) Presto/2.5 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Linux armv7l; Opera Mobi; MeeGo) Presto/2.11 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux i686; HbbTV/1.1 (); CE-HTML; TechniSat MultyVision ISIO) Presto/2.9 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux mips; HbbTV/1.1 (; Philips) CE-HTML/1.0 NETTV/3.1) Presto/2.6 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux mips; HbbTV/1.1 (; Philips) CE-HTML/1.0 NETTV/4.0) Presto/2.10 Version/*','opera','{\"type\":\"desktop\",\"markup\":\"tv\",\"screenWidth\":1280,\"screenHeight\":720,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux x86_64; Opera Mobi) Presto/2.9 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Linux; Opera Mobi; MeeGo) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (MTK; Nucleus) Presto/2.4 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Mac OS X; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.4 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.5 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.7 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (S60; SymbOS; Opera Mobi) Presto/2.9 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Series 60; Opera Mini) Presto/2.5 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Windows Mobile; Opera Mini) Presto/2.8 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (Windows Mobile; WCE; Opera Mobi) Presto/2.4 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9.80 (Windows; Opera Mobi) Presto/2.10 Version/*','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9.80 (iPhone; Opera Mini) Presto/2.4','opera','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Opera/9399 (Symbian OS) [Nokia 6600/5.53]','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9399 (Symbian OS) [Nokia 6680/5.04]','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9399 (Symbian OS) [Nokia N70/3.0546]','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Opera/9424 (Symbian OS) [Nokia 6680/5.04]','opera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OperaMini (S60; SymbOS; Opera Mini)','opera_mini','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('OperaMini(Fucus/Unknown;Opera Mini)','opera_mini','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('OperaMini(Gionee_1303;Opera Mini)','opera_mini','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('OperaMini(WW_00_176X220_KEY_E;Opera Mini)','opera_mini','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Optimay-Seville','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Optimay-Seville/1.4 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Optimay-Seville/1.4 UP.Browser/6.2','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Optimay-Seville/1.4 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Optimay-Seville/1.4 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('OptusD736','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Orange SPV M2000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('P800 simulator','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANDA-M88','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PANTECH','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PANTECH G200','pantech','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH G300','pantech','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH G500','pantech','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C510/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C520/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C530/ITUS10062008 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C610/IRUS08252008 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C630/IUUS08112008 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C740/ISUS09012008 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C790/JAUS08312009 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C790/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C810/M044.33 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C810/R01 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-C820/WM28.31 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-EUROPA-U4000','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-EUROPA-U4000-orange/1.0 Obigo/Q04C MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-EUROPA-U4000/1.0 Obigo/Q04C MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-P7000/','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH-PN3200/1.0 UP.Browser/6.2 (GUI) MMP/2.0','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH_PG-6100','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH_PG-6100/(2005.06)Ver1.00/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PANTECH_PG-6100/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1000S','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1000S/01.00BR','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1200','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1200/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1210','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1210/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1300','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1310V/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1400','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1400/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1400L','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1400L/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1410','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1410/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1500','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1500/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1600','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1600/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1610','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1610/R01','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1810','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1810/R01','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1900','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-1900/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-2800','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-2800/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3000','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3000/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3200','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3200/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3210','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3210/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3300','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3300/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3310/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3500','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3500/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3600','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3600/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3700','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3810','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3810/R01 Profile/MIDP-2.0','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3900','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-3900/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-6100/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-6200','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-6200/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-8000','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-8000/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C120/R01 MIC/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C150/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C300','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C300/R01 MIC/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C300/R03 MIC/1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG-C510/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PG1310V/R01','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 162','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 162 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 163 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 330','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 330 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 350 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 355 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 355 / Obigo Internet Browser 2.2','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 530','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 530 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 535 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 630 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 636 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS 639','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 639 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 639/Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 768 UP.Browser/6.2 (GUI) MMP/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 855 / Obigo Internet Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":105,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 960','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS 960 UP.Browser/6.2 (GUI) MMP/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS-Az@lis288 UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Az@lis288 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Az@lis288/2.1 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 330','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 330/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 620/3','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 620/3.14 UP.Browser/5.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 625','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 625/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 630','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 820/3','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":57,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 820/3.14 UP.Browser/5.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":57,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 822','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 822/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 825/3 UP.Browser/5 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":106,\"screenHeight\":57,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 825/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":106,\"screenHeight\":57,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 826','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO 826/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-FISIO311/2.1 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Fisio 121','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Fisio 121/2.1 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Fisio311','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Fisio311/2.1 UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Fisio311/316 /2.1 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Ozeo UP/4','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Ozeo UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Ozeo UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-SYSOL2','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-SYSOL2/3.11 UP.Browser/5.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-SYSOL3','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-SYSOL3/3.11 UP.Browser/5.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-V21WAP','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-V21WAP UP/4','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-V21WAP UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-V21WAP UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-VTHIN_WAP','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-VTHIN_WAP UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-XENIUM 9@9/2.1 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Xenium 9@9++','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Xenium 9@9++/3.14 UP.Browser/5.0 (GUI)','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Xenium9@9','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Xenium9@9 UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-Xenium9@9 UP/4.1 UP.Browser/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS-az@lis288_4 UP/4.1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS289 ObigoInternetBrowser/Q03C EGE/1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS350/1.0 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS355j ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS362-1','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS362-1 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS362-2','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS362-2 ObigoInternetBrowser/Q03C EGE/1.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":111,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS568/1.0 UP.Browser/6.1 (GUI) MMP/1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS650','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS650 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS655','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS655 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS660','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS660 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS661','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS661 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS755','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS755 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS760','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS760 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS766 IACWAPBrowser1.2','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS855','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":105,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS855 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":105,\"screenHeight\":96,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS859','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS859 ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PHILIPS9@9H ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS9@9V ObigoInternetBrowser/2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS9A9R / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PHILIPS9A9W ObigoInternetBrowser/QO3C Profile/MIDP-2.0 Configuration/CLDC-1.1','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PLM\'s WapBrowser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PN-215','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PN-215 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PN-315/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PN-E330/T03_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('POLARIS/6.01 (BREW 3.1; LG; LX265; POLARIS/6.01/WAP) MMP/2.0 profile/MIDP-2.1 Configuration/CLDC-1.1','lg_polaris','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('POLARIS/6.01 (BREW 3.1; LG; LX370; POLARIS/6.01/AMB) MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg_polaris','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('POLARIS/6.01 (BREW 3.1; LG; POLARIS/6.01/WAP) Sprint LX290S MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','lg_polaris','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PORSCHE-DESIGN-P-9521','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PORSCHE-DESIGN-P-9521/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PORSCHE-DESIGN-P-9522/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI), Browser/UP.Browser/7.2 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; CHT 9100/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P3350/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P3450/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P3450/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P3450/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P3451/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_P4351/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_TyTN/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; HTC_WIZARD/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; SPV M700; OpVer 19.123 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 240x320; phoneOne_S901/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 480x640; HTC P3700; OpVer 30.193 Opera/9.50 (Microsoft Windows 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 480x800; HTC_Touch_Diamond2_T5353-Orange; OpVer 93.172 Opera/9.50 (Microsoft Windows 6.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PPC; 480x800; HTC_Touch_HD_T8282; OpVer 34.119 Opera/9.50(Microsoft Windows 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G310','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G310c','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G510','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G600','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":123,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G600 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":123,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G650','pantech_pt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PT-G670','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G670 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G700','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G800','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G800 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-G900','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB100','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB200','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB200 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB210','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB300','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB300 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GB310','pantech_pt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PT-GF100','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":123,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GF200','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GF200 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GF260','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GF500/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GF500J','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GI100 CLDC','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GI100 CLDC/CLDC-1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PT-GI100/CLDC/CLDC1.0 MIDP/MIDP-1.0','pantech_pt','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PU-C710/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PURPLE_A700','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Palm Treo Pro/ ver 1.01/ Windows CE;IE Mobile 7.11 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm680','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":302,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm680/Orange Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D053; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":302,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm680/RC1 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D053; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":302,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm680/RC1 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/hspr-D053; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":302,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0000 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0003 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0004 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0004 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; SPV M3100; OpVer 12','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0005 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm750/v0100 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm850/V0100 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Palm850/v0100 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PalmCentro/v0001 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D061; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PalmCentro/v0001/RC1 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D061; Blazer/4.5) 16;320x320','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PalmSource/Palm-D053; Blazer/4.5','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic G600i','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic WAP','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-A100','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-A200','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-A200/1.0 UP.Browser/6.2 (GUI)MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-A210','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-A210/1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-A500','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-A500/R1 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-G50','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":72,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-G50/1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":72,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-G60','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-G60/1.0 UP.Browser/6.1 MMP/1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-G70','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-G70/1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD35/1.0 UP.Browser/4','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD35/1.0 UP.Browser/4.1','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD35/1.1 UP.Browser/4.1','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD55','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":112,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD6*','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD6*/1.0 UP.Browser/5.0 (GUI)','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD67','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD67/1.0 UP.Browser/5.0 (GUI)','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD75','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD76','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD87','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":129,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD87/A19','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":129,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD87i','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":129,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-GAD95','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-GAD96','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-MX6/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-MX7/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SA6','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SA6/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SA7','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SA7/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SC3','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-SC3/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS2','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS2/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS3/#Vodafone/1.0/Panasonic-VS3','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS3/(2005.05)SW1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-VS3/1.0 Browser/Obigo-Browser/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-VS3/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-VS3/1.0/RP1+Profile/MIDP-2.0+Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-VS6','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS6/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS7','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-VS7/1.0/RP1 Profile/MIDP-2.0 Configuration/CLDC-1.1','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X100','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X100/1.0 UP.Browser/6.2 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X200','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X200/R01 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X200P','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X200P/RP1 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X300','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X300/1.0 UP.Browser/6.1 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X400','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X400/R01 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X400P','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X400P/RP1 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X500','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X60','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X60/R01 Profile/MIDP-1.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X66','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X66/R01 Profile','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X68','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X68/R01 Profile','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X70','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":124,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X70/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":124,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X70/A00','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":124,\"screenHeight\":132,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X700','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X700/1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X701','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X701/1.0 SymbianOS/7.0 Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X77','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-X77/R01 Profile','panasonic','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Panasonic-X800','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-X800/1.0 SymbianOS/7.0 Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-g51E','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":72,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Panasonic-g51M','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":72,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PanasonicVS3','panasonic','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Pantech c816 DK.00.00 UP.Browser/4.1','pantech','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Pantech c8816','pantech','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PantechC790 Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP2020 NetFront/3.5 OMC/1.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP2020; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP2030; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('PantechP5000 BMP/1.0 DeviceId/141025 NetFront/4.1 OMC/1.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP6010 BMP/1.0 DeviceId/141020 NetFront/4.1 OMC/1.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP7000; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP7040 Browser/Obigo/Q05A OMC/1.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PantechP7040; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('PantechP9020 NetFront/3.5 OMC/1.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','pantech','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Phantom.js bot','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":808,\"screenHeight\":606,\"pixelRatio\":1.26666666667,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Philips 198 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips 199 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips E100/ Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips E210/Obigo Browser wap2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips P390 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips S890 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips W626 Linux/2.6 Android/2.3 Release/06.19 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips-568','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips-568 UP.Browser/6.1 (GUI) MMP/1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips292 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips588 / Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Philips9@9k/R08 NXP5210/DV7 Release/9.12 Obigo/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Philips9@9q/V07 NXP5210/DV9 Release/12.10 Obigo/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsE102/1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":88,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsE102/1.0 NXP4901/Galaxy1.1 Release/01.04 Browser/JAT-Browser5.0 Profile/MIDP-1.0 Configration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":88,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsK700/Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX100/OBIGO_Q03C/WAP2.0 Profile','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX331 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX500/1.0 NXP5210/DV9 Release/9.01 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX501/1.0 MTK6235/08B Release/09.09 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX503/MTK 6235.09A 09.32/WAP-2.0/MIDP-2.0/CLDC-1.1','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX520/1.0 NXP5210/DV9 Release/9.01 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX530/1.0 NXP5210/DV9 Release/9.01 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('PhilipsX600/1.0 NXP5210/DV9 Release/9.01 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX622 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK) Presto/2.5 Version/*','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('PhilipsX623 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('PhilipsX703/Obigo Browser 2.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX800/1.0 MTK6229/07A Release/10.06 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhilipsX830/1.0 MTK6239/08A Release/11.11 Browser/Obigo2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','philips','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('PhoneOne M401','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Pirelli D910.0 FS_D910.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Pocket M3Gate/1.2 beta 2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Poseidon','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Poseidon/6.1 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Psion Cpw/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Psion Cpw/1.00f(RV) War/1.00f','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Psion Cpw/1.00f(S5) War/1.00f','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Q-MOBILE-Q61/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Q-Mobile-F220/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QA-ATM v1.04(atmc V4)','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2235/1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2235/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2255/1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2255/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2325','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2325/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2345/1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-2345/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-3225','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-3225/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-5135','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-5135/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-7135','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC-7135/1.0 UP.Browser/4.1','kyocera_qc','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC12 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC2135 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC32 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QC6035 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-01/1.0 UP.Browser/4','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-11/1.0 UP.Browser/4','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-12/1.0 UP.Browser/4','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-12/1.0 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-21/1.0 UP.Browser/5','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-22/1.0 UP.Browser/5','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-23/1.0 UP.Browser/5','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-23/1.0 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-24/1.0 UP.Browser/5','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-24/1.0 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('QCI-31','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QCI-31/1.0 UP.Browser/6.1 (GUI)MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QCI-32/1.0 UP.Browser/6','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QCI-MJ2/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QCI-MJ2/1.0 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QTEK9000-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QTEK9100-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QTEKS200-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('QWAPPER/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Qtek S100','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek S200','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek S200/2.9 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (Compatible; MSIE 4.01;Windows CE; PPC; 240X320)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8010','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8010 (Mozilla/4.0 compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8020 (Mozilla\\4.0 compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8020 (Mozilla\\\\4.0 compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320;SPV M3100; OpVer 14.211','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8080','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek8080/DBK (; 4.20; Windows Mobile 2003; Smartphone; 176x220)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek9000','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek9090','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek9090; Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek9100','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Qtek_9100/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','qtek','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('R380 2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R380 2.0 WAP1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R380 2.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R380 2.1 WAP1.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R380 2.2 WAP1.2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R4.5/SEMC_V800/EU_1 SonyEricssonVodafone-802SE Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('R4.5/SEMC_v800/EU_1 SonyEricssonV800 Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('R600 1.0 WAP1.2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('R830/2.0 Profile/MIDP-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RAKS 7530','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":100,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('RAKS 7530 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":100,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('RATECH55_512256_11B_HW (MRE\\2.5(2560) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\0 camera\\1 gsensor\\0 keyboard\\normal) A638_T551_B1_MLA_11B_V4_8_0919 Release/2012.09 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('RATECH55_512256_11B_HW (MRE\\2.5(2560) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\0 camera\\1 gsensor\\0 keyboard\\normalWAP Browser/MAUI (HTTP PGDL;HTTPS)) A638_T511_B1_MLA_11B_V2_9_0304 Release/2013.03 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/Profi','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('RATECH55_512256_11B_HW (MRE\\2.5(2560) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\0 camera\\1 gsensor\\0 keyboard\\normalWAP Browser/MAUI (HTTP PGDL;HTTPS)) A638_T551_B1_MLA_11B_V5_8_0129 Release/2013.01 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/Profi','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('RIM950','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":65,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RIM957','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RON_D09_01/DG_D09/WAP2.0 Profile RON_D09_01/DG_D09/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RT176X220/M.RR4020001.M01001.V1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RT240X320/M.RF2221001.M02002.V1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RT240X320/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RX600/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Reksio(30025)','reksio','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Reksio(600)','reksio','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":204,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ReksioVRE(196683)','reksio','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Reporo Generic MIDP2.0 CLDC1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RocketBrowser/Sony 3.0 (LG-VX-11000)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RocketBrowser/Sony 3.0 (U350)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('RocketBrowser/Sony 3.0 (VX5500)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Rover 0','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 0.0 (width=160;height=142;color=false;numcolors=2)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 1','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 1.5 (Palm; IP; OS v. 3.5)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 1.5 (Palm; IP; OS v. 4.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 2','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 2.0 (Palm; IP; OS v. 4.0)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 2.0 (Palm; IP; OS v. 4.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Handheld; DataTAC; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Handheld; Mobitex; OS v. 2.5)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Handheld; Mobitex; OS v. 2.6)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Pager; DataTAC; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Pager; Mobitex; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.0 (RIM Pager; Mobitex; OS v. 2.6)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.5 (RIM Handheld; DataTAC; OS v. 2.0)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.5 (RIM Handheld; Mobitex; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Handheld; DataTAC; OS 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Handheld; Mobitex; OS 2.5)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Handheld; Mobitex; OS 2.6)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Handheld; Mobitex; OS v. 2.0)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Handheld; Mobitex; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Pager; Mobitex; OS 2.5)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (RIM Pager; Mobitex; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.6 (width=160;height=142;color=false;numcolors=2)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.7 (RIM Handheld; Mobitex; OS 2.5)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.7 (RIM Handheld; Mobitex; OS 2.6)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.7 (RIM Pager; Mobitex; OS 2.6)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.8 (width=157;height=139;colordepth=1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.8 (width=216;height=231;colordepth=32)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.8 (width=227;height=230;colordepth=16)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.8 Alpha (Good Handheld; GoodLink; OS 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover 3.8 Alpha (RIM Handheld; Mobitex; OS 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover Ham.mer.head.1 Alpha (RIM Handheld; Mobitex; OS 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Rover g.fish (RIM Handheld; Mobitex; OS v. 2.1)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('RoverPC-S5/(2005.10)Ver1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1/ (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','rover','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S-wellcom_T703/v3 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('S100/R01 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S302 /EI,A02: 180608 1458','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S55','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S55/05 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S55/11 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('S700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM VS3','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3000','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3016','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3XXX/0.0 UP.Browser/4','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3XXX/0.0 UP/4.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3XXX/0.0 UP/4.1 UP.Browser/4.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-3XXX/1.0 UP.Browser/5','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-3XXX/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-910','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-912','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-916','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-919','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-920','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-922','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-926','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-929','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-930','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-932','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-936','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-939','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-940','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-942','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-946','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-949','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-950','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-952','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-956','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-959','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-9XX','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-9XX/0.0 UP/4.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-9XX/0.0 UP/4.1 UP.Browser/4.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-CO210','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-CO210/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-MC2007/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-MO130-101x80','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-MO130-101x80/2.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-MyMobileTV/2.0 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-MyMobileTv/1.0 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-SG345i','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":144,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF526/1.0/EVN_HH MIDP/2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF527','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF533/1.0/EVN_ZE MIDP/2.0Configuration/CLDC-1.1Browser/UP.Browser/7.2(GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF533/1.0/EVN_ZH MIDP/2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF533/1.0/EVN_ZI MIDP/2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF533/1.0/EVN_ZJ MIDP/2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-VF540/1.0/EVN_MB MIDP/2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3020','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3022','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3026','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3040','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3042','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-mw3046','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my-7','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my-7/1.0 Profile/DoCoMoProfile-1.5oe, MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my-7/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my100X','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-my200x','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-my201','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my201/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my202/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":95,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my202C','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my202C/Orange1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my202x','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my213X','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-my214X/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my300X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my300X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my301X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my301X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3020','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3022','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3026','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my302X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3030','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3032','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3036','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3040','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3042','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3046','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my3052','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my312X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my312X-ora-orange/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my400V','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my400X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my400X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my401C/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my401X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my401X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my401Z','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my405X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my405X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411C','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411C-orange','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411C-orange/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411Cv','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411V','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411V/1.0/ MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my411X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my419x','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":125,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my419x-orange/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":125,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my421Z-orange/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my500X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my501C','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my501C/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my501X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my501X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my511X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my511X-orange/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my600v/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my600x','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my600x/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my700X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my700x/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my721X/1.0/EAN_ET MIDP-2.0 Configuration/CLDC-1.L Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my730C/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my750C/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my750X-Orange/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my750X/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my800v','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my800x','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my800x/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my810x-orange','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my850C','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my850C-Orange/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my850V','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my901C','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-my901C/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-2/1.0 UP.Browser/5','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-2/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-3','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-3/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-3b','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-3b/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-4','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC-4/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-2','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-2/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-3','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-3/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-3/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-3m','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC2-3m/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC3-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC3-2/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC4-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC4-2/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2T','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2T/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2T/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2v','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-2v/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-3','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myC5-3/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myG-5','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAGEM-myMobileTV','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myS-7','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myS-7/1.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myT-22','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myT-22/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-55','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-55/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-55/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-55/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-56','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-56/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-65','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-65/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-65/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-65/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-65/2.1 Profile/DoCoMoProfile-1.5oe, MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-66','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-75','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-75/1.0 Profile/DoCoMoProfile-1.5oe, MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-76','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-76/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-76/1.0/ MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myV-85/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myW-7','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myW-7/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myW7','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-1/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-2','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-2/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":94,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-2G','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-2G/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-2m/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-3','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-3/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-3/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-3/2.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-4','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-4/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-4T','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-4T/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5-2T','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5-2T/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5/2,0 ()','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5/2.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5d','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5e','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5e/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5m','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5m/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5m/1.1','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-5m/1.1 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-6/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-6/1.0 UP.Browser/6.2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-6/1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-6/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-6/2.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":122,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-7','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-7/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-7/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX-8/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX2-2','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX2-2/1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX2-2m/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX3-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX3-2/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2m','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2m/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0 UP.Browser/6.2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":105,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2v','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-2v/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-5','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX5-5/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX6-2','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX6-2/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX6-2/1.0/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX6-2ege/LE5,1B Profile/MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX8','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myX8/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myZ-5','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myZ-5/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myZ-55','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGEM-myZ-55/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGETEL55_FTE_11B_HW (MRE\\3.0(20480) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\0 camera\\1 gsensor\\0 keyboard\\normal) V13-M121229-KL01-T605-MP Release/2012.12 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/Profile/MIDP-2.0 Configuration/CLDC-1.1 Q03C1-','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAGETEL55_FTE_11B_HW (MRE\\3.0(20480) resolution\\240320 chipset\\MT6255 touch\\1 tpannel\\0 camera\\1 gsensor\\0 keyboard\\normal) V14-M130218-KL01-T605-MP Release/2013.02 WAP Browser/MAUI (HTTP PGDL; HTTPS) Profile/Profile/MIDP-2.0 Configuration/CLDC-1.1 Q03C1-','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAGETEL60D_UL15_HW (MRE/3.1(800);MAUI/130730_UL11_T342_MP;BDATE/2013/07/31 10:34;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/SAGETEL60D_UL15_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;M','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGETEL60D_UL15_HW (MRE/3.1(800);MAUI/131126_UL11_T342_MP;BDATE/2013/11/27 16:52;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/SAGETEL60D_UL15_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;M','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGETEL60D_UL528A_HW (MRE/3.1(800);MAUI/140109_UL528A_T343_MP;BDATE/2014/01/09 10:37;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/SAGETEL60D_UL528A_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAGETEL60D_UL61_HW (MRE/3.1(800);MAUI/130619_UL61_T363_MP;BDATE/2013/06/19 08:48;LCD/176220;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/SAGETEL60D_UL61_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;M','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAM-M569/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAM-R550 UP.BROWSER/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAM-S379/ Embider/5.30 (GUI; compatible)','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMA670 UP.Browser/6.2','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUG-SGH-D500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG GT-C3780','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG GT-E2252','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG GT-S3570','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG SGH-X100 UP.Browser/6.1 (GUI) MMP/1.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-B2100 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-B2100-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-B2100V Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-B2700 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-B5702','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-B5702 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C3050','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-C3050 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-C3050 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C3050-ORANGE Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C3053 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C3110 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C5212','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-C5212 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C5220 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-C6625 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-D900E NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-D900E-Bouygues NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1310B UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1310E XBIE1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1310M UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1360B-ORANGE UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1360M UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E1410 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2100B UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2100L UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2210','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2210B UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2210BT UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2210L UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2510 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-E2510 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-E2510-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B2710 SHP/VPP/R5 Dolfin/2.0 QTV/5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3210 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3210-ORANGE NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3310 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3310-ORANGE NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3313 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3410 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3410-Bouygues NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3410R NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B3410W SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-N','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5310 SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5310L SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5310R SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5310U SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5702C_CMCC RTK-E/1.0 DF/1.0 Release/01.14 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5722 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B5722C RTK-E/1.0 DF/1.0 Release/10.14 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B6520 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B6520 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7300 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7320 MIDP/2.1 CLDC/1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7320 MIDP/2.1 CLDC/1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7320 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7330 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7330 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) SAMSUNG-GT-B7330V/XXIL3','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7350 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7610 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7610 Browser/Opera/9.5 Profile/MIDP-2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7610 Opera 9.5','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":400,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-B7722 SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3010 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3010 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3011 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3011 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3060 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3110C Release/9.05 Browser/Openwave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3200 NetFront/3.5 Profile/M IDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3200 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3212 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3212i NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3222 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3222 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3222 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3222W NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3260 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3262','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3262 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3300K','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3300K NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3300K Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3300K-ORANGE NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3300i NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3303 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3303K NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3303K Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3303i NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3303i Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3303i Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3310 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3312','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3312 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3312R','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}');
INSERT INTO `mdr_mj_amdd` (`ua`, `group`, `data`) VALUES ('SAMSUNG-GT-C3312R NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3313T NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3322 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3322 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-C3330 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3332 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3350 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3500 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3510 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3510T SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3510T SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3518 RTK-E/1.0 DF/1.0 Release/22.12 Browser/NetFront3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3520 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3530 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3560 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3630 SHP/VPP/R5 NetFront/3.4 Nextreaming SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3750 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3752 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C3780 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5010 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5130 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5130S SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5212 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5212i NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C5510 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C6112 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C6620 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-C6712 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E1282T','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\"]}'),('SAMSUNG-GT-E1390 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E1500 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-E2120-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2120B Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2120C_CMCC RTK-E/1.0 DF/1.0 Release/14.01 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2120L','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2120i Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2121B Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-E2121B Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2121L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2130 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2152 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2152i Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2202','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2220 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2222 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2222 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-E2222L NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2230 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2232 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2232 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2250','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-E2252','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-E2252 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":146,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2262 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2330B Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2370 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2530 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2530 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2550 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2550L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2600 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2652 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E2652W NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E3210 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E3210 RTK-E/1.0 DF/1.0 Release/12.14 Browser/NetFront4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E3210L NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-E3300L NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6220 SHP/VPP/R5 Jasmine/0.8 NexPlayer/2.12 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6220 SHP/VPP/R5 Jasmine/1.0 NexPlayer/2.12 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6230 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6330C_CMCC RTK-E/1.0 SHP/VPP-R5 Release/5.25 Browser/NetFront3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 SMM-MMS/1.2','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6410 Linux/X2/R1 Opera/9.6 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6410 Linux/X2/R1 Opera/9.6 SMS-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I6712 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I7410 SHP/VPP/R5 Jasmine/1.0 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I8320 Linux/X2/R1 Opera/9.6 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":380,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I8320 Linux/X2/R1 Opera/9.6 SMS-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I8320 Opera/9.6 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":380,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-I9308_TD Android/4.0 Release/02.15 Browser/AppleWebKit534.30','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-M2310 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M2510 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M2513 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M2520 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M2710C RTK-E/1.0 DF/1.0 Release/07.01 Browser/NetFront3.4 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M3310 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M3318C RTK-E/1.0 DF/1.0 Release/07.01 Browser/NetFront3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M3710 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M5650 SHP/VPP/R5 Jasmine/1.0 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M5650 SHP/VPP/R5 Jasmine/1.0 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M5650U SHP/VPP/R5 Jasmine/1.0 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M7600L SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8800 SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8800 SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8800 SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8800 SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8800-ORANGE SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8910 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-M8920 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3100 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3310 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3350','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3350 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3353 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3370','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3370 SHP/VPP/R5 Dolfin/1.5 Qtv/5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-N','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3370B SHP/VPP/R5 Dolfin/1.5 Qtv/5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-N','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3370L SHP/VPP/R5 Dolfin/1.5 Qtv/5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-N','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3500C Release/10.23 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3501C Release/09.10 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3550 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3570 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3572','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3572 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3600C RTK-E/1.0 DF/1.0 Release/07.01 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3600i NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3600i Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3601C_CMCC RTK-E/1.0 DF/1.0 Release/01.09 Browser/NetFront3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3650 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3650-Bouygues-RipCurl SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3650-ORANGE SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3650C SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3650W SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3653 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3653W SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3710 RTK-E/1.0 SHP/VPP/R5 Release/07.09 Browser/NetFront3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3770 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3770K NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3770K Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3770L NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3770M NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3770Y NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3802','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S3802 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S3850 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5150 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5200C RTK-E/1.0 DF/1.0 Release/02.01 Browser/NetFront3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5210 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5220','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5220 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5222','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5222 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5222R','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5222R NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5229 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5229-Vodafone/%s OperaMini/6.1 Profile/MIDP-2.0 Configuation/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230 SHP/VPP/R5 Jasmine/0.8 NexPlayer/2.12 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230-ORANGE SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230C SHP/R5 Release/02.01 Browser/NetFront3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230G SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230N SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5230W SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233A SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233A SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233S SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profil e/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233S SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233T SHP/VPP/R5 Jasmine/0.8 NexPlayer/2.12 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233T SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233T SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5233W SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5253 Bada/1.0 AppleWebKit/* Dolfin/2.0 Mobile NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5260 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5260 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B NetFront/3.5','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5260-VODAFONE SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5263 SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5270K NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5270L NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5270Y NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5292','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5292 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5350 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-N','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5503/ SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5510 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5511T SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 S5511AJKD4','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5530 SHP/VPP/R5 Dolfin/2.0 QTV/5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5550','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5550 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5560 SHP/VPP/R5 Dolfin/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5560i SHP/VPP/R5 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5600 SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5600-Bouygues SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5600-ORANGE SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5600L SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5603 SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5603T SHP/VPP/R5 Jasmine/0.8 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5610 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5610 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5610-ORANGE NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5610K NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5620','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S5620 SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5620-ORANGE SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5620B SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5620L SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5628 SHP/VPP/R5 Dolfin/1.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5630C_CMCC RTK-E/1.0 SHP/VPP/R5 Release/17.08 Browser/NetFront3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S5750E SHP/VPP/R5 Dolfin/2.0 SMM-MMS/1.2 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S6700C SHP/R5 Release/02.01 Browser/NetFront3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S6700T SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7070 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7070 SHP/VPP/R5 Jasmine/1.0 Nextreaming/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7070C SHP/VPP/R5 Dolfin/1.0 SMM-MMS/1.2 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7233E Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7330 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7330-ORANGE SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S7550 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S8000H SHP/R5 NetFront/3.5 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S8000L SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S8003 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S8500','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-GT-S8500 Bada/1.0 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-S8500 SHP/VPP/R5 Dolfin/2.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-i8000 (Windows CE; Opera Mobi) Opera 9.5','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-i8000 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-i8000 Opera 9.5','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-i8000Orange (Windows CE; Opera Mobi) Opera 9.5','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-GT-i8000Orange (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M2710 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M3200 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M3510 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M7500 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration /CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M7600 SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M7600-ORANGE SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M7603 SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-M8800L SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3030 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3110 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3110C RTK-E/1.0 DF/1.0 Release/07.01 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3500 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3550 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3600','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-S3600 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S3600 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-S5050 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S5200 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S7220 SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S7350 SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S7350i SHP/VPP/R5 NetFront/3.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8000 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8000 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1 SS-Widget/S8000-FM','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8000-ORANGE SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8003 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8300 SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8300 SHP/VPP/R5 Opera/9.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8300-Bouygues','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8300-ORANGE SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S8300T SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-S9402 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SAMSUNG SGH-X620/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SCH-D600 profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2(GUI) MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SCH-F689 POLARIS/5.30 CTC/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SCH-I535','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":2,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SCH-M715 (compatible; MSIE 4.01; Windows CE; PPC)','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SCH-W169 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SCH-W169 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SCH-W259 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SCH-W259 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SEC-SGHD900 NetFront/3.2','samsung_s_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A107 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A110 UP.Browser/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A110 UP/4.1 UP.Browser/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A110 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A117 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A137 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A157 SHP/VPP/R5 NetFront/4.2 SMM-MMS/1.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A167 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A177 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A200 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A200 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A200 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A227 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A237 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A256 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A257 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":208,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A300 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":30,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A300 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":30,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A300 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":30,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A301 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A301 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A400 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A400 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A400 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A411','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A412','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A436/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A437 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A516/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A517 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A551 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A561 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A597; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A637 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":144,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A657 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A667; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-A687; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A697 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A701','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A706 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A707','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A707 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A711','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A711 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A717 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A727 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A736 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A737 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A746 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A747 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A766 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A767 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A777 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A777; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-A797','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A797 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A797; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A800','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A800 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A800(GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A801','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A811 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A817 SHP/VPP/R5 Dolfin/1.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A817; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-A821 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A827 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A827 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A837 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A847; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-A847M SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A847R SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A867 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A877 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A885 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A886 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A887 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A897','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A897 SHP/VPP/R5 Jasmine/1.0 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A897; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-A927; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-B110L UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-B130 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-B130-ORANGE UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-B130L UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-B270i UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-B460','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C160','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":118,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C160L UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('SAMSUNG-SGH-C161','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":118,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C165 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C166','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C166 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C180','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C238','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C238 3.0/WAP1.2 Profile/MIDP-2.0 Configuration/CLDC-1.0*MzU2NzU4MDAwMDUyMDc5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C240','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C270 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C276L UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C280 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C400','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C406','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C414 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C414M SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C416 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C417 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C420L','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C420L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C421','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C425 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C426 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C450 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-C510L','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-CC03_CMCC RTK-E/1.0 SYSOL/1.0 Release/09.01 Browser/OpenWave6.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500C Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500E','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D500E Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D508','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D510','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D510 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D520','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D528 3.2/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D600','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D600 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D600E','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D600E Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D608','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D728 2.1/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D730','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D780','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-D780 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D788 RTK-E/1.0 DF/1.0 Release/08.17 Browser/Openwave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D820','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D820 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D830','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D840','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D880 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D880 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0 (via IBM WBI 4.5)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900-ORANGE','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900-VODA Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900i','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900i Profile/MIDP-2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900i Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D900i Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-D900i-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D908 Profile/MIDP-2.0 Configuration/CLDC-1.1/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D908i RTK-E/1.0 DF/1.0 Release/11.27 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D980 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-D988 RTK-E/1.0 DF/1.0 Release/08.17 Browser/Openwave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzU0NDAxMDIwNzA1NTA3 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E100 UP.Browser/6','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E100 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E100A UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E108','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E108 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E200 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E208 RTK-E/1.0 DF/1.0 Release/11.27 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E230L','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E236 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250-VODA Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250V Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250V Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250i Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E250i Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E251 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E251L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E256','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E256 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E258','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E258 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzUzNDY0MDEwOTA1NTUz UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E320','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330C UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330N','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E330N UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E335','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E335 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E338','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E340','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E340 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E340E Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350E','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350E Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350V','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E350V Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E351','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E351L','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E356','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E358 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E360','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E360 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E360 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E370 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E370-VODA Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E376','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E376 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E378 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E380','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E380 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E390','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E390 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-E398 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzUzNDU4MDE1NDU2MDc1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E420','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E428 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E480 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E500 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E590','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E590 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E620','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E630','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E630 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E630 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E630C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E630C UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E635','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E638','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E640','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E640 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E690 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700 UP.Browser/6.1(GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700 UP.Browser/6.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700-OLYMPIC2004 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700/*','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700A','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E700A UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E708','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E730','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E730 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E736 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E738','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E740 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E746','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E747/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E750','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E750 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E758 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E760','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E760 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E770','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E780','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E780 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E786 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E800','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E800 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E800C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E800C UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E800N','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E808','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E820','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E820 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E820 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E820N','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E830','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E830 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E838','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E840','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E848 Release/2.21 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E890 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E908 3.2/WAP2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E958','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-E958 Release/7.11 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzU5NzI0MDEwMDg5MDM3','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F110 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F250','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F250 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F250L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F258 RTK-E/1.0 DF/1.0 Release/07.04 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F265L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F266/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F268 RTK-E/1.0 DF/1.0 Release/07.04 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzU1MDY3MDIwMDYyNzI1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F270 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F275L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F300','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F308 3.2/WAP2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F330 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F338 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F400 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480-ORANGE SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480I SHP/VPP/R5 NetFront/3.5 NexPlayer/2.9 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480I-Bouygues SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480I-ORANGE SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480L NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480T SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F480i SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F488 SHP/VPP/R5 NetFront/3.4 Qtv/5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F490 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F490-ORANGE SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-F700 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-G400 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G600','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":290,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G600 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":290,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G600-VODA NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":290,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G608 RTK-E/1.0 DF/1.0 Release/06.22 Browser/NetFront3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G800','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G800 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-G800 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I320N','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I520','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I600 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I607','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I607 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I607 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 320x240)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I616 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I617','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I617 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I617 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I617 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I627 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I637 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I637 Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I710','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I750','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I8315 Linux/XOcean/R1 Opera/9.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I8315-vodafone Linux/XOcean/R1 Opera/9.5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-I907 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J150 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J150B Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J160 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J200 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J208 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J210 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J400 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J618_CMCC Release/5.29 Browser/NetFront3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1/*MzUxNTU1MDIxMDcxMzQz','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J630','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700V Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700V Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J700i Profile/MIDP- 2.0 Configuration/ CLDC-1.1 UP.Browser/6. 2.3 101 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J706/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J708i_CMCC RTK-E/1.0 DF/1.0 Release/12.18 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J750','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J750 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J750BNGI4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J750MJGJ4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J770 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-J800 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L170 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L310 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L600','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L600 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L700 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L708 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L708E_CMCC RTK-E/1.0 DF/1.0 Release/08.17 Browser/OpenWave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L750 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L760 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L760 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L768 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1/*MzU1NjU4MDEwODgxMzA0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L770 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L770 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L770-ORANGE SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L770S SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L810 SHP/VPP/R5 Opera/9.5 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-L811 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M110 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M130L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M140L Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M150 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M200 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M610','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M628_CMCC Release/2.28 Browser/Openwave6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-M8800 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N100 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N100 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N100 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N105','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N105 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N188 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N188 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N188 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N200','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N200 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N288','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N288 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N300 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N300 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N400 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N400 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N400 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N500 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N500 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N500 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N500 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N600 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N600 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N600 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N600 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620E','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N620E UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N628','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-N628 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P180','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P180-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P200-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P220-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P250-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P260-ORANGE Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":182,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P308','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P400 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P500','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P850','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P850 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P906 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P910','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P910 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P920 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P930','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P940','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-P960 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Q100 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200S UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200S UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R200S UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R210','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R210 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R210S UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R210S UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R210S UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R220','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R220 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R220 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-R225m','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S366/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S390G NetFront/4.2 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S500','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S500 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S500-OLYMPIC2004 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-S508','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP.Browser/5 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP/4','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T100 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T101G UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T108 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T108 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T109 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T119 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T139 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T155G UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T200','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T200 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T201G UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T209','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T209R','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T209R Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T219','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T219S Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T229 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T239 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T249 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T255G UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T301G Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T309','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T309 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T319 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T319R','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T329 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T336/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T339 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T349 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T356 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T359 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T369 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T379 SHP/VPP/R5 NetFront/4.2 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T400','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T400 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T401G NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T406/ Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T408','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T409 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T410','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T410 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T419','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T429 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T439 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T456/ NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T459 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T469 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T479 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T500 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T509','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T509S UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T519 Profile/MIDP-2.0 Configuration/CLDC-1.1 NetFront/3.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":208,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T528g Dolfin/1.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T539 Profile/MIDP-2.0 Configuration/CLDC-1.1 NetFront/3.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T559 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T609 Profile/MIDP-2.0 Configuration/CLDC-1.1 TSS/2.5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T619 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T629 Profile/MIDP-2.0 Configuration/CLDC-1.1 NetFront/3.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T629R Profile/MIDP-2.0 Configuration/CLDC-1.1 NetFront/3.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T636 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T639 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T659 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T669 SHP/VPP/R5 Dolfin/1.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T669B SHP/VPP/R5 Dolfin/1.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T709','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T709 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T719','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T729 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T739 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T746 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T749 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T809','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T809 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T819 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T919 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T919 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-T929 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U608 Release/1.24 Browser/NetFront3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U700','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U700 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U700 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U708 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U800','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-U800 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U800E NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U900','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-U900 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U900 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U900L SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-U900T SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X100','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X100 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X100 UP.Browser/6.1 (GUI) MMP/1.0P/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X100A UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X108','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X166','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X200','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X300','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X400','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X460','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X460 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X460C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X460C UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X461','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X467','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X468','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X480','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X480C','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X481','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X486','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X488 1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X490','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X495','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X495 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X496 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X497','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X497 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X500','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X526','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X540','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X540 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X550 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X560L','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X566 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X576 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600 UP.Browser/6.1 (GUI) MMP/1.01 UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600A','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X600A UP.Browser/6.1 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X608','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X619','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X620','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X620 Profile/MIDP-2.0Configuration/CLDC-1.1 UP.Browser/6.2 (GUI)MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X620C Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X630','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X636','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X636 Profile/MIDP-2.0Configuration/CLDC-1.1 UP.Browser/6.2 (GUI)MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X640','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X640 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X640 UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X640C UP.Browser/6.2 (GUI) MMP/1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X650','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X650 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X656','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X656 Profile/MIDP-2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X660','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X660V','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X670','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X670 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X680V','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X700','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X700 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X700 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X708 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X820','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-X830','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z140','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z140 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z150','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z150 SHP/VPP/R5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z150 SHP/VPP/R5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-13G','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z170','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z170 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z170 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z230 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z240 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z240E/','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z310','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z310 SHP/VPP/R5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z360','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z360 SHP/VPP/R5 NetFront/3.2 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z370','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":214,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z400','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z400 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z400-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z500 SHP/VPP/R5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z510','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z510 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z520-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z540','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z548 7.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z560','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z560 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z560-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z620','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z630','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z720','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z720 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-Z720M SHP/VPP/R5 NetFront/3.3 SMM-MMS/ 1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV10','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV10 SHP/VPP/R5 NetFront/3.2 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV30','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV40','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV40 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV40-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV50','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV50-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV60 SHP/VPP/R5 NetFront/3.4 Qtv5.3 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-ZV60-Vodafone','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i200 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i200-ORANGE (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600ORANGE (compatible; MSIE 6.0; Windows CE; IEMobile 6.8)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600TIM','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":309,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i600V (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i608 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i620v','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i688_CMCC Release/03.07 Browser/IE6 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i710','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i710 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i718','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i718plus_CMCC Release/03.07 Browser/IE6 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i728_CMCC Release/03.07 Browser/IE6 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i740 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780 (compatible; MSIE 6.0; Windows CE; PPC) Opera 8.65','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780ORANGE (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780TIM (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780TIM (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i780V (compatible; MSIE 6.0; Windows CE; PPC) Opera 8.65','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900 (Windows NT 5.1) Opera 9.5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900 (compatible; MSIE 4.01; Windows CE; PPC)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-SGH-i900 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900 Opera 9.5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900 profile/MIDP-2.0 configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900Orange (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i900V Opera 9.5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":340,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGH-i908 Release/03.07 Browser/IE6 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHC260','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHP920','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHT100 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHT100 UP.Browser/5.0 (GUI)','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHT108','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHT108 UP/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SGHT108 UP/4.1 UP.Browser/4.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SPH-D710','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SAMSUNG-STH-A255','samsung','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-STH-A255 UP.Browser/4.1','samsung','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-SWD-V100 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG-Sva-T108+','samsung','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SAMSUNG-XHTML','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG/SGHE860V','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNG/SGHE860V/1.0/1.0 Browser/NF3/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SAMSUNGSGH-i450','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S103','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S103/0.501 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/7.0 (GUI) MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S103/1.301 UP.Browser/7.0 (GUI) MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S103/1.401 UP.Browser/7.0 (GUI) MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S750','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SANYO-S750/0.80200 UP.Browser/7.0 (GUI) MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SC01 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SCH-A570 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A600','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A600 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A630','samsung_sch','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A645 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A645/1.0 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A650','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A650 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A670','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A670 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A790','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A790 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A815 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A850','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A850 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A870 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A890','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A890 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A890 UP.Browser/6.2 (GUI) MMP/2.0,30','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A915 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A930','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A930 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A950','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A950 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A970','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A970 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-A990 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-E159/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-F309/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-F339/ POLARIS/6.15 (GUI; compatible; UP.Browser)','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-F519/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-F679 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-F679/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-N330 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-N415 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-N485 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R210 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R211 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R300 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R400 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R410 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R430 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R500 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R500/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R510 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R600 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-R610 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-S169 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-S179 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-S259 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-S259/ UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-S319 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U340 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U340C UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U350 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U350/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U360/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U365/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('SCH-U410/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U410T/1.0 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U420 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U430/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U450/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U490/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U510 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U510/1.0 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U520 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U540/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U550/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U620','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U620/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U640/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U650/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U700/1.0 NetFront /3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('SCH-U706 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U740','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U740 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U750L/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U750P/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U810/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-U900/1.0 NetFront/3.0 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W109','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W109 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W279/ POLARIS/6.2 (GUI; compatible; UP.Browser)','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W339/ Embider/5.10 (GUI)','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W569 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W579 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W579 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-W619 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-X839','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-X839 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-X859','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-X859 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCH-u740 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCP-550TH-A','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCP-550TH-A UP.Browser/6.1 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SCP-588TH-A UP.Browser/6.1 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SDK/2.1: (R320','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SE47','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SE47/1.0 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N181','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N181 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N182','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N182 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N362','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N362_WK26 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N392_XE25','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-N392_XE25 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SCHA220','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SCHA220 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGH-P200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGH-P220','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGH-P260','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":182,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGH-X400','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHA127/A127UCGF2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHA501','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHA501 SHP/CDR-2.2 NetFront/3.2 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB100/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB120/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB200/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB220/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB220B/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB270/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB300/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB310/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB320/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB500/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB510/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB520/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHB520B/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC100/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC100/1.0 UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC100G','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC100G/1.0/C10JHDA1 UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC100G/1.0/C10JIWI1_Test UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC108','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC108/1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC108t','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC110','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SEC-SGHC110/1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SEC-SGHC120','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC130','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC130/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC140/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC160L','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC161','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":118,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC170','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":118,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC207','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC207L','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC210','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC216/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC225-C225UVDH1-NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC230','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC230/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC230C/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC250/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC260','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC260/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC260L','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC260M/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC266/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHC275L/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC300/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC300/1.0 RAINBOW/3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":117,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC320/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC500/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC506/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC510','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC516/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHC520/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD307','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD307, TSS/2.5, REV0.6','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD307, TSS/2.5, REV1.4','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD347/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD357','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD357, TSS/2.5, Rev 1.4','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD406/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD407/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD410','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD410/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD410C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD415','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD415-D415UVDE2-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD415-D415UVDJ3-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD415-Saratov -TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD418','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD428','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD500','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD500/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD520/1.0 NetFront/3.2','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD520/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":162,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD710','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHD710/1.0 SymbianOS/7.0s Series60/2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHD720 SymbianOS/7.0s Series60/2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD730','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD730 SymbianOS/7.0s Series60/2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD800','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":240,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD800/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":240,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD807/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":160,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD830/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD836/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHD840/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE105-E1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHE105-E15UVWH3-NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHE116/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE210','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE215L/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE217','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHE300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE310','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":112,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE310/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":112,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE310/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":112,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE310C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":112,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE310C/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":125,\"screenHeight\":112,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE315','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE315-E315UVDH1-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE315-E315UVEC3-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE316','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE317','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE317-E315UVDG3-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE318','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE320','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE320/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE400','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHE420','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE490','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE490/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE496/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE500','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE530','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE530/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE530C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE530C/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE570','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE570/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE570/BOFL2 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE570L','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE576','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE600','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE600C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE608/','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":124,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE610','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE618','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE620','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE620/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE700, SEC-SGHE700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE700/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE710','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE710/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE710/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE710i','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE715','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE720','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE720/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE720C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE770','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE770/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 EGE/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE770/EL2 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE790','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE790/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE810','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":114,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE810/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":114,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE810C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":114,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE810C/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":114,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE818*MzU0NDgyMDAwMjc5NDk5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE820','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE840-ORANGE','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE840/1.0 NetFront/3.4','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE840/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE850','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE870','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE870/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE880','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE880/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":171,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE900','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE900/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE900/BOFJ1 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE906/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE910/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE950','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHE950/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF200/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF210','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF210/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF210L/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF300/1.0 NetFront/3.2','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHF900/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI310','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI320','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI320/1.0 jBrowser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI400/1.0 Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI620/1.0 Browser/Opera/8.65 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI700, SEC-SGHI700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHI700, SEC-SGHI700, SEC-SGHI700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHJ600/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHJ600E','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHJ600E-ORANGE/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHJ610/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHL320/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM120/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM300/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM300/BOGD4 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM310/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM310L/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM600/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM600/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM600/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHM620/1.0 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHN350/1.0 UP.Browser/5 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHN350/1.0 UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHN625','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHN625 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHN700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP107','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP108','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP207','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP207, TSS/2.5, Rev1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":176,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP300/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":176,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP310','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP310/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP400','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP400, SEC-SGHP400','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP400/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP400/1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP400/2.5 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP408','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP510','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP510 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP510/1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP518','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP520/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP520/1.0 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP700','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP705','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP710','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP716','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP716/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP730','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP730/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP730/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP730C','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP730C/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP735','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP735-P735UVDI6-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP735-P735UVDJ2-TSS1.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":210,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP738','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP777','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP777, TSS/2.5, Rev 2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP777, TSS/2.5, Rev2.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP777/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP900','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP900/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHP906','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHP910','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHQ100/1.0 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ100/1.0 UP.Browser/5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ100/1.0 UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ105','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ105/1.0 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHQ200/1.0 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS100/1.0 UP.Browser/6.1 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS105','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS105 NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS108','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS205','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS208','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHS300/1.0 UP.Browser/6.1 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS300/1.0 UP.Browser/6.2','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS300/1.0 UP.Browser/6.2 (GUI) MMP/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS300M','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS307','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHS308','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU100/1.0 NetFront/3.2','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":166,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU300/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU600','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU600-ORANGE/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU600/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU600/BBOGL NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHU600B-ORANGE/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHV100-WG','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":176,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHV200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV200-WG','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV200/1.0 UP.Browser/5.0 (GUI)','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV205 NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV206','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHV208','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX100','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX105','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":114,\"screenHeight\":72,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX105 NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":114,\"screenHeight\":72,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX105-X105UVDB1-NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":114,\"screenHeight\":72,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX120','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX120/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":114,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX140','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX150L','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX160','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX160/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX166','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX166/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX200','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX200/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX210','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX210/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX400','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX426','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX427','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX427M','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX427m','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":108,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX430','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":75,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX450','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX450/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX458','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX466','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX475','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX475-X475UVEB2-NW.Browser3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX480','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX490','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SGHX500/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX506/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX507, TSS/2.5, Rev 1.4','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX510','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX510/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX510/1.0 RAINBOW/3.01','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX520X','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX530/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX600','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX610','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX610/1.0','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX630/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX660/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX660/EJ3 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX660/EL3 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX680/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX686','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX686/1.0 TSS/2.5','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX800','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX800/1.0 NetFront/3.2','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX810','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX810/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX820','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX820/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX830','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX830/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX836/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHX910','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHZX10','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHZX20','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHZX20 SHP/CDR-2.2 NetFront/3.2 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-SGHi505','samsung_sec','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHA520','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHA520 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHA540 UP.Browser/4','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHA540 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHN300','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-SPHN300 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha310','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha310 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha530','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha530 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha561','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha561 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha605','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha605 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha610','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-scha610 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEC-scha655','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha655 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha670','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-scha670 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schi519','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":310,\"screenHeight\":330,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schi519 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":310,\"screenHeight\":330,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn170','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn170 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn171','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn171 UP/4.1 UP.Browser/4.1 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn255','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn255 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn370_WAP_DL','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schn370_WAP_DL UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx199','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx199 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx339','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx339 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx359','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx359 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx369','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx369 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx609 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx619 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-schx659 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha400 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha460','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha460 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha500','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha500 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha505','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC-spha505 UP.Browser/4.1','samsung_sec','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC02 UP.Browser/4','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC02 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC03','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC03 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC05','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":140,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC13','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEC13/n150 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEMC-T206','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEMC-T206/R3A UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SEMC-VENUS Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEX1i/R1AA Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEX1i/R1AA Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEX1i/R3AA Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SEX1i/R3AA Opera/9.5 (Microsoft Windows; PPC; Opera Mobi; DE)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SE_X1a Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SFR/1.0/0U3300/B100 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SFR114/g8eA/FES-FR-SFR-P103D1V1.0/R220/2.0 Profile/MIDP-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SFR342/X960_V2_Z0_C1_BFFA100 Obigo/Q03C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-A401 SHP/VPP/R5 OPENWAVE/7.0 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-F310/1.0 NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-F500/1.0 NetFront/3.3','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":166,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-P930','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SGH-T500','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SGH-Z107','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z107 SHP/VPP/R5 SMB3.1 SMM-MMS/1.1 profile/MIDP-2.0 configuration/CLDC-1.0','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z107 SHP/VPP/R5 SMM-MMS/1.1 profile/MDIP-2.0 configuration/CLD','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z107/1.0 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z107NOMIME','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z110','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z110 SHP/VPP/R5 SMB3.1 SMM-MMS/1.1/MIDP-2.0 configuration/CLDC-1.0','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z130','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z130 SHP/VPP/R5 SMB3.1 SMM-MMS/1.1 profile/MIDP-2.0 configuration/CLDC-1.0','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z130/1.0 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z130/1.0 NF3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z140 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z140/1.0 SHP/VPP/R5 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z220','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z230','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z240','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z240/','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z300','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z300 SHP','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z300 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z300/1.0 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z308','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z370/1.0 NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":214,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z400','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500/1.0 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500/2.0 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500SHP/VPP/R5','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500V','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z500V/2. 0 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2. 0 profile/MIDP- 2.0 configuration/ CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z510','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z510/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z510/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-13G','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z520','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z540','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z550','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":290,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z560','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z600','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z620','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z630','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z630/1.0 NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z630B','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z710','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z710/1.0 NetFront/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z720','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z720M','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":310,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SGH-Z800','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SGH-ZM60','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SGH-ZM60 SHP/VPP/R5 SMB3.1 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SHARP WX-T71','sharp','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-STX2/MC.40; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-100','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-100/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-150','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-150/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-150/Uncontrolled,Cust-99 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-200','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TM-200/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-21','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-21/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-31','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-31/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-31i','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-A15','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-A15/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-E30','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-E30/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-F200/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-L15','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-L15/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-T15/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-i98','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX-i98/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX1','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX1/0.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX1/1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10-NOURLCMP-NOMIME','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/0.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/0.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/1.1 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10/1.1gr Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10N','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10N/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10i','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10i/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10i/1.1 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10m','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX10m/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX12','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX12/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX13','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX13/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX15','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX15/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX17','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX17/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX18/v6.0 Mozilla/4.08(V100VF)/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20/1.0c Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20/1.1 Profile/MDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20/1.1 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20N','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20N/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX20i','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX22','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX22/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX22S','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX22S/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX22S/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX23','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX23/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX23/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX25','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX25/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX27','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX27/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX29','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX29/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX30/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX30/1.0 Profile/MISP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX30i','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX30i/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX32','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX32/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX32i','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX33','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GX33/0145/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ1','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ1/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100S','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100S/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100T','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ100T/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ200','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ200/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ200S','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-GZ200S/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 UP.Browser/6.2 (GUI) MMP/2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-V750','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-V750/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-TQ-V802SH','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SHARP-Z800','sharp','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SHARP-Z800/1.0 UP.Browser/4.1','sharp','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128/11 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128/12 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128/17 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128/18 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-2128/24 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-3118','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-3118/13 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-3118/17 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-3618','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-3618/01 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-6618','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-6618/01 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-6688','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-6688/3.1 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A21a/03 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A31','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A31C/02 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A31a/03 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A40','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A50','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":44,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A50/01 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":44,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A52','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55/00 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55/09','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55A','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55A/05 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A55A/07 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A56','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A56/14 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A56i','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A56i/02 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A56i/03 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A57','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A57/00 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A57/02','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A60','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":100,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A60/10 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":100,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A60/23 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":100,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A62','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A62/02 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":89,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A65/04 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A65/15 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A65C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A65C/06 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":99,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A70','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A71','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A71/19 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-A75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":97,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A75/19 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":97,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A75/20 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":97,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A75/35 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":97,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A76','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-A76/34 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AF51','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AF51/07 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AL21','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AL21/07 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AL26','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AP75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AP75/6.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AP75a/6.1 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AX72','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AX72/01 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AX72/02 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AX75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-AX75/11 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C110','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C110/07 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C11C/11 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C35/1.0 (ccWAP-Browser)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C3I/1.0 UP/4','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":42,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C3I/1.0 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":42,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C3I/1.0 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":42,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C45/00 UP.Browser/5','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C45/00 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C45/31 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C45/33 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C55','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C55/02 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C55/18 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C55/21 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C56','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C56/14 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":97,\"screenHeight\":58,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-C60','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C60/00 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C60/12 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C60/20 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C61','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C61/07 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C61/11 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C62','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C62/32','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C62/53','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C62/83','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65/12 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65/25','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65/41 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C65/50 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C66','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C66/34 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C66/56 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6C/16 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6C/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6V','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6V/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6V/05 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6V/15 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C6V/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C70','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C72','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C72/13 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C72/16 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C72/22 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C75/11 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C75/24 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C81','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C81/37 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-C81/51 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF61','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":119,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF62','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF62/04 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF62/11 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF62T','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF75/07 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF76','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CF76/14 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CFX65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CFX65/04','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CFX65/4.030 Obigo/Q03C1 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CFX65/9 Obigo/Q03C1 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CL50','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-CL50/00','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-CL71','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CL75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CL75/01 UP.Browser/6.2 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CL91','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CT65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CT66','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CV6','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CV66','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX6C/04 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX6V','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX6V/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX70','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX70/00 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX75/00 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX7V','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CX7V/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CXT65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-CXT70','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-E71','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-E71F/28 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-EF51','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-EF81','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-EF81/12 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-EF91','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-EL71','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ELC1/36 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ELF1/00 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":235,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-IC35','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-IC35/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-IC35/1.0, SIE-IC35/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M46','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M46/12 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M50/00 UP.Browser/5 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M50/07 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M50I/00 UP.Browser/5 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M50I/08 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-M55','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55/00 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55/10','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55C/07 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55i','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M55i/11 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M56','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M56/04 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M56/06 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M56/07 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/04 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/04 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/16 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/43 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65/50 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M65i','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6C/12 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6C/43 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6V','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6V/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M6V/07 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M75/00 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M75/12 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M75/25 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-M81','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC35','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MC60','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC60/00 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC60/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC60/05 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC60/06 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MC6C/07 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ME45/00 UP.Browser/5','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45/00 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45/1.0 (ccWAP-Browser)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45/21 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45/23 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45i','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME45i/04 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-ME75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ME75/19 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-MT50/0.0 UP','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MT50/00 UP.Browser/5 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MT50/04 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MT50/07 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MT50/09 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-MT65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-OP410','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-OP600','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-OPERA','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-OPERA UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-P35/1.0 UP/4','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-P35/1.0 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-P51','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S35/1.0 (ccWAP-Browser)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S35/1.0 UP/4','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S35/1.0 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S35/1.0 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S40','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S40/1.0 (ccWAP-Browser)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S40/2.10 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S45/00 UP.Browser/5','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/00 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/00 UP.Browser/6.2 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/00 UP/5.0 (GUI) UP.Browser/5.0 (GUI)-XXXX','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/21 UP.Browser/5','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/21 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/4.0 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45/4.0 UP/5.0 (GUI) UP.Browser/5.0 (GUI)-XXXX','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45i','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S45i/02 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":64,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S46','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S46/07 UP.Browser/5.0 (GUI)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-S55','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55 UP.Browser/7','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/00 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/00 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/16 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/20 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55/91 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55i','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S55i/91 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S56','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S56/02 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S57','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S57/08 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S57C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S57C/06 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":66,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65/12 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65/43 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S65/50 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S66','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S66/34 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S66/54 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S68','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":129,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S68/22 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":129,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6C/12 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6C/25 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6V','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6V/23 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S6V/25','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S75/10 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S75/12','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S75/31','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S75/47 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S81','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-S88','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SF65','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SF65 ObigoInternetBrowser/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SF65v2','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SF65v2 ObigoInternetBrowser/Q03C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SG75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SG75/10 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SK65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SK65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SK65/30 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SK6R','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SK6R/30 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL42i','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL45','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL45/1.0 (ccWAP-Browser)','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL45/3.1 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL45/3.1 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL50','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":64,\"screenHeight\":112,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SL55','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL55/00 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL56','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL56/05 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL5C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL5C/09 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL5E','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL5E/16 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL5E/16 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":80,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL65/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL65/00 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL6C','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL6C/16 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":156,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL75 ObigoInternetBrowser/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":156,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL75/10 UP.Browser/7.1(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":156,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL7F','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":156,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SL91','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLCK/3.1 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLCK/3.1 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLIK/3.1 UP/4','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLIK/3.1 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLIK/3.1 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SLIN','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SLIN/3.1 UP/4.1 UP.Browser/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SP65','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SP65/47 UP.Browser/7.0(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":124,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ST55','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ST55/1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":113,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ST60','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-ST60/1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1/00 UP.Browser/7','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1/00 UP.Browser/7.0 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":136,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1/1.0 SymbianOS/6.1 Series60/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1/1.0 SymbianOS6.1 Series60/1.2 Profile/MIDP-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX1/1.1 SymbianOS/6.1 Series60/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX56','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX65','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":176,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-SX66','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SX66/01','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SXG75','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-SXG75/08 UP.Browser/7.0 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.1 (GUI) MMP/2.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-U35','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-U35/2.0 UP/4.1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-X55i','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-X55i FULLPOWER! UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-Xelibri 1','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-Xelibri 2','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-Xelibri 3','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-Xelibri 4','siemens','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SIE-Z60','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIE-Z60/20 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','siemens','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SIEMENS-SFG75','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SK-04/1.0 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SK-05/1.0 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SKYBEE-83AT','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SKYWORTH-T650/S100/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SKYWORTH-T700/S200/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SL308/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SL45i','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SL45i Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SL45i/00.1 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SL900','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SL900/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SLIDE99','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SLT100/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SMB3(Z105)/Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SMB3.1(Z105)/Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SMB3.1(Z105)Samsung','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":148,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SMMSAMSUNG-GT-S3650/S3650ACIG1 SHP/VPP/R5 Jasmine/1.0 Nextreaming -MMS/1.2 profile/MIDP-2.1 configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SMT5600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SONIM-XP1 / Obigo Browser 2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SP710/Teleca/1.1 Profile/MIDP-1.0 Configuration/CLDC-1.0 MIDP-2.0/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SP; 240x320; phoneOne_S101/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPC MOBILE BOSS 1000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-A523/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-A720/1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":165,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-A820 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-A880 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-E119','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-E119 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M210/1.0 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M310 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('SPH-M340/1.0 UP.Browser/7.2 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M540-parrot/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M540/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M575-VMUB NetFront/3.5 MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M620/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPH-M800/1.0 AU-MIC/2.0 (GUI) MMP/2.0','samsung_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE M-940','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE S570/KAA623FM_1.00 Nucleus/1.0 MTK/6223 Release/06.26 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE S920','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE S940','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-M6464/1.0 IAC/M6235 IAC/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S555/WAP Browser SPICE-S555/WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S600/WAP Browser SPICE-S600/WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S640/WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S8/KAA161_0.93 Nucleus/1.0 MTK/6219 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0 SPICE-S8/KAA161_0.93 Nucleus/1.0 MTK/6219 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S800/KAA161_0.93 Nucleus/1.0 MTK/6219 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0 SPICE-S800/KAA161_0.93 Nucleus/1.0 MTK/6219 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S808/WAP Browser SPICE-S808/WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S900/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-S920/KAA363_0.93 Nucleus/1.0 MTK/6228 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPICE-X1/S114 Release/2008.06 Profile/MIDP2.0 Configuration/CLDC1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV C100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV C200','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV M2000; OpVer 5.12','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-C600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-C700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-E100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-E200','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-M3000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-M3100','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SPV-M5000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SX200/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SX240/Teleca/Q03C1.22 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SY01 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Safari_Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my212X','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my212X/Orange1.0 UP.Browser/5.0 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my300C/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my401C','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my401C/Orange1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my411X/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my511X/1.0/ MIDP-2.0 Configuration/CLDC-1.1','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my511X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my521X/1.0/ MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my721X','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my721X/1.0/ETN_EE MIDP-2.0 Configuration/CLDC-1.L Browser/UP.Browser/7.2 (GUI); Opera/8.01 (J2ME/MIDP; Opera Mini; ssr)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sagem-my721X/1.0/ETN_EF MIDP-2.0 Configuration/CLDC-1.L Browser/UP.Browser/7.2 (GUI); Opera/8.01 (J2ME/MIDP; Opera Mini; ssr)','sagem','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sam-r450 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sammy the WAPworker.co.uk WAP Search Agent','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Samsung SCH-U380','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Samsung SCH-U485','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Samsung SCH-U660','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Samsung SGH-BC01','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-APHA900 AU-MIC-A900/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-PLESPNA900 AU-MIC-PLESPNA900/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-PLSM520 AU-MIC-M520/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHA900 AU-MIC-A900/2.0 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHR100 Infraware-Polaris/6.1 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHR351 Infraware-Polaris/6.0 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHR561 Infraware-Polaris/6.0 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHR610 AU-OBIGO/Q04C1-1.22 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHU440 Infraware-Polaris/6.0 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":210,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHU740 AU-OBIGO/Q04C1-1.22 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SCHW531 AU-MIC-W531/2.0 MMP/2.0','samsung_s_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SGH-A777 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SGH-A827 SHP/VPP/R% NetFront/3.4 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SGH-B320 Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SGH-T100','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Samsung-SGH-i458_CMCC SymbianOS/9.2 Series60/3.1 Release/5.25 Browser/OSS3.1 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SGH-i900 Opera 9.5','samsung_s_sgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA560','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA580','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA580 AU-MIC-A580/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA580 AU-MIC/1.1 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA620','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Samsung-SPHA640 AU-MIC-A640/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA640 AU-MIC/1.1 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA660','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":111,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA660 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":111,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA680','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA680 AU-MIC-A680/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA680 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA700','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA700 AU-MIC-A700/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":163,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA740','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA740 AU-MIC-A740/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA760','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA760 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA790','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA790 AU-MIC-A790/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA795','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA800','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA800 AU-MIC-A800/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA820','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA840','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA840 AU-MIC-A840/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA850','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Samsung-SPHA860 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA880','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA880 AU-MIC-A880/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":161,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA900','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA900 AU-MIC-A900/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA900 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA900P','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA900P AU-MIC-A900P/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA920','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA920 AU-MIC-A920/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA940','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA940 AU-MIC-A940/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.2','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHA960 AU-MIC-A960/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM220 Polaris-M220/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM220 Polaris/5.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM230 Infraware-Polaris/5.01 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM250 AU-MIC-M250/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM300 AU-MIC-M300/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM300 AU-MIC/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM320 Infraware-Polaris/5.01 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM320 Polaris-M320/2.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM320 Polaris/5.0 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM330 Infraware-Polaris/6.1 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM350 Access-NetFront/3.1 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM500 AU-','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM500 AU-MIC-M500/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM500 AU-OBIGO/Q04C1-1.17 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM510 AU-MIC-M510/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM510 AU-OBIGO/Q04C1-1.22 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM520','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM520 AU-MIC-M520/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM530 AU-OBIGO/Q04C1-1.22 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM540 Polaris/6.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM540BST Polaris/6.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM560 AU-MIC-M560/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM560 Access-NetFront/3.5 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM610 AU-MIC-M610/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM610 AU-OBIGO/Q04C1-1.17 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM620 AU-MIC-M620/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM620 AU-OBIGO/Q04C1-1.22 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM620W AU-MIC-M620W/2.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM630 Polaris/6.0 MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM800 AU-OBIGO/Q05A-3.13 MMP/2.0','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHM810 AU-MIC-M810/2.0 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHZ400','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":167,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung-SPHZ400 AU-MIC-Z400/2.0 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','samsung_s_sph','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung/SGH-i560','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungC3050/C3050BUIA3 Browser/Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungC6625/BUIF2 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungE708','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungE708 Profile/MIDP-1.0 Configuration/CLDC-1.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungI8910/SymbianOS/9.1 Series60/3.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SamsungSGH-ZV30/1.0 SHP/VPP/R5 NetFront/3.2 SMM-MMS/1.2 profile/MIDP-2.0 configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGH-i450/i450BUHD1 Java/VF-Java/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHB520V/B520BUHI1 Browser/Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHC510V','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHC510V/C510XXGC7/Browser/Openwave/6.2','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHD800/FE1 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":240,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE570V/E570AEGB1 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE570V/E570BUGA3 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860AEEG1/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860AEEH6/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860AUEH4/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860BUEH6/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860JBEH4/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHE860V/E860JBFA2/Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHF210/F210BAHB1 Browser/NF/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHJ600V/J600BUGG1 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHJ600V/J600BUGH1 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHM300V/M300BUGF3/Browser/Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":116,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHM300V/M300BUGG2/Browser/Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2 (GUI) MMP/2.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHM310V/M310BUHE5 Browser/Openwave/6.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX510V/X510BUFK3 Browser/Nokia/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX660V/X660AEEK4/Browser/TSS/2.5 Profile/MIDP-2.0 Configuration/CLDC-1.0-1.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX660V/X660BUEI2/Browser/TSS/2.5 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX660V/X660BUEK4/Browser/TSS/2.5 Profile/MIDP-2.0 Configuration/CLDC-1.0','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":110,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX680V','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SamsungSGHX680V/X680BUFG4 Browser/NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_ssgh','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung_MITs/i550','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Samsung_MITs/i550 BTB_Browser/v1.0','samsung','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo MM-7500','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo-C304SA/1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-C304SA/1.0 UP/4.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-C304SA/2','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-C304SA/2.0 UP/4.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-C401HK','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-C401HK/1.0 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP4700','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP4700/1.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP5000','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP5000/1.1b UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP510CN','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP510CN/1.0 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP5150','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP5150/1.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP550CN','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP550CN/1.0 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP580CN','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP580CN/1.0 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP588CN','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo-SCP588CN/1.0 UP.Browser/6.2 (GUI) MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo-SCP6000','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP6000/1.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP6200','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":90,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP6200/1.1 UP.Browser/4.1','sanyo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":90,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sanyo-SCP6600CA NetFront/3.1 MMP/2.0 Mozilla/4.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo-SCP7000CA NetFront/3.1 MMP/2.0 Mozilla/4.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-2500CA NetFront/3.1 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-3800CA Access-NetFront/3.4 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-6750CA Access-NetFront/3.4 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-7050CA NetFront/3.3 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-PRO200CA Access-NetFront/3.4 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sanyo_SCP-PRO700CA Access-NetFront/3.4 MMP/2.0','sanyo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SavaJe-OS/2.0 UP.Browser/7.0 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SavaJeOS','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SavaJeOS 2.0 EAR3 / WAP 1.2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":220,\"screenHeight\":132,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SavaJeOS_EAR3/jBrowser1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":160,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter-1.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter-3.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter-3.2','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter-W3-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter-W3.1','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Scooter/WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoJ530','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoM550','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoM550/226-E-10','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoM550/226-H-12','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoM570','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoM570/00','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":96,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoP600','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SendoS230','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS251','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS300','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SendoS330','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS330/14A-G-02','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS330/14A-g-03','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS330/14a-g-03','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS330/14a-g-3.','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS360','sendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS360/01','sendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":115,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS600','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SendoS600/02','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SendoS600/03','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SendoS620','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoS620/00','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoSV663','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoSV663/00','sendo','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SendoW622/226-H-12','sendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":213,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('SendoX','sendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SendoX/1.0 SymbianOS/6.1 Series60/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','sendo','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Serf/0.7 mod_pagespeed/0.10','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Sharp802SH/SHG001/1.0 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":238,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sharp902SH','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sharp902SH/SHG001/1.0 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sharp902SH/SHG002/1.0 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SharpSX833','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SharpT71/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sharp','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SharpT91/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SharpWXT71/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sharp','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SharpWXT91/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sharp','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Shrook/434l','','{\"type\":\"desktop\",\"markup\":\"\"}'),('Siemens-CL75/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Siemens_Platform_65','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Siemens_Platform_75','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":132,\"screenHeight\":156,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SimplePie/BlackBerry-DB (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20080102221556','blackberry_general','{\"type\":\"desktop\",\"markup\":\"\"}'),('Site24x7','','{\"type\":\"desktop\",\"markup\":\"\"}'),('SmarTone-Vodafone/SharpSX833/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Smartfren-EM781H/1.0 POLARIS/5.30 CTC/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Smartone/SharpSX813/SHS001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Smartone/SharpSX813/SHS001/1.0 Browser/UP.Browser/7.0 (GUI) Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Smile-S7400/1.0 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Smith','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Smith WAP Emulator/1.0 (http://www.ceskywap.cz/smith)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SoftBank/1.0','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/001N/NJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":650,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/001P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/001SC/SCJ001 Browser/NetFront/3.5','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":344,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/002P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/002Pe/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/705N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":269,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/705NK/NKJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":267,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/705NK/NKJ001 Series60/* NokiaN73 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":229,\"screenHeight\":267,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/705P/PJP10 Browser/Teleca-Browser/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":258,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/705SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/706N/NJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":269,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/706P/PJP10 Browser/Teleca-Browser/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":258,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/706SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/707SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/707SC2/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/708SC/SCJ001 Browser/NetFront/3.3','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":186,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/709SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/731SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/740SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/805SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/810P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":258,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/810SH/SHJ002 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/810T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/811SH/SHJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/811T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/812SH/SHJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/812SHs/SHJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/812T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/813SH/SHJ002 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/813SHe/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/813T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/814SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/814T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/815SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/815T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/816SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/820N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/820P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":338,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/820SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/820SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/820T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/821N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/821P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":338,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/821SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/821SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/821T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/822P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":258,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/822SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/822T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/823P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/823SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/823T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/824P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/824SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/824T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/825SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830CA/CAJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":650,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830SHe/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830SHp/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830SHs/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/830T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/831N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":325,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/831P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/831SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/831SHs/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/831T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/832P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/832SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/832SHs/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/832T/TJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":243,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":325,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840Pe/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":344,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/840Z/ZJ001/SN','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":324,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/841N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":650,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/841P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":236,\"screenHeight\":369,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/841SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/841SHs/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/842P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/842SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/843SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":338,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/910SH/SHJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/910T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":259,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/911SH/SHJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/911SH/SHJ002 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/911T/TJ002 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/912SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/912T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/913SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/920P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/920P/PJP11 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/920SC/SCJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/920SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/920T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/921P/PJP10 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/921SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":468,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/921T/TJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":339,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/922SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":854,\"screenHeight\":384,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/923SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/930CA/CAJ002 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/930N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":650,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/930P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/930SC/SCJ001 Browser/NetFront/3.4','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":475,\"screenHeight\":512,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/930SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/931N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/931P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/931SC/SCJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":512,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/931SH/SHJ002 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":824,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/932SH/SHJ001 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/933SH/SHJ001 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/934SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/935SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/936SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/940N/NJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":650,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/940P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/940SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":512,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/940SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/941P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/941SC/SCJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":512,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/941SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":824,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/942P/PJP10','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":471,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/942SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/943SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM001SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM002SH/SHJ001 Browser/NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM003SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM004SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM005SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM006SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/DM007SH/SHJ001 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/1.0/X02NK/NKJ001 Series60/* NokiaN95 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":273,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/001SH/SHJ001 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/002SH/SHJ001 Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/004SH/SHJ001/SN*************** Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/944SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":754,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/945SH/SHJ001','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":738,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SoftBank/2.0/DM008SH/SHJ001/SN*************** Browser/NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1','softbank','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sony','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Sony Ericsson X1i/480x800 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson K700i/R2A','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson K700i/R2A SEMC-Browser/4.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson P900/R101 UP.Browser/7.0 (GUI) MMP/2.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson T610R101','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson-W200i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricsson290i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA100i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA100i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA130i Browser/NetFront/3.4 Profile/MIDP-2.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA195i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":432,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA260 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA270','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA270 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA290i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA290i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-10.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonA320 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonB10 Vodafone/1.0 Browser/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC123 Browser/ NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC123a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC510','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC510 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC510 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC510a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC510a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC510a Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC702','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC702 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC702 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-9.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC901','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC901 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC902','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC902 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC902 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC903 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC903 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonC903a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC905','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC905 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC905 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonC905a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":230,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCK13i Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonCK13i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonCK13i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCK13i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1/model-orange','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCK15a Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonCK15a Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonCK15a TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCK15i Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonCK15i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCK15i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonCS8 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonD750i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonD750i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF100i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF305 Browser/OpenWave/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF305 Browser/OpenWave/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF500i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF500i SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonF508i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonG502','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonG502 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":305,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG700 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 817) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG700 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 941)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG700c Symbian/9.1 UIQ/3.0 Release/08.04 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0(compatible;MSIE6.0;SymbianOS;878)Opera8.65[xx]','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG705 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG705 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG705u Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG900 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 817) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG900 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 878) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG900 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 941) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG900 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 958) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonG900 Profile/MIDP-2.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonGeneric A1/R8BF Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ10 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ100','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ100a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ100c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ100i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":64,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ105a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ105a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ105i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ105i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ108a Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ108a Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ108i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ108i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ108i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ108i Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; sonyericssonj108i)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ108i Profile/MIDP-2.1 Configuration/CLDC-1.1 sonyericssonj108i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ10i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ10i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ10i2','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ10i2 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ10i2 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ20 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ200','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ200c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ200i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ20i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ20i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ20i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ20i Profile/MIDP-2.1 Configuration/CLDC-1.1 Opera/9.80 (J2ME/MIDP;Opera Mini)Presto/2.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonJ210','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ210c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ210i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ220','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ220a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ220c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ220i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ220i TelecaBrowser/4.08','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ230','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ230a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ230c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ230i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300a SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonJ300i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK111i Profile/MIDP-2.1 Configuration/CLDC-1.1 SonyEricssonK111i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK200i TelecaBrowser/1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK205i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK220i TelecaBrowser/1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300a SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK300i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310cv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310i Java/SEMC-Java/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310i SEMC-Browser/4.0 Profile/MIDP-2.0 Config','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK310iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK320i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK320i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK320i Java/SEMC-Java/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK330 TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK330a TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK500c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK500c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK500i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK500i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK506c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK506c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK508','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK508c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK508c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK508i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK508i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK510','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK510a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK510c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK510i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK510i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK530c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK530i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK530i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK530i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK550c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK550i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK550i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600 Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600c Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK600i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK608','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK608 SEMC-Browser/4.1 Profile/MIDP-2.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK608i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK608i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK608i Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":164,\"screenHeight\":205,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610i Release/Feb-14-2007 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610im','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610im Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK610iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK618','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK618i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK618i Release/Sep-01-2006 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK630i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK630i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK660i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700 SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700c SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700i Browser/SEMC-Browser/4.1 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700i Profile/MIDP-1.1 Configuration/CLDC-2.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700i SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK700i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750c Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750i Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK750i Java/SEMC-Java/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK758c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK770i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK770i Browser/NetFront/3.3 Profile/MIDP-2.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK770i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK770i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK770iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK790i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK800i Release/Feb-15-2007 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800i Release/Nov-30-2006 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800i Release/Sep-25-2006 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK800iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK810i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonK818c Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK850i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK850i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonK858c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM1a Browser/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM1i Browser/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM600','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM600c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM600i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM600i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM608','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM608c Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM610i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonM610i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP100v; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP1c_CMCC Symbian/9.1 UIQ/3.0 Release/07.04 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/4.0(compatible;MSIE6.0;SymbianOS;513)Opera8.65[xx]','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP1i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 598) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP1i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 636) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP1i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 768) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP200 Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 10000463) Opera 9.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP700i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800 Profile/MIDP-0.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800 UP.Browser','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":190,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP800 UP.Browser/6.2 (GUI) MMP/1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":190,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP802','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP900','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP900 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP900 Profile/MIDP-2.0 Configuration/CLDC-1.0 Rev/MR4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP900 SEMC-Browser/Symbian/R1A Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP900i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP908','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP908 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910a SEMC-Browser/Symbian/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910c SEMC-Browser/Symbian/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":227,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP910i SEMC-Browser/Symbian/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":186,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 306) Opera 8.60','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 405) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonP990i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 598) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonR300 TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonR300a TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonR306 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonR306a Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS312','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonS312 Browser/OpenWave/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS500c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS500i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS500i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS500i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonS600','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS600i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS700','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS700c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS700c SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS700i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS700i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS710','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":262,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS710a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonS710a SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT100','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT105','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT123i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT200','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":50,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT226','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT230','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT230 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT237','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT238','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT250a TelecaBrowser/1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT250i TelecaBrowser/1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT270i TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT280a TelecaBrowser/Q04C1-1 Profile/MIDP-2.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT280a/ R1BC002 TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT280i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT280i TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT290','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT290a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT290c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT290i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT300','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT302','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT303 TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT303a TelecaBrowser/Q04C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT306','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT310','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT312','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT316','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":80,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT360','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT39','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":40,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT39M','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":72,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT6','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT6 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT600','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT608','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT61','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT610','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT610 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT610 Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible; MSIE 3.02; Windows CE; PPC; 240x320)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT610 Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible; MSIE 4.01)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT610 SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT610 UP.Browser/6.2 (GUI) MMP/1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT612','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT612 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT616','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT616 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT618','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT618 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT62','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT620','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":155,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT620 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":155,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT628','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT628 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT630','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT630 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT630 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT637','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT637 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT650i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT658c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT68','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT68 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":99,\"screenHeight\":60,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonT687i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT687i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT700','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonT700 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT700 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonT707','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonT707 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT707 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonT707a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT715','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonT715 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonT715a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonTM506 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonTM717 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU100i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU100i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU10a Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":432,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU10a Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":432,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU10i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":432,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU10i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU10i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":432,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU10i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":432,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU1a; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU1i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU1i; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":330,\"screenHeight\":610,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU1i; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU1iv; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":330,\"screenHeight\":610,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU5a; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":350,\"screenHeight\":500,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU5i; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonU5i; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":355,\"screenHeight\":600,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU5iv; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":355,\"screenHeight\":600,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonU8i; Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":340,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV600 (compatible; SymbianOS; Virtual; PPC; 240x320)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV600i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV600i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV630','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV630i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV630iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV630iv Browser/NetFront/3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV630iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV640i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV800','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV800 Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV800_opera','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonV802','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW100a TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW100i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW100i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW100i/ R1BD009 TelecaBrowser/ Q07C1-1 Profile/MIDP- 2.0 Configuration/ CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW150 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW150a TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW150i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW150i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW20 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW20 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW200a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW200c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC- 1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW200i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW200i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW200i Java/SEMC-Java/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW200iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW205','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW205 Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW205a Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW20i Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW20i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW20i Profile/MIDP-2.1 Configuration/CLDC-1.1 sonyericssonw20i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW300','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW300c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW300i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW300i Browser/NetFront/3.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW300i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW302','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Browser/UP.Browser/7.2 (GUI)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1, SonyEricssonW302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1, SonyEricssonW302 Browser/OpenWave/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW350a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW350i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW350iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW380a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW380a Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW380c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW380i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW395','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW395 Browser/OpenWave/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW508 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW508a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW518a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW550 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW550c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW550i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW550i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW580 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW580c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW580i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW580i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW580i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW595','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW595 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW595 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW595 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW595a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW595s Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW600c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW600i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW600i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW610 (05.02) Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW610i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW610i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW610i Release/Jun-08-2007 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW660i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW660i Browser/NetFront/3.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW660i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW660i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW660iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW700','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW700c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW700i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW700i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW705','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW705 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW705 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW705a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW705a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW705u Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW710c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW710i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW715 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW750i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW760a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW760i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW760i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW760i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-9.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":305,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW800','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW800c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW800c Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW800i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW800i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810i Java/SEMC-Java/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW810i Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW810iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW830c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW830i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW830i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW850','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW850i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW850i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW850iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW880i Release/Jan-22-2007 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW880iv Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW888','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW888c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW890','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW890i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW890i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW900i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW900i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW900i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-13G','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW902','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW902 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW902plus Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW908c Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":234,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW910i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW910i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW910i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW910i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW950','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW950c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":231,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW950i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW950i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 276) Opera 8.601','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW950i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 513) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":222,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW950i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 598) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW958c Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW960i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW960i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 701) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":226,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW960i Mozilla/4.0 (compatible; MSIE 6.0; Symbian OS; 768) Opera 8.65','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW980 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.3','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW980 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW995','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW995 Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonW995 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonW995a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonWT13i Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonWT13i Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonWT13i TelecaBrowser/Q07C1-1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonX1a Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonX1i Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonX2 Browser/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonX2 Browser/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.5) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonX2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('SonyEricssonX5 Browser/NetFront/3.5 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.5','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ1010','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ1010 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ1010 Profile/MIDP-2.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ1010 SEMC-Browser/4.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ1010 SEMC-Browser/4.0 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ200','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ200 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ208','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":123,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ250i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ300','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ300a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ300a TelecaBrowser/4.08','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ300i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ310a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ310i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ310i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ310iv','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ320a Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ320i Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ500','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ500a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ500a SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ500i SEMC-Browser/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520a Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520c Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ520i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ525','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ525a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ525c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ525i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ530','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ530c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ530i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ530i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550a','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ550i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ555a Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ555i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ558c Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ558i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ600','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":141,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ600 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":141,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ608','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":141,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ608 Profile/MIDP-1.0 Configuration/CLDC-1.0','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":141,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ610i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ610i Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 DELETE','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ700','sonyericsson','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('SonyEricssonZ710','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ710c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ710i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ750a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ750a Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ750i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ770i Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ780i Profile/MIDP-2.1 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800 Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800c','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800c Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonZ800i Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonj105a Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonk750i Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SonyEricssonw150i Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Spice C-810/1.0 TMSS-Browser/1.0','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice D-90/WAP2.0','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice D88','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice M5252','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice M5885 Browser/Opera Opera/9.80 (MTK) Presto/2.5 Version/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Spice M6688 MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Spice M6800 Opera/9.80 (MTK; Nucleus) Presto/2.4 Version/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice Mi-315 Mozilla/5.0 (Linux; Android 2.*; Spice) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Spice Mi280 Linux/2.6 Android/2.3 Release/12.09 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice Mi350n Mozilla/5.0 (Linux; Android 2.*; huaqin73_gb) AppleWebKit/* (KHTML, like Gecko) Version/* Mobile Safari/*','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Spice S5330','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S5420','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S580','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S590','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S650/KAA736_0.90 Nucleus/1.0 MTK/6223 Release/06.26 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S705','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S707/2008.05 LMP/SH Release Profile/MIDP-2.0 Configuration/CLDC-1.1','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S707/2008.07 LMP/SH Release Profile/MIDP-2.0 Configuration/CLDC-1.1','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S710','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice S820','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice-S7/KAA263_0.93 Nucleus/1.0 MTK/6226 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('SpiceM5600/MTK Release/01.01 Browser/wap2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Spice_M-5400/WapBrowserProfile','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spice_M-5900/WapBrowserProfile','spice','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Spiceworks/6.0','spice','{\"type\":\"desktop\",\"markup\":\"\"}'),('Spiceworks/6.1','spice','{\"type\":\"desktop\",\"markup\":\"\"}'),('Sprint MP6900SP (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint MP6900SP','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sprint PPC-6700','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Sunrise XP/2.0','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Symphony FT45 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Symphony FT45 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleu','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('T-Mobile Dash Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('T-Mobile Vairy Touch II/5.0 Obigo/Q03C Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('T-Mobile_Atlas (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) T-Mobile_Atlas','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('T-Online Browser (Windows NT 6.1)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('T218','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T218/1.0 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T250 UP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T250 UP/4.1 UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T600 1.0 WAP1.2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":48,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T600; V3.02 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 480x640; GIGABYTE-g-Smart','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":420,\"screenHeight\":640,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('T610 SonyEricssonT610','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":126,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('T618X','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":136,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('T618X UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":136,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('T66','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('T66 1.0 WAP1.2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TBW975112_9300_V0701 Linux/3.4 Android/4.2 Release/03.26 Browser/AppleWebKit534.30 Mobile Safari/* System/Android 4.*','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TCL','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-718','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-D308/SW-11.03/WAP-1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TCL-D628','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-E767','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-E767/OC02-1-1.58-0618/WAP-2.0/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-E787/L3G0001.1/MAUI WAP Browser TCL-E787/L3G0001.1/MAUI WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL-e300/w05.44/WAP-2.0/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TCL_A288_01/L3M0501.1/WAP2.0 Profile','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TDG-9920','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TECNO D5 Linux/3.0 Android/4.0 Release/01.28 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TECNOT605/wap2.0/MIDP-2.0/CLDC-1.1/240x320/key','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TECNOT611/wap2.0/MIDP-2.0/CLDC-1.1/240x320/key','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TELECA-/2.0 (BREW 3.1; EN-US; SAMSUNG; SPH-M800; Teleca/Q05A/INT) MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TELECA-/2.0 (BREW 3.1; EN-US; SAMSUNG; SPH-M810; Teleca/Q05A/INT) MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":420,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TELEEPOCH-S570/1.0 TECHSOFT-WAP/1.0 AI/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TELME_T918','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TELME_T919','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":192,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU A615','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU B830 wap browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU B832','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU B892','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU-KTOUCH/A930/Screen-240X320','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TIANYU-KTOUCH/V908','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TIM-iGO600','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TIM-iGO600/1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TIM-iGO610','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('TINNO60D_11B_HW (MRE/3.1(600);MAUI/11B.W13.08;BDATE/2014/02/21 19:07;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/TINNO60D_11B_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;MOBIM/007;KKFUN/','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TINNO60D_11B_HW (MRE/3.1(600);MAUI/11B.W13.08;BDATE/2014/02/28 17:54;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/TINNO60D_11B_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;MOBIM/007;KKFUN/','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TINNO60D_11B_HW (MRE/3.1(600);MAUI/11B.W13.08;BDATE/2014/06/20 18:19;LCD/128160;CHIP/MT6260;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/TINNO60D_11B_HW;WAP Browser/MAUI ();GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;MOBIM/007;KKFUN/','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TNM-V70/1.0 Release/11.22 Browser/Obigo2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":91,\"screenHeight\":51,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('TOSHIBA_TS705/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TOUCH/1.0 RTKE_OS/01.00 TD7210E/11.0 Release/10.23 Browser/Techsoft-01.00 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TR1/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TRUSTED','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TRUSTED/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TS705/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-1','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-100','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-100/141053B7 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-100v','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-100v/40100012 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":116,\"screenHeight\":135,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-3','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-30','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":93,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-30/20100114 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":93,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-340','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-342','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-4','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-5','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-5/2.6 UP.Browser/5.0 (GUI)','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-5m','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-5m/1.8 UP.Browser/6.2 (GUI) MMP/1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM-6','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":100,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-6/7.12 Teleca/1.1 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":100,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-7/53118000 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM-T8i Linux/3.0 Android/4.0 Release/04.25 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TSM-T8i Linux/3.0 Android/4.0 Release/05.21 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TSM-T8i Linux/3.0 Android/4.0 Release/05.29 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 4.*;','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":360,\"screenHeight\":640,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TSM340','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":63,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM340/83228611 Browser/1.2 Profile/MIDP-1.0 Configuration/CLDC-1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":63,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM500','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM520','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM520/1.1 Mozilla/4.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TSM5m-t','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":54,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM5m-t/1.8 UP.Browser/6.2 (GUI) MMP/1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":54,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM5m-t/2.0 UP.Browser/6.2 (GUI) MMP/1.0','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":110,\"screenHeight\":54,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TSM_T1-TSM_T1/1.0 Linux/2.6 Android/2.3 Release/06.14 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','vitelcom_tsm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TTPCom WAP','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TX-95C','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TX-95C/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TX215C/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TXT8010/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":168,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TXT8026/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TXT8030/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TXT8030OM/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TXT8040/T05_0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Tablet-PC-4.1-Mozilla/5.0 (Linux; Android 4.*; ADM8000KP_A) AppleWebKit/* (KHTML, like Gecko) Version/* Safari/*','android','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":768,\"screenHeight\":1024,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TagTag emulator v1.12','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Talkabout V2288','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Techfaith Moffett/2.0 WAP2.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G80/2.01 UP.Browser/6.1 (GUI) MMP/1.0','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G80/2.01 UP.Browser/6.1(GUI)TEMP-BUILD MMP/1.0','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G82','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G82/2.01 UP.Browser/6.1 (GUI) MMP/1.0','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G83','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-G83/5.01 UP.Browser/6.1 (GUI) MMP/1.0','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit-GM8x2[npp]','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM8x2[npp]/8.54 UP/4.1 UP.Browser/4.1','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM910i','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":30,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM910i/8.54 UP/4.1 UP.Browser/4.1','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":30,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM910i[npp]/8.55 UP/4.1 UP.Browser/4.1','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":30,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM940[npp]/9.03 UP','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-GM940[npp]/9.03 UP/4.1 UP.Browser/4.1','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit-t110','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('TelitGU1100','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-G80','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-G80/2.00 UP.Browser/6.1 (GUI) MMP/1.0','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM822(C-V)/3.01 UP.Browser/5.0','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM822/3 UP.Browser/5','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM822/3.01 UP.Browser/5.0','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM824/3 UP.Browser/5','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM824/3.11 UP.Browser/5.0','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM825/3 UP.Browser/5','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM825/3.02 UP.Browser/5.0','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM882','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM882/1.01 UP.Browser/5.0 (GUI)','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_Mobile_Terminals-GM940/9.03 UP.Browser/5.0','telit','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Telit_TP100','telit','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ThumbSniper (http://thumbsniper.com)','bot','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":768,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('TiPhone T30','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TinnoLTX3/CMCC NucleusOs/1.13 Ploutmmi/07b Release/7.10 Browser/ObigoQ03c Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Tiphone T33/1.0 Browser/wap2.0 Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Tiphone T67/1.0 Browser/wap2.0 Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Tiphone T78/1.0 Browser/wap2.0 Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Tokyo','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Toplux AG280 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Toplux CG360','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Toplux CG360 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Toplux/AG280/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":165,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Toshiba TS608;TS30/v1.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":215,\"screenHeight\":166,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba TS608_TS30/v1.0 UP.Browser/6.2 (GUI) MMP/2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba-TS10/1.0 UP.Browser/6.2 (GUI) MMP/2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba803','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba803/1.0/EU001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":320,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba808/1.0/EU001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ToshibaTS10','toshiba','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('ToshibaTS608','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ToshibaTS921','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ToshibaTS921/1.0/EU001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Toshiba_TS605/v1.0 UP.Browser/6.2 (GUI) MMP/2.0','toshiba','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Touch7/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Touch_HD_T8285 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Treo750 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Treo800w/v0100 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE, PPC; 320x320) (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Treo850/v0100 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Treo850e/v0100 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TyTN Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('TyTN/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('U Mobile Futsuu/1.0 ACS-NF/3.3 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('U120, HUAWEI/1.0/HUAWEI U120/B000 Java/QVM/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":130,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UKFast Pulsar v1.0 (Mozilla/5.0 compatible)','','{\"type\":\"desktop\",\"markup\":\"\"}'),('UKING-K30/SW1.0/WAP2.0/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UNISCOPE-U2/(2006.01)Ver1.0/WAP1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UNISTARL100','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UNISTARM320','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UNTRUSTED/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UNTRUSTED/1.0 Opera/9.60 (J2ME/MIDP;Opera Mini)Presto/2.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('UNTRUSTED/1.0/AJSC/1.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('UNTRUSTED/1.0/HS-T39_TD/1.0 Release/03.03 Threadx/4.0 Mocor/W10 Browser/NF4.0 Profile/MIDP-2.0 Config/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('UP.Browser/3.04-SC03','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UP.Browser/3.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UP.Browser/4.1','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UP.Browser/5','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UPG1 UP/4.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UPG1 UP/4.0 (compatible; Blazer 1.0)','palm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":160,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UPG1 UP/4.0 UP.Browser/4.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UPG1 UP/4.0, UPG1 UP/4.0 UP.Browser/4.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('UPG1/4.0 UP.Browser/6.2 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('USHA 848B','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('USHA-LEXUS 888B/KAA363_0.93 Nucleus/1.0 MTK/6228 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuration/CLDC-1.0 USHA-LEXUS 888B/KAA363_0.93 Nucleus/1.0 MTK/6228 Release/0C.01.2005 Browser/Teleca_obigo Profile/MIDP-1.0 Configuratio','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTS-1450M/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTS-7126M/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTS-7176M/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-CDM-8964VM UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-CDM7026/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-CDM7126/1.0 UP.Browser/6.3 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-GTX75/UC1.88 POLARIS/6.00 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-PCS-1400VM/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('UTSTARCOM-PCS-1450VM','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Ubiquam U-520 (BREW/3.1) UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Ubiquam U-800 (BREW/3.1) UP.Browser/CLDC-1.0 MMP/2.0 MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Uriver SP500/Teleca/Q03C1.22 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Utec T503','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Utec-B560','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Utstargz1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Utstargz1s','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V1.0 (MRE\\2.5(3072) resolution\\240400 chipset\\MT6250 touch\\1 tpannel\\1 camera\\1 gsensor\\0 keyboard\\normal) E8_ Release/2013.08 WAP Browser/MAUI (HTTPS) Profile/ Q03C1-2.40 tr-TR','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('V1301','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V400 MOT-V400/0B.08.74R MIB/2.2 Profile/MIDP-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":185,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V60/SW1.0/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('V702NK/NKJ001 Series60/* Nokia6630 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":173,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V702NK/NKJ001/IMEI Series60/* Nokia6630 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":166,\"screenHeight\":193,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V702NK2/NKJ001 Series60/* Nokia6680 Profile/MIDP-2.0 Configuration/CLDC-1.1','nokia60','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":173,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V703N/NJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V703SH/SHJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V703SHf/SHJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V703SHf/SHJ001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V705SH/SHJ001 Browser/VF-NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V705T/TJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V750/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V802N/NJ003 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":269,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V802SE/SEJ001 Browser/SEMC-Browser/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V802SH/SHJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V803T/TJ001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V804N/NJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V804NK/NKJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":267,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V804SH/SHJ001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.3 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V804SS/SSJ001 Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V8302/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V902SH/SHJ002 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V902T','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":233,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V902T/1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":233,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V902T/TJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V902T/TJ001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":233,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V903SH/SHJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V903SH/SHJ001 Browser/UP.Browser/7.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":264,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V903T/TJ001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V904SH/SHJ001 Browser/VF-NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":540,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V904T/TJ001 Browser/VF-Browser/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Ext-J-Profile/JSCL-1.2 Ext-V-Profile/VSCL-2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V905SH/SHJ001','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V905SH/SHJ002 Browser/VF-NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":350,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('V908/MIDP2.0/CLDC1.1/Screen-240x320','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('VACOM-VT820/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VERIZON_AUDIOVOX-CDM8915','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK1000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK200','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK2000/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK2010','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":142,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK2020','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":142,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK2030/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK4000','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":142,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK4500','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK5000/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK520','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK700 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK800/1.1 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK-VK900/1.1 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VK4000','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('VK500','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('VK520','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('VK530','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":143,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VM4050','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('VM4050/132.025 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('VM4050/132.037 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('VM4050/132.132 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":261,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('VOGU100 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VOXTEL-3iD SKYMM/WAP 2.0 MIDP-2.0/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VOXTEL_W210_TO_BE_FIXED','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VRPS/$Rev: 43290 $','','{\"type\":\"desktop\",\"markup\":\"\"}'),('VS3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('VS3/01 Browser/Obigo-Browser/3.0 MMS/Obigo-MMS/2.0 Java/Jblend/1.0 Sync/Panasonic/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":225,\"screenHeight\":240,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('VT V8302/B000 Browser/NetFront/4.1 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX400','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX5200v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX5300v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX5400v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX6100v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX7000v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8000v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8100v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8300v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8500v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8550v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":254,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8560v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8600v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8700v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX8800v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9100v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9200v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9400v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9800v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9900v1','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VX9900v2','lg_vx','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":184,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Venera-V1/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vertu Monika/2.0 (08w24) Profile/MIDP-2.0 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vertu Signature/2.0 (08w31) Profile/MIDP-2.0 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VertuAscentTi/2.0 (402.00) Profile/MIDP-2.1 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VertuAscentTi/2.0 (500.03) Profile/MIDP-2.1 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VertuAscentTi/2.0 (501.02) Profile/MIDP-2.1 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VertuConstellationF/2.0 (08w11500.01) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/* (KHTML, like Gecko) Safari/*','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VertuSignature/2.0 (500.01) Profile/MIDP-2.1 Configuration/CLDC-1.1','vertu','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VeryKool i410','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VeryKool-i250','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vibo-T588/Obigo/Q7 Profile/MIDP-2.1 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Videocon_V1534_Wap Browser','videocon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Videocon_V1539_Wap Browser','videocon','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Virgin_1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Virgin_1/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('Vitelcom-Feature Phone 1.0','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Vitelcom-Feature Phone 1.0 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Vodafone-330-FM/1.0 Browser/ObigoInternetBrowser/Q03C','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vodafone-331/1.0 Browser/ObigolnternetBrowser/Q03C','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vodafone-720/1.0 Browser/Obigo-Browser/Q05A MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vodafone541/2.0 Profile V010 06/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vodafone541/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q03C','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VodafoneV1240/B037 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('VodafoneV1240/B532 Browser/NetFront/3.5 MMS/Obigo-MMS/Q05A SyncML/HW-SyncML/1.0 Java/HWJa/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Player/QTV-Player/5.3','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vodafone_555_Blue/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Vodafone_Chat_655W/010 06/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A','vodafone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Voxtel-RX800/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Vulcan-Color','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":64,\"screenHeight\":73,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Vulcan-Color UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":64,\"screenHeight\":73,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('W186/Qualcom6246/090301/NetFront/3.3Profile/MIDP-2.0Configuration/CLDC1.1Profile/MIDP-2.0Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('W3309_Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('W3350 WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('W3C mobileOK DDC (http://www.w3.org/2006/07/mobileOK-ddc)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('W3C-mobileOK/DDC-1.0 (see http://www.w3.org/2006/07/mobileok-ddc)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('W9229ObigolnternetBrowser/QO3C Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WAPJAG Virtual WAP','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPJAG Virtual WAP Device V5.01','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPPER','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":143,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WAPUniverse/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPUniverse/1.7 (PalmOS; X-Scale) MobileToken/20041020 (WAP 1.1; WAPUniverse.com)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('WAPUniverse/1.9 (PalmOS; X-Scale) MobileToken/20041110 (WAP 1.1; WAPUniverse.com)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":157,\"screenHeight\":113,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPUniverse/1.9 (PalmOS; X-Scale) MobileToken/20041121 (WAP 1.1; WAPUniverse.com)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":157,\"screenHeight\":113,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPUniverse/2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPUniverse/2.0 (PalmOS; X-Scale) MobileToken/20041222 (WAP 1.3; WAPUniverse.com)','palm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WAPman Version 1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WELLCOM-W189_WAP_Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WELLCOM/W920/MIDP2.0/CLDC1.1/Screen-240x320','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WELLCOM_W398','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WELLCOM_W819 WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WIG Browser/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WIG Browser/1.1 Gateway/6.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapIDE-SDK/2.0; (R320s (Arial))','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapIDE-SDK/2.1; (R320s (Arial))','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapRunner','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapRunner (compatible; vnd.wap.wml; MMEF20; Cellphone; Sony; Ericsson; Nokia; Siemens; Motorola)','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapView 0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapView 0.00','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapYeah','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WapYeah Simulator 1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapaka/03','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wapaka/03.11','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wapaka/03.17 (Windows XP; 5.1; x86) DAW/1.0 Symb1/1.00 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wapaka/03.19 (Linux; 2.6; i386) DAW/1.0 Symb1/1.00 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wapaka/03.20 (Windows XP; 5.1; x86) DAW/1.0 Symb1/1.00 UP/4.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wapalizer /1.1 Phonevalley','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.2 - Motorola a6188','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.2 - Nokia7110','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapalizer/1.2 - Siemens s35i','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapsilon/2 (www.wapsilon.com)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Wapsilon/2.1 (www.wapsilon.com)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Waptor 1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Waterworld/A190/IW8/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0/UP.Browser/6.2','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WellcoM W929 WAP Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WellcoM/W3329/176X220','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WellcoM_W839+_Browser','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinCE','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP 2','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP 2.2 WML 1.1','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP 2.3 Light','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP 2.3 PRO','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP 3','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP 3.0 PRO','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP 3.0 PRO (3.0)','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP 3.0 PRO 3.1-UPG1 UP','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP 3.0 PRO [3.0]','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP for Pocket PC 1','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP for Pocket PC 1.0','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP for Pocket PC 1.1','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP-CE/1.2','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-CE/1.2 (CASIO BE-300)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-PRO/3.1','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-PRO/3.1 (3.1)','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-SPBE/1.2 (1.2;Win32)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('WinWAP-X/2.10','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-X/2.12','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-X/3.0 (tvCompass Smart Remote)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":620,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP-XL/1.2','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/1.3 (1.3;WinCE;PPC2000)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/1.3 (1.3;WinCE;PPC2003)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/3.2 (3.2; Win32)','winwap','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/4.0','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":620,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/4.0 (4.0; Win32)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":4800,\"screenHeight\":4800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAP/4.2 (Win32) WinWAP-X/4.2','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":4800,\"screenHeight\":4800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAPAtlas/4.0 (Atlas 1.0; 4.0; WM; PPC; t-zones)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAPDashMR/4.0 (Dash 2.0; 4.0; WM; SP; t-zones)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WinWAPJunoMR/4.0 (Juno 2.0; 4.0; WM; SP; t-zones)','winwap','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('WindowsPhoneMMS/1.0 WindowsPhoneOS/7.0-7355 SAMSUNG-OMNIA7','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wonu S1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wonu S1 UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":60,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wonu S3','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Wonu S3 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('X160B','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":140,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('X1i Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":700,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('X700/1.0 SymbianOS/7.0 Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('XDA2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('XJXN-F420/(2006.12)M.RF4201111.M01001.V1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('XV6875 Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('XV6975 Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda Orbit; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda Orbit; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) PPC; 240x320; SPV M3100; OpVer 12','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda Orbit; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda Orbit; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('XdaGraphite/1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320; XdaGraphite)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Atmos; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Diamond_2 Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Flint/670x480 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Ignito/480x640 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Ignito/480x640 Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Mantle/240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Serra/480x640 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Serra/480x640 Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Stellar; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Stellar; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Zest_MSIE/480x640 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":610,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_Zest_Opera/480x640 Opera/8.65 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":610,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_diamond Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_diamond_pro Opera/9.50 (Windows NT 5.1)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_diamond_pro/480x640 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_nova; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_nova; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_orbit_2/240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_orbit_2/240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_orbit_2; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_orbit_2; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) PPC; 240x320; SPV M3100; OpVer 12','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_star; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_trion; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xda_trion; 240x320 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Xenu Link Sleuth/1.3 beta','','{\"type\":\"desktop\",\"markup\":\"\"}'),('YAS-COSMOS','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YAS-COSMOS/1.0 UP.Browser/6.1 (GUI) MMP/1.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":112,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YOURWAP.com Wireless Companion','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YUANDA60C_256128_11B_HW (MRE/3.1(2560);MAUI/XHF_F22_WI_W1_4G_1.1;BDATE/2014/09/25 11:02;LCD/480854;CHIP/MT6260;KEY/Reduced;TOUCH/1;CAMERA/0;SENSOR/0;DEV/YUANDA60C_256128_11B_HW;WAP Browser/MAUI (HTTP PGDL;HTTPS);GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Yoigo F188/1.0 ACS-NF/3.3 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Yoigo F233/1.0 ACS-NF/3.4 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Alcatel View DB/2.63','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Ericsson 320/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":101,\"screenHeight\":52,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Ericsson 380/2.62','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Ericsson 380/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":200,\"screenHeight\":98,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Motorola 7389/2.63','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Nokia 6210/2.52','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Nokia 6210/2.62','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Nokia 6210/2.63','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Nokia7110/2.60','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Nokia7110/2.62','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Nokia7110/2.63','nokia','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":96,\"screenHeight\":44,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens C35i/2.63','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":42,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Siemens IC35i/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens S35i/2.60','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens S35i/2.63','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens S40/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('YourWap Siemens SL45/2.60','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens SL45/2.62','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Siemens SL45/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Sony Cmd z5/2.63','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":54,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap Trium Geo/2.63','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap/','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap/0.91','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('YourWap/1.16','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('Yulong-CoolPAD 288/1.0 Browser/1.5','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('Z221; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini) Opera 9.50','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":182,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Z77/MIDP2.0/CLDC1.1/Screen-176X220','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMCK740','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMCK870','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMEM1070/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMEM1075/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMEM1085/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMEM1090/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMEM1095/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMTFTV20/R01 Browser/Obigo/Q03C/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMTN610','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMTN615','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMTN800','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZMTN815','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZT8988/1.0 MTK/W07.12 Release/01.01 Browser/Teleca-1.2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE Bluebelt/1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE F860/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE F868/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE S521/1.0 Threadx/4.0 Mocor/W12 Realease/01.01 Browser/Dorado1.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":128,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-2118','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-2118/1.0 UP.Browser/4.1','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-A261/P103B9V1.0/WAP2.0 Profile','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-A37/P103B2SWV1.0/WAP1.2 Profile','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Beeline C100/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Beeline_C100/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C362/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C70/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C705','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C705/1.0 UP.Browser/4.1','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C77/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C78/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C79/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C88/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C880','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C880/1.0 UP.Browser/4.1','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C908','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-C908/1.0 UP.Browser/4.1','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":128,\"screenHeight\":146,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-CG990/CG990_Z1_ID_BFFC101 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Cute/ZTE-G movistar 731/WAP2.0 Profile/MIDP-2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-D90/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-D92/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-E520/1.0 SMIT-Browser/2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-E821-Rwanda-Tigo/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-E821-South-Africa-Vodacom/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-E821S-Movistar/1.0 NetFront/4.2 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-E821S/1.0 NetFront/3.5 QTV2.4 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F100(Zimbabwe)/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ZTE-F100/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F101(RDS)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F102 H3G/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F102 H3G/2.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F102(Rwanda TIGO)/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ZTE-F102/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F105/1.0 ACS-NF/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F106(Vinaphone)/1.0 NetFront/3.5 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F107(3UK)/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F150/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F151/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F152/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":190,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F153/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F156/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F158/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F159/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160(Brazil_VIVO)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160(Rwanda_MTN)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160(orange-20-branches)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160-Orange/4.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160-UCELL/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F160/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F165/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F188-Tigo/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F188/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F230/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F232/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F233/1.0 ACS-NF/3.3 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F252','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F256/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F260/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F608/1.0 ACS-NF/3.2 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F850/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F852/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F858/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F866/1.0 ACS-NF/3.2 Qtv/4.3','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F870E CINN BELL/1.0 ACS-NF/3.5 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F880/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F900/1.0 ACS-NF/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F912/1.0 ACS-NF/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F930(3UK)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F950/1.0 ACS-NF/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-F951-Orange/1.0 ACS-NF/3.5 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G S213/WAP2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G X760','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G i766','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G-N281-Miami-Orange/ORANGE_ENG_EN_P107A3V1.0 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G-X760-vegas-orange/X760_Z15UK_FS_B07A105_ORANGE Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G-X761/X761_Z1_S_A07A100 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-G-X991-Rio-orange/X991_V1_Z2_FRES_D18F109 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-GD180','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Jack 3G(Telenor)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Jack 3G-Orange/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-MTC 840/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Mimosa-Life/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-R100/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-R220/1.0/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-R230/2.0 Profile/MIDP-2.0','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-R6/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-SAGE/X671_V1_Z1_ES_DFFA102 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T100(Life)/1.0 NetFront/3.4 QTV5.1 Profile /MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T100/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T100Life/1.0 NetFront/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T106/1.0 ACS-NF/3.4 QTV5.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T116a NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 firmware/T116a T04','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":176,\"screenHeight\":220,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T165i/1.0 ACS-NF/3.2 QTV5.02 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T6/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T7/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T90/1.0 ACS-NF/3.4 QTV2.4 Profile/MIDP-2.0 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-T95 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 firmware/T95 T03','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-TU880_TD/1.0 Linux/2.6 Android/2.2 Release/5.25 Browser/AppleWebKit533.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ZTE-U E850(Movilnet)/1.0 NetFront/3.5 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-V8301/MB6801_V1_Z1_VN_F1BPa101 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-X760-Optimus/X760_Z15PT_Pt_BFFA100_OPTIMUS Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-X990/X990_V2_Z5_FR_D13F104 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Z431/1.4 NetFront/4.2 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTE-Z431/1.7 NetFront/4.2 QTV5.1 Profile/MIDP-2.1 Configuration/CLDC-1.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTEA39/VVP103C1/WAP1.2','zte','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('ZTEU795_TD/1.0 Linux/2.6 Android/4.0 Release/6.10 Browser/AppleWebKit534.30','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('ZTEU885_TD/1.0 Linux/2.6 Android/2.3 Release/2.25 Browser/AppleWebKit533.1','zte','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('Zetor','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('a4esl.org/p','','{\"type\":\"desktop\",\"markup\":\"\"}'),('acer_E101','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('acer_E101_Bouygtel Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('acer_S200 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":480,\"screenHeight\":800,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('alcatel-ot-710a','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('alcatel-ot-807a','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('alcatel_one_touch_385ja','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('alcatel_one_touch_813d','alcatel','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('audio180','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":152,\"screenHeight\":108,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('audio8900','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('audio8910','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('audio8940','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('audio8945','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('audio9900','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('azumi l2 OBIGO/Q03C (MTK; Nucleus)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('b-mobile K298/2.0 (03.15) Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('brvWAP v0.9','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('bumblebee@relevare.com','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ccWAP-Browser','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('ccWAP-Browser (www.ccwap.com)','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('cdm8960 UP.Browser/6.2 (GUI) MMP/2.0','audiovox_cdm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dom2dom/1.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('dopod C720/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":210,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod C730_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod C858g/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod D600_CMCC/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod D805_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod P660_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod P800/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":232,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod P860_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod S1_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod S900_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":470,\"screenHeight\":620,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod T2222_CMCC/5.2/WAP2.0 Profile/MIDP2.0 Configuration/CLDC1.1 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod710/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (come; MSIE 4.01; Windows CE; Smartphone;176x220)','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('dopod830/5.1/WAP1.2 Profile/MIDP2.0 Configuration/CLDC1.0 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('eML2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('eTouch D11','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('eTouchD33','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('eTouchD35','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('en-us','bot','{\"type\":\"tablet\",\"markup\":\"tablet\",\"screenWidth\":1024,\"screenHeight\":768,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('fetchpage.cgi/0.53','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('flyV25','fly','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('hTCP3400-Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('htc-cleo/Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Smartphone; 320x240) Opera 8.65','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('htc_p3700/2.0 (03.92) Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":600,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_BD40.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_RX100_UAProf.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_RX200_UAProf.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_V310.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_v100.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":172,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_v300.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('http://www.voxtel.ru/UAProf/Voxtel_v50.xml','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile 5210','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile 608/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile 610','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile 612','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile S 301T Browser/Opera Opera/9.80 (MTK; Nucleus; Opera Mobi) Presto/2.5 Version/*','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('i-mobile i-STYLE 2.4A','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":533,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('i-mobile i-STYLE 7.5/i_style_7_5 Linux/3.4+ Android/4.2 Release/i_style_7_5 Browser/AppleWebKit534.30 Profile/ Configuration/ Mobile Safari/*','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":569,\"pixelRatio\":1.5,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('i-mobile308','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile315','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile318','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile508','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile510 WAP Browser','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile513','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile516','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile518','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile519','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile520','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":224,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile600','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile601 MIC/WAP2.0 MIDP-2.0/CLDC-1.0','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile602','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile603','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile604','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile606','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile607','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile607,i-mobile607','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile609','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile611','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile611 i-mobile611','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile613','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile625','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile626','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile901','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile902','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile903','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobile904','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":100,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobileIE3250','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('i-mobileidea3 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('i-mobileidea3 (MRE\\2.3(20480) resolution\\320480 chipset\\MT6255 touch\\1 tpannel\\1 camera\\0 gsensor\\0 keyboard\\reduced) MAUI/10A1032MP_ASTRO_W1052 Release/31.12 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleu','i-mobile','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('i605','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('iBrowser/1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('iDEA 802','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('iKoMo iK201','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('iKoMo iK202','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('is MSIE 8 SmartLinksAddon','','{\"type\":\"desktop\",\"markup\":\"\"}'),('j2me','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":128,\"screenHeight\":160,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('jBrowser','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser 2.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser 3.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser 3.0/Savaje 2.0/1','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser 3.0/Savaje 2.0/1, jBrowser 3.0/Savaje 2.0/1','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-Desktop','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP (PPC)','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP 2','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP 2.0 (PPC)','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP 2.0 (PPC), jBrowser-WAP 2.0 (PPC)','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP 3','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP 3.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser-WAP/1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/J2ME Profile/MIDP-1.0 Configuration/CLDC-1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/SP/1.0 MIO/8380 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/SP/1.0 MIO/8380 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0, jBrowser/SP/1.0 MIO/8380 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/SP/1.0 MIO8380/R44 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/SP/1.0 MIO8380/R44 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser/SP/1.0 MIO8380/R44 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0, jBrowser/SP/1.0 MIO8380/R44 Profile/MIDP-1.0 MIDP-2.0 Configuration/CLDC-1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser1.0 , jBrowser1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser1.0/Savaje1.0','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser2.07-WAP, jBrowser2.07-WAP','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser3.0-PPC','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jBrowser3.0-PPC, jBrowser3.0-PPC','jbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('jEmulator','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('joooid-android/2.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('kejian-k368','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('kx160b/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('kyocera-KZ-820','kyocera','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('kyocera-KZ-820/1.0 UP.Browser/4.1','kyocera','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('kyocera-KZ-830/1.0 UP.Browser/4.1','kyocera','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('kyoe1000/1.0 UP.Browser/7.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('kyokx2','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('lg-kf750-v10a browser/obigo-q05a/3.12 mms/lg-mms-v1.0/1.2 java/asvm/1.1 profile/midp-2.1 configuration/cldc-1.1; Opera/9.50 (J2ME/MIDP; Opera Mini)','lg','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('linkdex.com/v2.0','','{\"type\":\"desktop\",\"markup\":\"\"}'),('m-crawler/1.0 WAP','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('m-crawler/2.3 WAP (m-crawler@m-central.com; http://m-central.com)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('m-crawler/2.5 WAP (m-crawler@m-find.com; http://m-find.com)','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('malata_MT126','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('maui','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('modu T/1.0 Browser/Obigo/Q7 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('morangeV','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('mot-V3/OE.40.79R MIB/2.2 profile/MIDP-2.0 configuration/CLDC-1.0','motorola_mot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('motoa455','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motoa840','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motoe815','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":162,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motok1c','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motol7c','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motoq2','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motoq9m','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":310,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorazrV8','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorazrV8/R601_G_80.42 Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorazrV8/R601_G_80.44 Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('motorazrV8/R601_G_80.53 Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;3076) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorazrV8/R601_G_80.54 Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('motorazrV8/R601_G_80.56 Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50[xx]','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorazrV8/R601_G_80.xx.yyP Mozilla/4.0 (compatible; MSIE 6.0 Linux; Motorola V8;nnn) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera 8.50','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":233,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motorolaW750/%D Mozilla/4.0 (compatible; MSIE 6.0; Linux; Motorola W750;nnn) Profile/MIDP-%m Configuration/CLDC-1.1 Symphony','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov260','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov265','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov276','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov3','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":161,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('motov325','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov710','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":172,\"screenHeight\":142,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov750','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov860','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motov9m','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motovu204','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motow385','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":117,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motow755','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motow766','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motozn4','motorola','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('motv9m','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('mozilla/5.0 (iphone; cpu iphone xx 2_0_2 like mac xx x) applewebkit/525.18 (khtml, like gecko) version/3.1 mobile/5c1 safari/525.20','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('mozilla/5.0 (iphone; cpu iphone xx 2_1 like mac xx x) applewebkit/525.18 (khtml, like gecko) version/3.1 mobile/5f136 safari/525.20','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('mozilla/5.0 (iphone; cpu iphone xx 2_2 like mac xx x) applewebkit/525.18 (khtml, like gecko) mobile/5g77','','{\"type\":\"mobile\",\"markup\":\"iphone\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('myWAY touch/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('myX-1w','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":48,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('myway-Slim/BSI AU.Browser/2.0 QO3C1 MMP/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('nok6215v1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":119,\"screenHeight\":100,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('nok6236v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":108,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('nok6256v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":115,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('nok6305v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('nok6315v1','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('nook browser/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":442,\"screenHeight\":562,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('null Linux/2.6 Android/2.3 Release/null Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/* Android 2.*;','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N343i(c10;TB)','imode_o2','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N343i(c10;TJ)','imode_o2','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N343i(c30;TD)','imode_o2','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N411i(c10;TB)','imode_o2','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N411i(c20;TJ)','imode_o2','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 N411i(c30;TD)','imode_o2','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 S500i','imode_o2','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('o2imode/2.0 S500i(c20;TB)','imode_o2','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('ozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; SAMSUNG; GT-i8700)','windowsphone','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('pant215v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":118,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('pcdc731','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('pcdt8030','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne M202/MTK/6225 Release/7.1 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne M402','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne M403','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne M506/Profile/MIDP.2.0Configuration/CLDC.1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne M801/Teleca/Q03C1.22 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne-M302/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('phoneOne-M505/WAP2.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 DB7000i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 M222i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 M222i-t-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 TS21i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":91,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 TS21i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":91,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 TS21iC-NF+','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":91,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 TS2li','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 TS2li-10','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 m21i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 m21i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"png\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i-10','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i-10(c10) ()','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i-10(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n21i-20(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n223i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n22i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 n22i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":110,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/1.0 ts21i-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":91,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 6120(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":229,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 E378(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 E378i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 E378i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 E378i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 E378i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G402i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G402i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G410i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G410i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G411i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G411i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G500i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G500i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G550i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G550i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G600i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G600i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G600i(c100;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G600i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 G600i(c30;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K550im(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K550im(c100;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K550im(c100;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K550im(c20;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K610im(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 K610im(c100;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KE590i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KE590i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":188,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KG291i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KG291i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KP202i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 KP202i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L341','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L341(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L341i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L342i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L3431i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L343i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L6imode','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L6imode(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L7i;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L7imode','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 L7imode(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 LG342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 LG342i(c10;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 LG342i(c30;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M222i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M222i-t-10(c10)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":118,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M341i(c30;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M420i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M420i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M420i(c10;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i(c100;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i(c20;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 M430i(c300;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":233,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N -t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N223i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N223i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N223i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N223i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":112,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N331i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N331i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N331i-t(c10;T)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N331i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N333i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341 (c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i(c30;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i-t(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N341i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N342i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N343i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N343i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N343i-t(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":118,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N344i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N400i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N400i(c20,TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N400i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i (c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N401i-t(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N410i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N410i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N410i-t(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N411i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N411i (c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N411i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N411i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N412i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N412i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N412i-t(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N500i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N500i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N500iS','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N500iS(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N600i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N600i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N73(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":229,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 N77(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":224,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK600i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK600i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK600i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":208,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK601i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK601i UP.Browser/7.0 (GUI) MMP/2.0 Push/PO','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 NK601i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":208,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":124,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":124,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P342i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 P342i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":132,\"screenHeight\":134,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S341i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S341i(c30;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S342i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S342i(c30;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i(c10,TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i(c100,TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i(c10;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S400i(c30,TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S401i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S401i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i(c10;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i(c10;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i(c30;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S410i(c30;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S500i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S501i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S501i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S720i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S720i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S730i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 S730i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SA341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":161,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG321i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG321i (c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG321i (c10;TB) Profile/DoCoMoProfile-1.5oe Configuration/CLDC-1.0 UP.Browser/7.0 (GUI)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG321i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG322i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG322i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG341i (c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG341i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG341i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":131,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG342i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG342i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":128,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG343i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG343i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG344i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG344i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG345i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":144,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG346i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SG346i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":160,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI331i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI331i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI341i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI341i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI400i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SI400i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":156,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 SonyEricssonK550im','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":176,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TS222i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TS222i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM30','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM30i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM30i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":121,\"screenHeight\":120,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM7','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM7(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM7i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 TSM7i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 W580im','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":266,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i(c100;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i(c10;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z320i(c30;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":169,\"screenHeight\":178,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z650i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z650i(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z650i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 Z650i(c300;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my401Ci','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":127,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my401Ci(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":127,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my411Ci(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my411Xi','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my501Ci','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":127,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my501Ci(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":127,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my511Xi','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my511Xi(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my700Xi','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":176,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my700Xi(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":168,\"screenHeight\":176,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 my700Xi(c20;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":176,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 myC5-3i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 myC5-3i(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":120,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 n31i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 n31i-10(c10;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('portalmmm/2.0 v3xximode','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 v3xximode(c100;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 v3xximode(c100;TJ)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0 v3xximode(c30;TD)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0(c10;TB)_(Google_WAP_Proxy/1.0)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":148,\"screenHeight\":180,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0,N342i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0,N410i(c20;TB)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":228,\"screenHeight\":255,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0,N600i(c100;TC)','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":220,\"screenHeight\":270,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('portalmmm/2.0S710i','imode_portalmmm','{\"type\":\"mobile\",\"markup\":\"chtml\",\"screenWidth\":120,\"screenHeight\":128,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('r355 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('r451 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('r451UP.Browser/6.2 (GUI)MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim/8320 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100/application','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":312,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim8130v2','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":260,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim8330v1','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim8530','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim9530v1','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":440,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim9550','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":350,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim9630v1','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rim9650','blackberry_rim','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":440,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('rozowa','bot','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('rozowa pantera UP.Browser/5.0 (GUI)','upbrowser','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('sam-r100 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r310 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r350','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":156,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r350 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r351 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r360 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":300,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r420 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r450 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r460 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r520 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r550 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r560 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r580, Myriad/6.2 (GUI) ,HTML 4.0; XHTML 1.0, WAP 2.0, Deck 40960,','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('sam-r810 NetFront/3.5 Mozilla/5.0 like Gecko/20060426','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r810 Netfront/3.4 Mozilla/5.0 like Gecko/20060426','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-r850 NetFront/3.5 Mozilla/5.0 like Gecko/20060531','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam-u450 UP.Browser/6.2 (GUI) MMP/2.0','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sam375/1.0 UP.Browser/6.2 (GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":240,\"jsSupport\":0,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama610','samsung_sam','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama670','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama790','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama795','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":161,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama850','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama870','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":121,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama890','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama930','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":171,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama950','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama970','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sama990','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sami910v1','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samr600','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samr810','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samr810 Netfront/3.4 Mozilla/5.0 like Gecko/20060426','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samsung-gt-s3850','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samsung-gt-s7233e','samsung_s_gt','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":400,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('samu340','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu350','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu410','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu430','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu450','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu470','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"jpg\",\"gif\",\"wbmp\"]}'),('samu490','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu540','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu550','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu620','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":165,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu640','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu650','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu700','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":300,\"imageFormats\":[\"png\",\"jpg\",\"wbmp\"]}'),('samu740','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu750v1','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu900','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":230,\"screenHeight\":240,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('samu940','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":320,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('samu960','samsung_sam','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":460,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sch-r300 up.browser/6.2 (gui) mmp/2.0','samsung_sch','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonk310i/r4da java/semc-java/2.0 profile/midp-2.0 configuration/cldc-1.1','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":123,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonk550i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":220,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonk750i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":182,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonw200i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":122,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonw700i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":169,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sonyericssonw810i','sonyericsson','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":170,\"screenHeight\":200,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('sprd-GT-A7100/1.0 Linux/2.6 Android/4.0 Release/01.14 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('sprd-GT-A7100/1.0 Linux/2.6 Android/4.0 Release/11.22 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile','android','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":320,\"screenHeight\":480,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\"]}'),('symb4','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":240,\"screenHeight\":320,\"jsSupport\":1,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('tiphoneE88/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utecS800','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":92,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstar7075 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstar7076/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":130,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstar8950','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstar8975','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":150,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstarc711','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":170,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstarc711/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":150,\"screenHeight\":170,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstargz1/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstargz1s/1.0 UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('utstart8010','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":200,\"screenHeight\":168,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('v1240/2.5/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 240x320)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('v1640/1.30 WWE/Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; MIDP-2.0 Configuration/CLDC-1.1)','windowsce','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":630,\"screenHeight\":460,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx10kv1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":220,\"screenHeight\":204,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx11kv1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":450,\"screenHeight\":760,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx55kv1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx5600','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":180,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx6000','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx6000v2','','{\"type\":\"mobile\",\"markup\":\"wml\",\"screenWidth\":120,\"screenHeight\":140,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx8350v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":164,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx8360v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":228,\"screenHeight\":280,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx9600v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":450,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('vx9700v1','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":224,\"screenHeight\":360,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('white TS705/1.0','','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":168,\"screenHeight\":144,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}'),('wmlb','bot','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":90,\"screenHeight\":35,\"imageFormats\":[\"gif\",\"wbmp\"]}'),('wssamr355UP.Browser/6.2 (GUI) MMP/2.0','upbrowser','{\"type\":\"mobile\",\"markup\":\"xhtml\",\"screenWidth\":120,\"screenHeight\":96,\"imageFormats\":[\"png\",\"jpg\",\"gif\",\"wbmp\"]}');
/*!40000 ALTER TABLE `mdr_mj_amdd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_mj_amdd_cache`
--

DROP TABLE IF EXISTS `mdr_mj_amdd_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_mj_amdd_cache` (
  `ua` varchar(255) COLLATE utf8_bin NOT NULL,
  `data` varchar(255) COLLATE utf8_bin NOT NULL,
  `time` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_mj_amdd_cache`
--

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

--
-- Table structure for table `mdr_modules`
--

DROP TABLE IF EXISTS `mdr_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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=197 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_modules`
--

LOCK TABLES `mdr_modules` WRITE;
/*!40000 ALTER TABLE `mdr_modules` DISABLE KEYS */;
INSERT INTO `mdr_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,'position-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"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\"}',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\"}',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\"}',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,'*'),(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,'Free Consultation','','<p><span style=\"font-size: 14pt;\"><strong><span style=\"font-family: helvetica, arial, sans-serif;\">Monmouth County New Jersey Attorney&nbsp; &nbsp;<em>Free Consultation</em></span>&nbsp; &nbsp;<span style=\"color: #333333;\">732-263-9300</span></strong> </span></p>',2,'position-2',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,58,'Handle Your Case','','<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><strong><em>REPRESENTING CLIENTS SINCE 1996</em></strong></span></p>\r\n<hr />\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 24pt;\">Joseph F. Morgano <em>Attorney at Law</em></span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"font-size: 12pt;\"><img style=\"margin-right: 5px; margin-bottom: 5px; float: left;\" src=\"images/mymedia/profile-small-home.jpg\" alt=\"profile small home\" width=\"149\" height=\"166\" />Joseph Morgano handles cases throughout New Jersey including <a href=\"practice-areas/23-dwi\">DWI Defense</a>, <a href=\"practice-areas/24-traffic-tickets\">Traffic Ticket Defense</a>, <a href=\"practice-areas/25-real-estate-closings\">Real Estate Closings</a>, <a href=\"practice-areas/27-personal-injury\">Personal Injury</a>, <a href=\"practice-areas/28-worker-s-compensation\">Worker\'s Compensation</a>, <a href=\"practice-areas/26-criminal-defense\">Criminal Defense</a>, <a href=\"practice-areas/29-collections\">Collection Matters</a>, <a href=\"practice-areas/30-expungement\">Expungements</a>, <a href=\"practice-areas/31-name-change\">Name Change</a>, <a href=\"practice-areas/35-property-tax-appeal\">Property Tax Appeals</a> and other types of cases. With a strong commitment to zealous representation, your case will be handled with expertise and professionalism.&nbsp;</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your legal matter, please contact us today.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">&nbsp;<strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 18pt;\">DWI Defense</span></span> </strong> </span></h1>\r\n<p style=\"text-align: justify;\"><img style=\"margin-right: 10px; margin-bottom: 10px; float: left;\" src=\"images/mymedia/dwi_in_nj.jpg\" alt=\"dwi in nj\" width=\"170\" height=\"208\" /></p>\r\n<p><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Have you been charged with DWI in NJ?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt;\">Joseph F. Morgano has been a Monmouth County NJ DWI attorney since 1996.&nbsp;&nbsp;</span>If you have been charged with DWI, it is important to have an experienced attorney represent you throughout the process.&nbsp; Whether it is a first, second or third offense, your case will be treated with vigor and handled with expertise. Some of the fines and penalties associated with DWI, are within the discretion of the judge.&nbsp; Obviously you want the least severe sentence that a judge is permitted to impose.&nbsp; Having an attorney represent your interests, can increase your chances of obtaining a better result in court.&nbsp;</span><span style=\"font-size: 12pt;\"><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"practice-areas/23-dwi\" rel=\"alternate\">(Read More about DWI)</a></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, please contact us for a free consultation.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong style=\"font-size: 18pt;\">Criminal Defense</strong></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Have you been charged with a crime in NJ?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been charged with a crime or misdemeanor in NJ, it is essential that you obtain counsel to represent your interests.&nbsp; Joseph F. Morgano handles criminal cases in NJ, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.</span><span style=\"font-size: 12pt; color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"practice-areas/26-criminal-defense\" rel=\"alternate\">(Read More about criminal defense)</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, contact Joseph F. Morgano, Monmouth County NJ criminal defense attorney.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\">&nbsp;<span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Personal Injury</strong></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Have you been injured in a NJ accident?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been injured in an accident in NJ, you may be entitled to receive compensation.&nbsp; Joseph F. Morgano handles various types of NJ personal injury cases, including: auto accidents; motorcycle accidents; slip and fall; negligence; and dog bite cases. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, contact Joseph F. Morgano, Monmouth County NJ personal injury attorney.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: center;\"><strong><span style=\"font-size: 18.6667px;\"><span style=\"text-decoration: underline;\">Client Reviews</span></span></strong></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><a style=\"color: #3366ff;\" href=\"google-reviews\">Google Reviews&nbsp;(On this website)</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><a style=\"color: #3366ff;\" href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">Google Reviews&nbsp;(On Google)</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><a style=\"text-decoration: underline; color: #3366ff;\" title=\"AVVO Reviews\" href=\"https://www.avvo.com/attorneys/07702-nj-joseph-morgano-1602318/reviews.html\" rel=\"alternate\">AVVO Reviews</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><span style=\"color: #3366ff;\"><a style=\"color: #3366ff; text-decoration: underline;\" href=\"https://www.yelp.com/biz/joseph-f-morgano-attorney-at-law-shrewsbury?hrid=SmftwBKgz-Le_ZtT37dX5g\">Yelp Reviews</a></span><span style=\"text-decoration: underline;\"><br /></span></span></p>\r\n<hr />\r\n<p>&nbsp;<span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Testimonials</strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Reviewer</span> - Ron Weinstein</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Rating</span> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!&nbsp;</em></span><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"font-size: 12pt; color: #0000ff;\">(See actual review at Google)</span></a></p>\r\n<hr />\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Reviewer</span> - Arturo Lewin</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Rating</span> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years</em>.\"&nbsp;</span><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"font-size: 12pt; color: #0000ff;\"><span style=\"font-size: 12pt; color: #0000ff;\">(See actual review at Google)</span></span></a></p>\r\n<hr />\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Reviewer</span> - S.T. parker</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Rating</span> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!</em>\"&nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><span style=\"color: #0000ff;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span></p>',1,'position-12',0,'0000-00-00 00:00:00','2016-08-09 15:39:14','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(90,64,'Serving All of New Jersey','','<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong><span style=\"text-decoration: underline;\">Serving All of New Jersey</span> </strong> </span></p>\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Organization\"><span style=\"font-size: 12pt;\" itemprop=\"areaServed\">Atlantic County&nbsp; &nbsp;Bergen&nbsp;County&nbsp; &nbsp;Burlington&nbsp;County&nbsp; &nbsp;Camden&nbsp;County&nbsp; &nbsp;Cape May&nbsp;County&nbsp; &nbsp;Cumberland&nbsp;County&nbsp; &nbsp;Essex&nbsp;County&nbsp; &nbsp;Gloucester&nbsp;County&nbsp; &nbsp;Hudson&nbsp;County&nbsp; &nbsp;Hunterdon&nbsp;County&nbsp; &nbsp;Mercer&nbsp;County&nbsp; &nbsp;Middlesex&nbsp;County&nbsp; &nbsp;Monmouth&nbsp;County&nbsp; &nbsp;Morris&nbsp;County&nbsp; &nbsp;Ocean&nbsp;County&nbsp; &nbsp;Passaic&nbsp;County&nbsp; &nbsp;Salem&nbsp;County&nbsp; &nbsp;Somerset&nbsp;County&nbsp; &nbsp;Sussex&nbsp;County&nbsp; &nbsp;Union&nbsp;County&nbsp; &nbsp;Warren County<br /></span></p>\r\n<hr style=\"text-align: center;\" />\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt;\">ATTORNEY ADVERTISING: <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"disclaimer\" rel=\"alternate\">DISCLAIMER</a> </span></span></p>\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">c 2016 Joseph F. Morgano. All Rights Reserved.</span></p>\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">621 Shrewsbury Ave Ste 131</span></p>\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">Shrewsbury, NJ 07702</span></p>\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\">732-263-9300</span> Ph. <span style=\"color: #0000ff;\">732-222-0928</span>&nbsp;Fax</span></p>\r\n<hr style=\"text-align: center;\" />\r\n<p style=\"text-align: center;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://lawyers.justia.com/lawyer/joseph-f-morgano-1071623\">Justia</a><span style=\"font-size: 12pt;\">&nbsp; &nbsp;</span><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://www.avvo.com/attorneys/07702-nj-joseph-morgano-1602318.html\">Avvo</a><span style=\"font-size: 12pt;\">&nbsp; &nbsp;</span><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://www.linkedin.com/in/joseph-morgano-174132100/\">Linkedin</a><span style=\"font-size: 12pt;\">&nbsp; &nbsp;</span><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://twitter.com/JFMatLaw\">Twitter</a><span style=\"font-size: 12pt;\">&nbsp; &nbsp;</span><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://www.facebook.com/morganolaw/\">Facebook</a><span style=\"font-size: 12pt;\">&nbsp; &nbsp;</span><span style=\"color: #0000ff;\"><a style=\"font-size: 12pt; color: #0000ff;\" href=\"https://plus.google.com/u/0/113522770546825972231\">Google+</a>&nbsp; &nbsp;<span style=\"font-size: 12pt;\"><a style=\"color: #0000ff;\" href=\"https://www.google.com/search?ludocid=6413834250887616316&amp;q=Joseph%20F.%20Morgano%20Attorney%20at%20Law%20621%20Shrewsbury%20Ave%20Ste%20131%20Shrewsbury,%20NJ%2007702&amp;_ga=2.186518639.710203133.1525478248-645966103.1523215771\">GMB</a>&nbsp; &nbsp;<span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https://www.yelp.com/biz/joseph-f-morgano-attorney-at-law-shrewsbury?osq=joseph+f.+morgano\">Yelp</a></span></span> </span></p>',1,'position-14',0,'0000-00-00 00:00:00','2017-01-14 02:45:28','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,'*'),(92,68,'Research Desk','','<h3 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-family: helvetica,arial,sans-serif;\"><strong>Research Desk</strong></span></h3>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><strong>Read NJ Statutes on the Following Topics:</strong></span></h4>\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ DWI Law\">NJ DWI/DUI Law</a></span></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/8-nj-expungement-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ Expungement Law\">NJ Expungement Law</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/9-nj-name-change-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ Name Change Law\">NJ Name Change Law</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Point Schedule for NJ Traffic Tickets\">Point Schedule for NJ Traffic Tickets</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40\" style=\"color: #0000ff;\">NJ Driving While Suspended</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\" style=\"color: #0000ff;\">NJ Driving Without Insurance</a></h4>',7,'position-7',0,'0000-00-00 00:00:00','2016-06-25 05:57:34','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(94,72,'Blog Posts','','<h2 style=\"text-align: left;\"><strong><span style=\"font-size: 12pt;\">Blog Posts</span></strong>&nbsp;</h2>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Topic: DWI in NJ</strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/5-you-were-charged-with-dwi-dui-in-nj-now-what\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"You were charged with DWI/DUI In NJ, Now What?\">You were charged with DWI/DUI In NJ, Now What?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Should You Refuse To Take A Breathalyzer In NJ?\">Should You Refuse To Take A Breathalyzer In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points Do You Get For A DWI/DUI In NJ?\">How Many Points Do You Get For A DWI/DUI In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/12-how-long-do-you-lose-your-license-for-a-dwi-in-nj\" style=\"color: #0000ff;\">How Long Do You Lose Your License for a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/11-what-are-the-fines-for-a-dwi-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"What Are the Fines For a DWI in NJ?\">What Are the Fines For a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/10-can-you-go-to-jail-for-a-dwi-in-new-jersey\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Can You Go To Jail For A DWI In New Jersey?\">Can You Go To Jail For A DWI In New Jersey?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/13-do-you-need-an-attorney-for-a-new-jersey-dwi\" style=\"color: #0000ff;\">Do You Need an Attorney for a New Jersey DWI?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/41-dui-vs-dwi-in-nj\" style=\"color: #0000ff;\">DUI vs. DWI in NJ</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Topic: Traffic Tickets in NJ </strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/14-can-you-beat-your-nj-traffic-ticket\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Can You Beat Your NJ Traffic Ticket?\">Can You Beat Your NJ Traffic Ticket?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/16-how-many-points-is-a-speeding-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Speeding Ticket in NJ?\">How Many Points is a Speeding Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/17-how-many-points-is-a-careless-driving-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Careless Driving Ticket in NJ?\">How Many Points is a Careless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/18-how-many-points-is-a-reckless-driving-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Reckless Driving Ticket in NJ?\">How Many Points is a Reckless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/40-what-are-the-penalties-for-driving-without-insurance-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Reckless Driving Ticket in NJ?\">What Are the Penalties for Driving Without Insurance in NJ?</a></span></p>',3,'position-7',621,'2018-04-07 19:41:09','2016-06-25 05:58:11','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(100,78,'JSitemap module','','',1,'position-14',0,'0000-00-00 00:00:00','2016-06-24 05:07:38','0000-00-00 00:00:00',1,'mod_jmap',1,1,'{\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"200\",\"height_auto\":\"1\",\"dataset\":\"\",\"sitemap_html_template\":\"black\",\"show_icons\":\"\",\"show_expanded\":\"\",\"expand_location\":\"\",\"column_sitemap\":\"\",\"column_maxnum\":\"\",\"multilevel_categories\":\"1\",\"legacy_routing\":\"0\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(101,79,'JSitemap Quickicons','','',99,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_jmapquickicon',1,1,'',1,'*'),(125,135,'Map','','',3,'position-12',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_wrapper',1,0,'{\"url\":\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3041.5976639393007!2d-74.0744536846068!3d40.329085979375414!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2250157ff8649%3A0x59028444ec63d73c!2sJoseph+F.+Morgano+Attorney+at+Law!5e0!3m2!1sen!2sus!4v1474040951033\\\" width=\\\"600\\\" height=\\\"450\\\" frameborder=\\\"0\\\" style=\\\"border:0\\\" allowfullscreen>\",\"add\":\"1\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"400\",\"height_auto\":\"1\",\"frameborder\":\"1\",\"target\":\"\",\"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,'*'),(132,149,'Disclaimer','','',1,'position-12',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_category',1,0,'{\"mode\":\"normal\",\"show_on_article_page\":\"0\",\"count\":\"0\",\"show_front\":\"show\",\"category_filtering_type\":\"1\",\"catid\":[\"17\"],\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"created_by\":[\"\"],\"author_alias_filtering_type\":\"1\",\"created_by_alias\":[\"\"],\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"link_titles\":\"0\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"0\",\"introtext_limit\":\"100\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(134,156,'Google Reviews','','',1,'position-12',0,'0000-00-00 00:00:00','2018-05-06 15:43:32','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"google-reviews\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(143,168,'Need legal help? Contact us here.','','',3,'position-6',0,'0000-00-00 00:00:00','2016-12-28 01:05:01','0000-00-00 00:00:00',1,'mod_pwebcontact',1,1,'{\"layout_type\":\"static\",\"position\":\"left:top\",\"offset\":\"\",\"zindex\":\"\",\"style_toggler\":\"blue\",\"style_form\":\"blue\",\"style_bg\":\"-1\",\"toggler_bg\":\"\",\"toggler_color\":\"\",\"buttons_fields_color\":\"\",\"buttons_text_color\":\"\",\"text_color\":\"#0033ff\",\"bg_color\":\"#000000\",\"bg_opacity\":\"0.9\",\"rounded\":\"1\",\"shadow\":\"0\",\"icons\":\"icomoon\",\"form_width\":\"220px\",\"labels_width\":\"\",\"labels_position\":\"over\",\"form_font_size\":\"\",\"form_font_family\":\"\",\"bg_image\":\"\",\"bg_position\":\"\",\"bg_padding_position\":\"\",\"bg_padding\":\"\",\"accordion_boxed\":\"1\",\"modal_bg\":\"\",\"modal_opacity\":\"-1\",\"modal_effect\":\"square\",\"modal_duration\":400,\"msg_position\":\"after\",\"msg_success_color\":\"\",\"msg_error_color\":\"\",\"msg_close_delay\":10,\"tooltips\":\"3\",\"user_data\":\"0\",\"rules_target\":\"2\",\"process_text_separator\":\"2\",\"button_send\":\"\",\"button_reset\":\"\",\"show_toggler\":\"1\",\"toggler_name\":\"\",\"toggler_slide\":\"0\",\"toggler_icon\":\"0\",\"toggler_icon_gallery\":\"-1\",\"toggler_icon_custom\":\"\",\"toggler_icomoon\":\"e200\",\"toggler_vertical\":\"0\",\"toggler_vertical_type\":\"1\",\"toggler_rotate\":\"1\",\"toggler_font\":\"NotoSans-Regular\",\"toggler_width\":\"\",\"toggler_height\":\"\",\"toggler_font_size\":\"12px\",\"toggler_font_family\":\"\",\"fields\":\"[{\\\"type\\\":\\\"separator_system_top\\\"},{\\\"type\\\":\\\"name\\\",\\\"name\\\":\\\"NAME\\\",\\\"alias\\\":\\\"name\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\\",\\\"required\\\":true},{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"EMAIL\\\",\\\"alias\\\":\\\"email_4\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\\",\\\"required\\\":true},{\\\"type\\\":\\\"phone\\\",\\\"name\\\":\\\"PHONE\\\",\\\"alias\\\":\\\"phone\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\/[\\\\\\\\d\\\\\\\\-\\\\\\\\+() ]+\\/\\\",\\\"required\\\":false},{\\\"type\\\":\\\"textarea\\\",\\\"name\\\":\\\"YOUR INQUIRY\\\",\\\"alias\\\":\\\"textarea\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"5|1000\\\",\\\"required\\\":true},{\\\"type\\\":\\\"separator_upload\\\"},{\\\"type\\\":\\\"separator_system_bottom\\\"}]\",\"show_upload\":\"0\",\"attachment_type\":\"1\",\"attachment_delete\":\"1\",\"upload_autostart\":\"1\",\"upload_size_limit\":1,\"upload_files_limit\":5,\"upload_allowed_ext\":\"gif|jpe?g|png|docx?|odt|txt|pdf|zip\",\"upload_show_limits\":\"1\",\"upload_tooltip\":\"\",\"upload_label\":\"\",\"email_from\":\"\",\"email_to\":\"\",\"email_to_list\":\"\",\"email_bcc\":\"\",\"email_replyto\":\"\",\"email_replyto_name\":\"\",\"email_user\":\"0\",\"email_subject\":\"Website Inquiry To\",\"email_subject_sfx\":\"1\",\"ticket_enable\":\"0\",\"ticket_format\":\"\",\"msg_success\":\"Thank you for your inquiry. You will receive a response shortly.\",\"email_copy\":\"0\",\"email_autoreply\":\"1\",\"reset_form\":\"1\",\"server_sender\":\"1\",\"email_lang\":\"\",\"email_tmpl_html_admin\":\"auto-reply\",\"email_tmpl_html_user\":\"auto-reply\",\"email_tmpl_html_autoreply\":\"auto-reply\",\"email_tmpl_text_admin\":\"\",\"email_tmpl_text_user\":\"\",\"email_tmpl_text_autoreply\":\"Thank you for your inquiry.  You will receive a response from Joseph F. Morgano shortly.\\r\\n\\r\\nJoseph F. Morgano\\r\\nAttorney at Law\\r\\n621 Shrewsbury Ave., Ste. 131\\r\\nShrewsbury, NJ 07702\\r\\n732-263-9300 Ph.\\r\\n732-795-3958 Fax\\r\\nWebsite: morganolaw.com\\r\\n\",\"open_toggler\":\"0\",\"open_count\":1,\"open_delay\":1000,\"close_toggler\":\"0\",\"close_delay\":0,\"open_counter_storage\":\"1\",\"cookie_lifetime\":30,\"close_other\":\"1\",\"slide_duration\":400,\"slide_transition\":\"-1\",\"modal_disable_close\":\"0\",\"redirect_itemid\":\"\",\"redirect_url\":\"\",\"redirect_delay\":3,\"adwords_url\":\"\",\"adcenter_url\":\"\",\"fb_pixel_id\":\"\",\"onload\":\"\",\"onopen\":\"\",\"oncomplete\":\"\",\"onerror\":\"\",\"onclose\":\"\",\"newsletter_type\":\"0\",\"mailchimp_apikey\":\"\",\"freshmail_apikey\":\"\",\"freshmail_secret\":\"\",\"newsletter_subscribe_label\":\"\",\"newsletter_opt_in\":\"1\",\"newsletter_visible_on_front\":\"0\",\"comprofiler\":\"0\",\"jomsocial\":\"0\",\"sobipro\":\"0\",\"zoo\":\"0\",\"googlesheets\":\"0\",\"googlesheets_accesscode\":\"\",\"googlesheets_spreadsheet_id\":\"\",\"googlesheets_sheet_id\":\"\",\"dlid\":\"\",\"debug\":\"0\",\"rtl\":\"2\",\"filter_browsers\":\"0\",\"captcha\":\"0\",\"root_path\":\"0\",\"msg_scroll\":\"1\",\"load_bootstrap\":\"1\",\"bootstrap_version\":\"2\",\"load_bootstrap_css\":\"2\",\"boostrap_glyphicons\":\"1\",\"load_jquery\":\"0\",\"load_jquery_ui\":\"0\",\"load_jquery_ui_effects\":\"0\",\"load_jquery_validate\":\"0\",\"load_jquery_fileupload\":\"0\",\"load_jquery_cookie\":\"0\",\"load_icomoon\":\"0\",\"moduleclass_sfx\":\" hidden-phone\",\"layout\":\"_:default\",\"cache_css\":\"1\",\"cache_time\":\"0\",\"cache\":\"1\",\"cachemode\":\"static\",\"demo\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(144,170,'Address ','','<h1 style=\"text-align: left;\"><span style=\"font-family: book antiqua,palatino;\"><span style=\"font-size: 21pt;\"><strong>Joseph F. Morgano <em>Attorney at Law</em></strong></span></span></h1>\r\n<hr />\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\">621 Shrewsbury Ave Ste 131</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\">Shrewsbury, NJ 07702</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\">732-263-9300 Phone</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\">732-222-0928 Fax</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\">Email - joe@morganolaw.com</span></p>',2,'position-12',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,'*'),(146,172,'Mobile Handle Your Case','','<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><em>REPRESENTING CLIENTS SINCE 1996</em></strong></span></p>\r\n<hr />\r\n<h2 style=\"text-align: left;\"><strong style=\"font-size: 24pt; font-family: \'book antiqua\', palatino;\">Joseph F. Morgano <em>Attorney at Law</em></strong></h2>\r\n<p><img style=\"margin-right: 5px; margin-bottom: 5px; float: left;\" src=\"images/mymedia/profile-small-home.jpg\" alt=\"profile small home\" width=\"149\" height=\"166\" /></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Joseph Morgano handles cases throughout New Jersey including <a href=\"practice-areas/23-dwi\">DWI Defense</a>, <a href=\"practice-areas/24-traffic-tickets\">Traffic Ticket Defense</a>, <a href=\"practice-areas/25-real-estate-closings\">Real Estate Closings</a>, <a href=\"practice-areas/27-personal-injury\">Personal Injury</a>, <a href=\"practice-areas/28-worker-s-compensation\">Worker\'s Compensation</a>, <a href=\"practice-areas/26-criminal-defense\">Criminal Defense</a>, <a href=\"practice-areas/29-collections\">Collection Matters</a>, <a href=\"practice-areas/30-expungement\">Expungements</a>, <a href=\"practice-areas/31-name-change\">Name Change</a>, <a href=\"practice-areas/35-property-tax-appeal\">Property Tax Appeals</a> and other types of cases. With a strong commitment to zealous representation, your case will be handled with expertise and professionalism.&nbsp;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your legal matter, please contact us today.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 18pt;\">DWI Defense</span></span></strong></h1>\r\n<p><img style=\"margin-right: 5px; margin-bottom: 5px; float: left;\" src=\"images/mymedia/dwi_in_nj.jpg\" alt=\"dwi in nj\" width=\"170\" height=\"208\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Have you been charged with DWI in NJ</span>?</strong> </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt;\">Joseph F. Morgano has been a Monmouth County NJ DWI attorney since 1996.&nbsp;</span>If you have been charged with DWI, it is important to have an experienced attorney represent you throughout the process.&nbsp; Whether it is a first, second or third offense, your case will be treated with vigor and handled with expertise. Some of the fines and penalties associated with DWI in NJ, are within the discretion of the judge.&nbsp; Obviously you want the least severe sentence that a judge is permitted to impose.&nbsp; Having an attorney represent your interests, can increase your chances of obtaining a better result in court.&nbsp;</span><span style=\"font-size: 12pt;\"><a href=\"practice-areas/23-dwi\" rel=\"alternate\">(Read more about DWI)</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, please contact us for a free consultation.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Traffic Ticket Defense</strong></span></h1>\r\n<p><img style=\"margin-right: 10px; float: left;\" src=\"images/mymedia/traffic_ticket_in_nj.jpg\" alt=\"traffic ticket in nj\" width=\"200\" height=\"133\" /><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Got a Traffic Ticket In NJ?</span></strong>&nbsp;</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been issued a traffic ticket in NJ, for a motor vehicle violation, we may be able to get your <a title=\"NJ Point Schedule for Traffic Tickets \" href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\">points</a> reduced or eliminated.&nbsp; Call Joseph F. Morgano, traffic ticket attorney in Monmouth County NJ, for a free consultation. (<a href=\"practice-areas/24-traffic-tickets\" rel=\"alternate\">Read more about NJ traffic tickets</a>)</span></p>\r\n<hr />\r\n<h1 style=\"text-align: justify;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Criminal Defense</strong></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Have you been charged with a crime in NJ?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been charged with a crime or misdemeanor in NJ, it is essential that you obtain counsel to represent your interests.&nbsp; Joseph F. Morgano handles criminal cases in NJ, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.&nbsp;</span><span style=\"font-size: 12pt; color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"practice-areas/26-criminal-defense\" rel=\"alternate\">(Read More about criminal defense)</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, contact Joseph F. Morgano, Monmouth County NJ criminal defense attorney.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Real Estate Closings</strong></span></h1>\r\n<p style=\"text-align: center;\">&nbsp;<span style=\"text-decoration: underline;\"><strong>Buying or selling a home?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Whether you are buying, selling or refinancing your NJ home, we have you covered from attorney review through closing. Call Joseph F. Morgano, Monmouth County NJ real estate attorney, for more information. (<a href=\"practice-areas/25-real-estate-closings\" rel=\"alternate\">Read more about NJ real estate closings</a>)</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Personal Injury</strong></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Have you been injured in a NJ accident?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been injured in an accident in NJ, you may be entitled to receive compensation.&nbsp; Joseph F. Morgano handles various types of NJ personal injury cases, including: auto accidents; motorcycle accidents; slip and fall; negligence; and dog bite cases. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you would like to discuss your case, contact Joseph F. Morgano, Monmouth County NJ personal injury attorney.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"font-size: 18pt;\"><strong><span style=\"text-decoration: underline;\">Worker\'s Compensation Claims</span></strong> </span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 12pt;\"><strong>Have you been inured at work?</strong></span><strong><br /></strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Were you involved in a work related injury in NJ?&nbsp; You may be entitled to temporary disability while you are out of work. You may also be entitled to a permanency award of compensation.&nbsp; Please call Joseph F. Morgano, NJ worker\'s compensation attorney, to discuss your case.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><span style=\"font-size: 18pt;\"><strong>Expungements</strong></span></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Have a criminal record in NJ</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Please call Joseph F. Morgano, expungement attorney in Monmouth County NJ, for more information.</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"font-size: 18pt;\"><strong><span style=\"text-decoration: underline;\">Property Tax Appeals</span></strong> </span></h1>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Paying Too Much For NJ Property Taxes</span>?</strong> </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. We can appeal your property assessment in an effort to get your property taxes reduced. For more information, call Joseph F. Morgano, NJ property tax appeal attorney. (<a href=\"practice-areas/35-property-tax-appeal\">Read more About NJ Property Tax Appeal</a>)</span></p>\r\n<hr />\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 18pt;\"><strong>Name Change in NJ</strong></span></h1>\r\n<p style=\"text-align: left;\"><strong style=\"font-size: 16px;\">Considering changing your name?</strong></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt; text-align: justify;\">If you wish to change your name, we can assist with the process. Please call for more information.</span></p>\r\n<hr />\r\n<h3 style=\"text-align: center;\"><strong><span style=\"font-size: 18.6667px;\"><span style=\"text-decoration: underline;\">Client Reviews</span></span></strong></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><a style=\"color: #3366ff;\" href=\"google-reviews\">Google Reviews&nbsp;(On this website)</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><a style=\"color: #3366ff;\" href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">Google Reviews&nbsp;(On Google)</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: 14pt;\"><a style=\"text-decoration: underline; color: #3366ff;\" title=\"AVVO Reviews\" href=\"https://www.avvo.com/attorneys/07702-nj-joseph-morgano-1602318/reviews.html\" rel=\"alternate\">AVVO Reviews</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><a style=\"color: #3366ff; text-decoration: underline;\" href=\"https://www.yelp.com/biz/joseph-f-morgano-attorney-at-law-shrewsbury?hrid=SmftwBKgz-Le_ZtT37dX5g\">Yelp Reviews</a></span></p>\r\n<hr />\r\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Testimonials</strong></span></h3>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Chris Hoffman</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-10-06T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone</em>.\" <span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span><span style=\"color: #3366ff; font-size: 12pt;\"><span style=\"color: #0000ff;\"><br /></span></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - eBONIKZ BEATS</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/undefined\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-9-29T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation</em>.\"&nbsp;<span style=\"font-size: 12pt;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Ron Weinstein</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!</em>.\" <a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span><span style=\"color: #3366ff; font-size: 12pt;\"><span style=\"color: #0000ff;\"><br /></span></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Arturo Lewin</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) -&nbsp; 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years</em>.\" <a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span><span style=\"color: #3366ff; font-size: 12pt;\"><span style=\"color: #0000ff;\"><br /></span></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - S.T. parker</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!</em>\" <a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></p>\r\n<hr />\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-family: helvetica, arial, sans-serif; font-size: 18pt;\"><strong>Research Desk</strong></span></h4>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Read NJ Statutes on the Following Topics:</strong></span><span style=\"font-size: 12pt; color: #0000ff;\"><a style=\"color: #0000ff;\" title=\"NJ DWI Law\" href=\"nj-statutes/7-nj-dwi-dui-law\" rel=\"alternate\" hreflang=\"undefined\"><br /></a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a style=\"color: #0000ff;\" title=\"NJ DWI Law\" href=\"nj-statutes/7-nj-dwi-dui-law\" rel=\"alternate\" hreflang=\"undefined\">NJ DWI/DUI Law</a></span></p>\r\n<p style=\"text-align: left;\"><a style=\"color: #0000ff;\" title=\"NJ Expungement Law\" href=\"nj-statutes/8-nj-expungement-law\" rel=\"alternate\" hreflang=\"undefined\">NJ Expungement Law</a></p>\r\n<p style=\"text-align: left;\"><a style=\"color: #0000ff;\" title=\"NJ Name Change Law\" href=\"nj-statutes/9-nj-name-change-law\" rel=\"alternate\" hreflang=\"undefined\">NJ Name Change Law</a></p>\r\n<p style=\"text-align: left;\"><a style=\"color: #0000ff;\" title=\"Point Schedule for NJ Traffic Tickets\" href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" hreflang=\"undefined\">Point Schedule for NJ Traffic Tickets</a></p>\r\n<p style=\"text-align: left;\"><a style=\"color: #0000ff;\" href=\"nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40\">NJ Driving While Suspended</a></p>\r\n<p style=\"text-align: left;\"><a style=\"color: #0000ff;\" href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\">NJ Driving Without Insurance</a></p>',3,'position-2',0,'0000-00-00 00:00:00','2016-08-09 15:39:14','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-desktop\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(155,181,'Mobile Need legal help? Contact us here.','','',12,'position-2',0,'0000-00-00 00:00:00','2016-12-28 01:05:01','0000-00-00 00:00:00',0,'mod_pwebcontact',1,1,'{\"layout_type\":\"modal\",\"position\":\"bottom:right\",\"offset\":\"\",\"zindex\":\"\",\"style_toggler\":\"blue\",\"style_form\":\"blue\",\"style_bg\":\"-1\",\"toggler_bg\":\"\",\"toggler_color\":\"\",\"buttons_fields_color\":\"\",\"buttons_text_color\":\"\",\"text_color\":\"#0033ff\",\"bg_color\":\"#000000\",\"bg_opacity\":\"0.9\",\"rounded\":\"1\",\"shadow\":\"0\",\"icons\":\"icomoon\",\"form_width\":\"220px\",\"labels_width\":\"\",\"labels_position\":\"over\",\"form_font_size\":\"12pt\",\"form_font_family\":\"\",\"bg_image\":\"images\\/mymedia\\/legal_advice.jpg\",\"bg_position\":\"center top\",\"bg_padding_position\":\"top\",\"bg_padding\":\"155px\",\"accordion_boxed\":\"1\",\"modal_bg\":\"\",\"modal_opacity\":\"-1\",\"modal_effect\":\"square\",\"modal_duration\":400,\"msg_position\":\"after\",\"msg_success_color\":\"\",\"msg_error_color\":\"\",\"msg_close_delay\":10,\"tooltips\":\"3\",\"user_data\":\"0\",\"rules_target\":\"2\",\"process_text_separator\":\"2\",\"button_send\":\"\",\"button_reset\":\"\",\"show_toggler\":\"1\",\"toggler_name\":\"\",\"toggler_slide\":\"0\",\"toggler_icon\":\"0\",\"toggler_icon_gallery\":\"-1\",\"toggler_icon_custom\":\"\",\"toggler_icomoon\":\"e200\",\"toggler_vertical\":\"0\",\"toggler_vertical_type\":\"1\",\"toggler_rotate\":\"1\",\"toggler_font\":\"NotoSans-Regular\",\"toggler_width\":\"\",\"toggler_height\":\"\",\"toggler_font_size\":\"16px\",\"toggler_font_family\":\"\",\"fields\":\"[{\\\"type\\\":\\\"separator_system_top\\\"},{\\\"type\\\":\\\"name\\\",\\\"name\\\":\\\"NAME\\\",\\\"alias\\\":\\\"name\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\\",\\\"required\\\":true},{\\\"type\\\":\\\"email\\\",\\\"name\\\":\\\"EMAIL\\\",\\\"alias\\\":\\\"email_4\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\\",\\\"required\\\":true},{\\\"type\\\":\\\"phone\\\",\\\"name\\\":\\\"PHONE\\\",\\\"alias\\\":\\\"phone\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"\\/[\\\\\\\\d\\\\\\\\-\\\\\\\\+() ]+\\/\\\",\\\"required\\\":false},{\\\"type\\\":\\\"textarea\\\",\\\"name\\\":\\\"YOUR INQUIRY\\\",\\\"alias\\\":\\\"textarea\\\",\\\"values\\\":\\\"\\\",\\\"tooltip\\\":\\\"\\\",\\\"params\\\":\\\"5|1000\\\",\\\"required\\\":true},{\\\"type\\\":\\\"separator_upload\\\"},{\\\"type\\\":\\\"separator_system_bottom\\\"}]\",\"show_upload\":\"0\",\"attachment_type\":\"1\",\"attachment_delete\":\"1\",\"upload_autostart\":\"1\",\"upload_size_limit\":1,\"upload_files_limit\":5,\"upload_allowed_ext\":\"gif|jpe?g|png|docx?|odt|txt|pdf|zip\",\"upload_show_limits\":\"1\",\"upload_tooltip\":\"\",\"upload_label\":\"\",\"email_from\":\"\",\"email_to\":\"\",\"email_to_list\":\"\",\"email_bcc\":\"\",\"email_replyto\":\"\",\"email_replyto_name\":\"\",\"email_user\":\"0\",\"email_subject\":\"Website Inquiry To\",\"email_subject_sfx\":\"1\",\"ticket_enable\":\"0\",\"ticket_format\":\"\",\"msg_success\":\"Thank you for your inquiry. You will receive a response shortly.\",\"email_copy\":\"0\",\"email_autoreply\":\"1\",\"reset_form\":\"1\",\"server_sender\":\"1\",\"email_lang\":\"\",\"email_tmpl_html_admin\":\"default\",\"email_tmpl_html_user\":\"0\",\"email_tmpl_html_autoreply\":\"0\",\"email_tmpl_text_admin\":\"\",\"email_tmpl_text_user\":\"\",\"email_tmpl_text_autoreply\":\"Thank you for your inquiry.  You will receive a response from Joseph F. Morgano shortly.\\r\\n\\r\\nJoseph F. Morgano\\r\\nAttorney at Law\\r\\n621 Shrewsbury Ave., Ste. 131\\r\\nShrewsbury, NJ 07702\\r\\n732-263-9300 Ph.\\r\\n732-795-3958 Fax\\r\\nWebsite: morganolaw.com\\r\\n\",\"open_toggler\":\"0\",\"open_count\":1,\"open_delay\":1000,\"close_toggler\":\"0\",\"close_delay\":0,\"open_counter_storage\":\"1\",\"cookie_lifetime\":30,\"close_other\":\"1\",\"slide_duration\":400,\"slide_transition\":\"-1\",\"modal_disable_close\":\"0\",\"redirect_itemid\":\"\",\"redirect_url\":\"\",\"redirect_delay\":3,\"adwords_url\":\"\",\"adcenter_url\":\"\",\"fb_pixel_id\":\"\",\"onload\":\"\",\"onopen\":\"\",\"oncomplete\":\"\",\"onerror\":\"\",\"onclose\":\"\",\"newsletter_type\":\"0\",\"mailchimp_apikey\":\"\",\"freshmail_apikey\":\"\",\"freshmail_secret\":\"\",\"newsletter_subscribe_label\":\"\",\"newsletter_opt_in\":\"1\",\"newsletter_visible_on_front\":\"0\",\"comprofiler\":\"0\",\"jomsocial\":\"0\",\"sobipro\":\"0\",\"zoo\":\"0\",\"googlesheets\":\"0\",\"googlesheets_accesscode\":\"\",\"googlesheets_spreadsheet_id\":\"\",\"googlesheets_sheet_id\":\"\",\"dlid\":\"\",\"debug\":\"0\",\"rtl\":\"2\",\"filter_browsers\":\"0\",\"captcha\":\"0\",\"root_path\":\"0\",\"msg_scroll\":\"1\",\"load_bootstrap\":\"1\",\"bootstrap_version\":\"2\",\"load_bootstrap_css\":\"2\",\"boostrap_glyphicons\":\"1\",\"load_jquery\":\"0\",\"load_jquery_ui\":\"1\",\"load_jquery_ui_effects\":\"1\",\"load_jquery_validate\":\"0\",\"load_jquery_fileupload\":\"0\",\"load_jquery_cookie\":\"1\",\"load_icomoon\":\"0\",\"moduleclass_sfx\":\" hidden-desktop\",\"layout\":\"_:default\",\"cache_css\":\"1\",\"cache_time\":\"0\",\"cache\":\"1\",\"cachemode\":\"static\",\"demo\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(159,185,'Tablet Practice Areas','Hidden on Phone','<h1 style=\"text-align: center;\"><span style=\"color: #333333;\"><span style=\"font-size: 18pt;\">Practice Areas</span></span></h1>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/23-dwi\" style=\"color: #0000ff;\">DWI</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/24-traffic-tickets\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Traffic Ticket Attorney in NJ\">Traffic Tickets</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/25-real-estate-closings\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Real Estate Closing Attorney in NJ\">Real Estate</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/26-criminal-defense\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Name Change Attorney in NJ\">Criminal Defense</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/27-personal-injury\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Personal Injury Attorney in NJ\">Personal Injury</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/28-worker-s-compensation\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Worker\'s Compensation Attorney in NJ\">Worker\'s Compensation</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/29-collections\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Collections Attorney in NJ\">Collections</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/29-collections\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Collections Attorney in NJ\"></a></span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/30-expungement\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Expungement Attorney in NJ\">Expungement</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/31-name-change\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Name Change Attorney in NJ\">Name Change</a>&nbsp; &nbsp;</span><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"practice-areas/35-property-tax-appeal\" style=\"color: #0000ff;\">Property Tax Appeal</a></span></p>',2,'position-12',0,'0000-00-00 00:00:00','2017-01-02 23:02:48','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-desktop\\r\\n visible-tablet\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(167,193,'Practice Areas (Side)','Hidden on Phone','<h1 style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #333333; font-size: 14pt;\">Practice Areas</span></strong> </span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><span style=\"color: #333333;\"></span><span style=\"color: #0000ff;\"><a href=\"practice-areas/23-dwi\" style=\"color: #0000ff;\">DWI</a></span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/24-traffic-tickets\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Traffic Ticket Attorney in NJ\">Traffic Tickets</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/25-real-estate-closings\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Real Estate Closing Attorney in NJ\">Real Estate</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/26-criminal-defense\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Name Change Attorney in NJ\">Criminal Defense</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/27-personal-injury\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Personal Injury Attorney in NJ\">Personal Injury</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/28-worker-s-compensation\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Worker\'s Compensation Attorney in NJ\">Worker\'s Compensation</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/35-property-tax-appeal\" style=\"color: #0000ff;\">Property Tax Appeal</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/29-collections\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Collections Attorney in NJ\">Collections</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/30-expungement\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Expungement Attorney in NJ\">Expungement</a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><a href=\"practice-areas/31-name-change\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Name Change Attorney in NJ\">Name Change</a></span></p>\r\n<p>&nbsp;</p>',1,'position-7',0,'0000-00-00 00:00:00','2017-01-02 23:02:48','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\\r\\n hidden-tablet\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(168,194,'Mobile Article List','','',3,'position-12',0,'0000-00-00 00:00:00','2018-01-29 20:47:30','0000-00-00 00:00:00',1,'mod_articles_category',1,1,'{\"mode\":\"normal\",\"show_on_article_page\":\"0\",\"count\":\"0\",\"show_front\":\"hide\",\"category_filtering_type\":\"1\",\"catid\":[\"8\"],\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"filter_tag\":\"\",\"author_filtering_type\":\"1\",\"created_by\":[\"\"],\"author_alias_filtering_type\":\"1\",\"created_by_alias\":[\"\"],\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"link_titles\":\"1\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"0\",\"introtext_limit\":\"100\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-desktop\",\"owncache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(176,205,'NJ Statute Index','','<h2><em><span style=\"text-decoration: underline;\"><strong>Select A NJ Statute</strong></span></em></h2>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40\" style=\"color: #0000ff;\">NJ Driving While Suspended - NJSA 39:3-40</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #0000ff;\">NJ DWI/DUI Law - NJSA 39:4-50</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/8-nj-expungement-law\" style=\"color: #0000ff;\">NJ Expungement Law</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/9-nj-name-change-law\" style=\"color: #0000ff;\">NJ Name Change Law</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" style=\"color: #0000ff;\">Point Schedule for NJ Tickets</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt;\"><a href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\" style=\"color: #0000ff;\">NJ Driving Without Insurance - NJSA 39:6B-2</a></span></p>',2,'position-7',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\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(177,206,'Mobile NJ Statute Index','','<h2 style=\"text-align: center;\"><span style=\"font-size: 18pt;\"><em><span style=\"text-decoration: underline;\"><strong>Select A NJ Statute</strong></span></em> </span></h2>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40\" style=\"color: #0000ff;\">NJ Driving While Suspended - NJSA 39:3-40</a></p>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" style=\"color: #0000ff;\">NJ DWI/DUI Law - NJSA 39:4-50</a></p>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/8-nj-expungement-law\" style=\"color: #0000ff;\">NJ Expungement Law</a></p>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/9-nj-name-change-law\" style=\"color: #0000ff;\">NJ Name Change Law</a></p>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" style=\"color: #0000ff;\">Point Schedule for NJ Tickets</a></p>\r\n<p style=\"text-align: left;\"><a href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\" style=\"color: #0000ff;\">NJ Driving Without Insurance - NJSA 39:6B-2</a></p>',2,'position-12',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\":\" hidden-desktop\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(179,209,'Article Index','','<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: 18pt;\">Select Article</span></strong> </span></h2>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/14-can-you-beat-your-nj-traffic-ticket\" style=\"color: #0000ff;\">Can You Beat Your NJ Traffic Ticket?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/10-can-you-go-to-jail-for-a-dwi-in-new-jersey\" style=\"color: #0000ff;\">Can You Go To Jail For A DWI In New Jersey?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/13-do-you-need-an-attorney-for-a-new-jersey-dwi\" style=\"color: #0000ff;\">Do You Need an Attorney for a New Jersey DWI?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #0000ff; font-size: 12pt;\"><a href=\"blog/41-dui-vs-dwi-in-nj\" style=\"color: #0000ff;\">DUI Vs. DWI in NJ</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/12-how-long-do-you-lose-your-license-for-a-dwi-in-nj\" style=\"color: #0000ff;\">How Long Do You Lose Your License for a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj\" style=\"color: #0000ff;\">How Many Points Do You Get For A DWI/DUI In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/17-how-many-points-is-a-careless-driving-ticket-in-nj\" style=\"color: #0000ff;\">How Many Points is a Careless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/18-how-many-points-is-a-reckless-driving-ticket-in-nj\" style=\"color: #0000ff;\">How Many Points is a Reckless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/16-how-many-points-is-a-speeding-ticket-in-nj\" style=\"color: #0000ff;\">How Many Points is a Speeding Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj\" style=\"color: #0000ff;\">Should You Refuse To Take A Breathalyzer In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/11-what-are-the-fines-for-a-dwi-in-nj\" style=\"color: #0000ff;\">What Are the Fines For a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/5-you-were-charged-with-dwi-dui-in-nj-now-what\" style=\"color: #0000ff;\">You were charged with DWI/DUI In NJ, Now What?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><a href=\"blog/40-what-are-the-penalties-for-driving-without-insurance-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Reckless Driving Ticket in NJ?\">What Are the Penalties for Driving Without Insurance in NJ?</a></span></p>',1,'position-7',621,'2018-04-07 19:42:15','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\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(183,215,'Testimonials','','<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Testimonials</strong></span></h3>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\"></span><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Chris Hoffman</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span> </strong>(0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-10-06T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone</em>.\"</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"color: #3366ff; font-size: 12pt;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"color: #0000ff;\">(See actual review at Google)</span></a><br /></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\"></span><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - eBONIKZ BEATS</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/undefined\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-9-29T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation</em>.\"</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"color: #3366ff;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"color: #0000ff; font-size: 12pt;\">(See actual review at Google)</span></a><br /></span></p>',4,'position-6',0,'0000-00-00 00:00:00','2018-01-26 03:10:26','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(186,220,'Testimonials (Right Practice Areas)','','<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><strong>Testimonials</strong></span></h3>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Chris Hoffman</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong>&nbsp;(0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-10-06T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone</em>.\"&nbsp;<a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Item Reviewed</span></strong> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - eBONIKZ BEATS</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/undefined\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-9-29T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation</em>.\"&nbsp;</span><span style=\"font-size: 12pt;\"><span style=\"color: #0000ff;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\"><strong style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Item Reviewed</span></strong><span style=\"font-size: 12pt;\"> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Ron Weinstein</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!&nbsp;</em></span><span style=\"color: #3366ff; font-size: 12pt;\"><span style=\"color: #0000ff;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span></p>\r\n<hr />\r\n<p style=\"text-align: justify;\"><strong style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Item Reviewed</span></strong><span style=\"font-size: 12pt;\"> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Arturo Lewin</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years</em>.\"&nbsp;</span><span style=\"color: #3366ff; font-size: 12pt;\"><span style=\"color: #0000ff;\"><span><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a></span></span> </span></p>\r\n<hr />\r\n<p style=\"text-align: left;\"><strong style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\">Item Reviewed</span></strong><span style=\"font-size: 12pt;\"> - Joseph F. Morgano Attorney at Law</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - S.T. parker</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!</em>\"&nbsp;<a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\">(See actual review at Google)</a><span style=\"color: #0000ff;\"><br /></span></span></p>\r\n<p style=\"text-align: left;\">&nbsp;</p>',3,'position-6',0,'0000-00-00 00:00:00','2018-01-26 03:10:33','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(187,223,'Breadcrumbs','','',2,'position-6',0,'0000-00-00 00:00:00','2018-01-31 00:30:18','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,0,'{\"showHere\":\"0\",\"showHome\":\"1\",\"homeText\":\"\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(188,224,'Mobile Breadcrumbs','','',2,'position-2',0,'0000-00-00 00:00:00','2018-02-19 21:33:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,0,'{\"showHere\":\"0\",\"showHome\":\"1\",\"homeText\":\"\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-desktop\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(193,234,'Home Left','','<h2 style=\"text-align: left;\"><strong><span style=\"font-size: 12pt;\">Blog Posts</span></strong>&nbsp;</h2>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Topic: DWI in NJ</strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/5-you-were-charged-with-dwi-dui-in-nj-now-what\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"You were charged with DWI/DUI In NJ, Now What?\">You were charged with DWI/DUI In NJ, Now What?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Should You Refuse To Take A Breathalyzer In NJ?\">Should You Refuse To Take A Breathalyzer In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points Do You Get For A DWI/DUI In NJ?\">How Many Points Do You Get For A DWI/DUI In NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/12-how-long-do-you-lose-your-license-for-a-dwi-in-nj\" style=\"color: #0000ff;\">How Long Do You Lose Your License for a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/11-what-are-the-fines-for-a-dwi-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"What Are the Fines For a DWI in NJ?\">What Are the Fines For a DWI in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/10-can-you-go-to-jail-for-a-dwi-in-new-jersey\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Can You Go To Jail For A DWI In New Jersey?\">Can You Go To Jail For A DWI In New Jersey?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/13-do-you-need-an-attorney-for-a-new-jersey-dwi\" style=\"color: #0000ff;\">Do You Need an Attorney for a New Jersey DWI?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/41-dui-vs-dwi-in-nj\" style=\"color: #0000ff;\">DUI vs. DWI in NJ</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 12pt;\"><strong>Topic: Traffic Tickets in NJ </strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/14-can-you-beat-your-nj-traffic-ticket\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Can You Beat Your NJ Traffic Ticket?\">Can You Beat Your NJ Traffic Ticket?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/16-how-many-points-is-a-speeding-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Speeding Ticket in NJ?\">How Many Points is a Speeding Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/17-how-many-points-is-a-careless-driving-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Careless Driving Ticket in NJ?\">How Many Points is a Careless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/18-how-many-points-is-a-reckless-driving-ticket-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Reckless Driving Ticket in NJ?\">How Many Points is a Reckless Driving Ticket in NJ?</a></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"blog/40-what-are-the-penalties-for-driving-without-insurance-in-nj\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"How Many Points is a Reckless Driving Ticket in NJ?\">What Are the Penalties for Driving Without Insurance in NJ?</a></span></p>\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Got a Traffic Ticket In NJ?</strong></span></h1>\r\n<p style=\"text-align: justify;\"><img src=\"images/mymedia/traffic_ticket_in_nj.jpg\" alt=\"traffic ticket in nj\" width=\"200\" height=\"133\" style=\"text-align: justify;\" /></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been issued a traffic ticket in NJ, for a motor vehicle violation, we may be able to get your points reduced or eliminated.&nbsp; Call Joseph F. Morgano, traffic ticket attorney in Monmouth County NJ, for a free consultation. (<span style=\"color: #3366ff;\"><a href=\"practice-areas/24-traffic-tickets\" rel=\"alternate\" style=\"color: #3366ff;\">Read more about NJ traffic tickets</a></span>)</span></p>\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Expungements</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Please call Joseph F. Morgano, expungement attorney in Monmouth County NJ, for more information.</span></p>\r\n<h1 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Property Tax Appeals</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. We can appeal your property assessment in an effort to get your property taxes reduced. For more information, call Joseph F. Morgano, NJ property tax appeal attorney.&nbsp; (<span style=\"color: #3366ff;\"><a href=\"practice-areas/35-property-tax-appeal\" style=\"color: #3366ff;\">Read more About NJ Property Tax Appeal</a></span>)</span></p>\r\n<h3 style=\"text-align: left;\"><span style=\"text-decoration: underline; font-family: helvetica, arial, sans-serif;\"><strong>Research Desk</strong></span></h3>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><strong>Read NJ Statutes on the Following Topics:</strong></span></h4>\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #0000ff;\"><a href=\"nj-statutes/7-nj-dwi-dui-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ DWI Law\">NJ DWI/DUI Law</a></span></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/8-nj-expungement-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ Expungement Law\">NJ Expungement Law</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/9-nj-name-change-law\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"NJ Name Change Law\">NJ Name Change Law</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/15-point-schedule-for-nj-tickets\" rel=\"alternate\" hreflang=\"undefined\" style=\"color: #0000ff;\" title=\"Point Schedule for NJ Traffic Tickets\">Point Schedule for NJ Traffic Tickets</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/36-nj-driving-while-suspended-njsa-39-3-40\" style=\"color: #0000ff;\">NJ Driving While Suspended</a></h4>\r\n<h4 style=\"text-align: left;\"><a href=\"nj-statutes/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\" style=\"color: #0000ff;\">NJ Driving Without Insurance</a></h4>',3,'position-7',0,'0000-00-00 00:00:00','2016-06-25 05:58:11','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(194,235,'Home Right','','<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Testimonials</strong></span></h3>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\"></span><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - Chris Hoffman</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span> </strong>(0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-10-06T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone</em>.\"</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"color: #3366ff; font-size: 12pt;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"color: #0000ff;\">(See actual review at Google)</span></a><br /></span></p>\r\n<hr />\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><span style=\"text-decoration: underline;\"></span><strong><span style=\"text-decoration: underline;\">Reviewer</span></strong> - eBONIKZ BEATS</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Rating</span></strong> (0 to 5) - 5.0</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/undefined\"><span style=\"font-size: 12pt;\"><strong><span style=\"text-decoration: underline;\">Date</span></strong> - 2016-9-29T04:00:00+00:00</span></p>\r\n<p style=\"text-align: justify;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\">\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation</em>.\"</span></p>\r\n<p style=\"text-align: left;\" itemscope=\"itemscope\" itemtype=\"http://schema.org/\"><span style=\"font-size: 12pt;\"><a href=\"https://www.google.com/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\"><span style=\"color: #3366ff;\"><span style=\"color: #0000ff;\">(See actual review at Google)</span></span></a></span></p>\r\n<h1><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Real Estate Closings</strong></span></h1>\r\n<p><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Buying or selling a home?</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Whether you are buying, selling or refinancing your NJ home, we have you covered from attorney review through closing. Call Joseph F. Morgano, Monmouth County NJ real estate attorney, for more information. (<span style=\"color: #3366ff;\"><a href=\"practice-areas/25-real-estate-closings\" rel=\"alternate\" style=\"color: #3366ff;\">Read more about NJ real estate closings</a></span>)</span></p>\r\n<h1><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>Worker\'s Compensation Claims</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">Were you involved in a work related injury in NJ?&nbsp; You may be entitled to temporary disability while you are out of work. You may also be entitled to a permanency award of compensation.&nbsp; Please call Joseph F. Morgano, NJ worker\'s compensation attorney, to discuss your case.</span></p>\r\n<h1><span style=\"text-decoration: underline; font-size: 14pt;\"><strong>NJ Name Change</strong></span></h1>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\">If you wish to change your name, we can assist with the process. Please call for more information.</span></p>',4,'position-6',0,'0000-00-00 00:00:00','2018-01-26 03:10:26','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" hidden-phone\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(196,242,'Reviews from Google','','',2,'position-12',621,'2018-05-07 02:29:59','2018-05-06 15:41:45','0000-00-00 00:00:00',1,'mod_socialreviewsgoogle',1,1,'{\"downloadid\":\"\",\"googleapi\":\"AIzaSyBVWbeawbvxcDO7F_xx75z4G_oNVxbUouQ\",\"googleapiLang\":\"en\",\"bussinessID\":\"ChIJSYb_VwElwokRPNdj7ESEAlk\",\"reviewCount\":\"5\",\"reviewPCount\":\"500\",\"modstyle\":\"0\",\"show_bussinessHeader\":\"1\",\"show_reviewTime\":\"1\",\"show_reviewWrite\":\"0\",\"show_userProfileLink\":\"1\",\"sliderHeight\":\"800\",\"sliderImg\":\"\",\"show_sliderImg\":\"0\",\"show_textshadow\":\"1\",\"sliderBgColor\":\"#e8c7c7\",\"gradientcount\":\"15\",\"minRating\":\"\",\"shortBy\":\"2\",\"usernameColor\":\"#3a87ad\",\"reviewTextColor\":\"#333333\",\"reviewDateColor\":\"#848484\",\"bussinesNameColor\":\"#112fd9\",\"ratingstarColor\":\"#dd4b39\",\"sliderActiveColor\":\"#1ad639\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `mdr_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_modules_menu`
--

DROP TABLE IF EXISTS `mdr_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_modules_menu`
--

LOCK TABLES `mdr_modules_menu` WRITE;
/*!40000 ALTER TABLE `mdr_modules_menu` DISABLE KEYS */;
INSERT INTO `mdr_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),(79,0),(86,0),(87,0),(89,101),(90,0),(92,102),(94,103),(94,111),(101,0),(125,103),(143,101),(143,103),(143,118),(144,103),(146,101),(155,101),(155,102),(155,103),(155,104),(155,105),(155,111),(155,116),(155,118),(159,102),(167,102),(167,118),(168,104),(176,105),(177,105),(179,104),(183,111),(186,102),(186,104),(186,105),(187,0),(188,0),(193,101),(194,101),(196,118);
/*!40000 ALTER TABLE `mdr_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_newsfeeds`
--

DROP TABLE IF EXISTS `mdr_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_newsfeeds`
--

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

--
-- Table structure for table `mdr_nextend2_image_storage`
--

DROP TABLE IF EXISTS `mdr_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_nextend2_image_storage`
--

LOCK TABLES `mdr_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `mdr_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `mdr_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES (1,'a920a718fc7e8cfcb389ba9a1b4da77c','$/images/mymedia/slider/blog.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'b5507dc4c9a2cbec9729df7e2c49aae9','$/images/mymedia/slider/books3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(3,'4e92dba5ff7d8794d50b2813a4ac92ff','$/images/mymedia/slider/columns.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(4,'bc42a047b37dc70a50ea5b025ae84218','$/images/mymedia/slider/court.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(5,'a5d2865dae0563fa0be40224e3386081','$/images/mymedia/slider/forsale.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(6,'4ad5cd0d5141dc5223eceb59da6c4d64','$/images/mymedia/slider/judge.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(7,'2f276593bb40af386932154cc974d484','$/images/mymedia/slider/worker.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(8,'f53572d71913a6b0fb25b1ec45585171','$/images/mymedia/slider/propertytax.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(9,'a6cbc99e8c3f115f08fd4453991b1041','$/images/mymedia/slider/police.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(10,'6447acc5a2e88d684f2a871f5f5947cd','$/images/mymedia/slider/legaladvice.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(11,'90451443b5566c6c1ce45db8e4378e0c','$/images/mymedia/slider/namechange.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(12,'49a8ed469d6983d4898be0971ac16459','http://smartslider3.com/sample/programmer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(13,'a0b16b7e1bd6a957cb98b5b9edb85029','http://smartslider3.com/sample/free1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(14,'b289ede7fdbce72fd19c282a305de016','http://smartslider3.com/sample/photographer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');
/*!40000 ALTER TABLE `mdr_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_nextend2_section_storage`
--

DROP TABLE IF EXISTS `mdr_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) NOT NULL,
  `section` varchar(32) NOT NULL,
  `referencekey` varchar(64) DEFAULT '',
  `value` mediumtext NOT NULL,
  `system` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `application` (`application`,`section`,`referencekey`),
  KEY `application_2` (`application`,`section`)
) ENGINE=MyISAM AUTO_INCREMENT=10018 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_nextend2_section_storage`
--

LOCK TABLES `mdr_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `mdr_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `mdr_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES (10000,'smartslider','update','version','3.0.35',0,1),(10001,'smartslider','update','lastcheck','1470526114',0,1),(10002,'smartslider','settings','','{\"beacon\":\"1\",\"discover\":\"0\",\"autoupdatecheck\":\"1\",\"translate-url\":\"|*|\",\"external-css-files\":\"\",\"hardware-acceleration\":\"1\",\"slide-as-file\":\"0\",\"improved-small-screen\":\"1\",\"preview-new-window\":\"0\",\"editor-icon\":\"1\",\"wp-adminbar\":\"1\",\"responsive-basedon\":\"combined\",\"responsive-screen-width-desktop-portrait\":\"1200\",\"responsive-screen-width-tablet-landscape\":\"1024\",\"responsive-screen-width-tablet-portrait\":\"800\",\"responsive-screen-width-mobile-LANDSCAPE\":\"740\",\"responsive-screen-width-mobile-portrait\":\"440\",\"responsive-default-ratio-tablet-portrait\":\"70\",\"responsive-default-ratio-mobile-portrait\":\"50\",\"tidy-input-encoding\":\"utf8\",\"tidy-output-encoding\":\"utf8\"}',0,1),(10003,'smartslider','sliderChanged','2','1',0,1),(10004,'smartslider','sliderChanged','3','0',0,1),(10005,'smartslider','sliderChanged','1','0',0,1),(10006,'system','global','protocol-relative','1',1,1),(10007,'system','global','show-joomla-admin-footer','0',1,1),(10008,'system','global','jquery','1',1,1),(10009,'system','global','gsap','1',1,1),(10010,'system','global','async','0',1,1),(10011,'system','global','combine-js','0',1,1),(10012,'system','global','minify-js','0',1,1),(10013,'system','global','curl','1',1,1),(10014,'system','global','curl-clean-proxy','0',1,1),(10015,'system','fonts','default-family','Montserrat,Arial',1,1),(10016,'system','fonts','preset-families','\'Montserrat\',Arial\r\n\'Pacifico\',Arial\r\n\'Open Sans\',Arial\r\n\'Lato\',Arial\r\n\'Bevan\',Arial\r\n\'Oxygen\',Arial\r\n\'Pt Sans\',Arial\r\n\'Average\',Arial\r\n\'Roboto\',Arial\r\n\'Roboto Slab\',Arial\r\n\'Oswald\',Arial\r\n\'Droid Sans\',Arial\r\n\'Raleway\',Arial\r\n\'Lobster\',Arial\r\n\'Titillium Web\',Arial\r\n\'Cabin\',Arial\r\n\'Varela Round\',Arial\r\n\'Vollkorn\',Arial\r\n\'Quicksand\',Arial\r\n\'Source Sans Pro\',Arial\r\n\'Asap\',Arial\r\n\'Merriweather\',Arial',1,1),(10017,'system','fonts','plugins','{\"google-enabled\":\"0\",\"google-style-100\":\"0\",\"google-style-100italic\":\"0\",\"google-style-200\":\"0\",\"google-style-200italic\":\"0\",\"google-style-300\":\"0\",\"google-style-300italic\":\"0\",\"google-style-400\":\"0\",\"google-style-400italic\":\"0\",\"google-style-500\":\"0\",\"google-style-500italic\":\"0\",\"google-style-600\":\"0\",\"google-style-600italic\":\"0\",\"google-style-700\":\"0\",\"google-style-700italic\":\"0\",\"google-style-800\":\"0\",\"google-style-800italic\":\"0\",\"google-style-900\":\"0\",\"google-style-900italic\":\"0\",\"google-set-latin\":\"0\",\"google-set-latin-ext\":\"0\",\"google-set-greek\":\"0\",\"google-set-greek-ext\":\"0\",\"google-set-cyrillic\":\"0\",\"google-set-devanagari\":\"0\",\"google-set-arabic\":\"0\",\"google-set-khmer\":\"0\",\"google-set-telugu\":\"0\",\"google-set-vietnamese\":\"0\",\"font-services\":\"google\"}',1,1);
/*!40000 ALTER TABLE `mdr_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `mdr_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_nextend2_smartslider3_generators`
--

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

--
-- Table structure for table `mdr_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `mdr_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `time` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_nextend2_smartslider3_sliders`
--

LOCK TABLES `mdr_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `mdr_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `mdr_nextend2_smartslider3_sliders` (`id`, `title`, `type`, `params`, `time`) VALUES (1,'Sample Slider','simple','{\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-bar-full-size\":0,\"widget-bullet-overlay\":0,\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-arrow-responsive-desktop\":1,\"widget-arrow-responsive-tablet\":0.7,\"widget-arrow-responsive-mobile\":0.5,\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":1,\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":0,\"widget-arrow-next-hover-color\":\"ffffffcc\",\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"align\":\"normal\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"transition\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"bullet\",\"background\":\"\"}','2015-11-01 14:14:20'),(3,'Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"controlsTilt\":\"0\",\"align\":\"normal\",\"animation\":\"crossfade\",\"animation-duration\":\"800\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax\":\"1\",\"background-animation\":\"1001\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"900\",\"height\":\"400\",\"desktop-portrait-minimum-font-size\":\"4\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"4\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"backgroundMode\":\"fill\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"4\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"4\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"4\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"4\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"0\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"3000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"0\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"0\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"perspective\":\"1000\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"playonce\":\"0\",\"playfirstlayer\":\"1\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"optimize\":\"0\",\"optimize-quality\":\"100\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"blockrightclick\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"1\",\"spinner\":\"simpleWhite\",\"maintain-session\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"weaker-selector\":\"0\",\"delay\":\"0\",\"dependency\":\"\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"scroll-fix\":\"0\",\"callbacks\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"horizontalFull\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"0\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"1\",\"widget-bar-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiMjB8KnwyMHwqfDIwfCp8MjB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn1dfQ==\",\"widget-bar-font-title\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJ2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlOyIsImNvbG9yIjoiZmZmZmZmZmYiLCJzaXplIjoiMTh8fHB4IiwidHNoYWRvdyI6IjB8KnwwfCp8MHwqfDAwMDAwMGM3IiwiYWZvbnQiOiJNb250c2VycmF0IiwibGluZWhlaWdodCI6IjEuMyIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6ImZjMjgyOGZmIiwiYWZvbnQiOiJnb29nbGUoQGltcG9ydCB1cmwoaHR0cDovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9UmFsZXdheSk7KSxBcmlhbCIsInNpemUiOiIyNXx8cHgifSx7ImV4dHJhIjoiIn1dfQ==\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJ2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlOyIsImNvbG9yIjoiZmZmZmZmZmYiLCJzaXplIjoiMTh8fHB4IiwidHNoYWRvdyI6IjB8KnwwfCp8MHwqfDAwMDAwMGM3IiwiYWZvbnQiOiJNb250c2VycmF0IiwibGluZWhlaWdodCI6IjEuMyIsImJvbGQiOjAsIml0YWxpYyI6MSwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6ImZjMjgyOGZmIiwiYWZvbnQiOiJnb29nbGUoQGltcG9ydCB1cmwoaHR0cDovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9UmFsZXdheSk7KSxBcmlhbCIsInNpemUiOiIyNXx8cHgifSx7ImV4dHJhIjoiIn1dfQ==\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-overlay\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"left\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"shadow\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-shadow-position-mode\":\"simple\",\"widget-shadow-position-area\":\"12\",\"widget-shadow-position-stack\":\"4\",\"widget-shadow-position-offset\":\"0\",\"widget-shadow-position-horizontal\":\"left\",\"widget-shadow-position-horizontal-position\":\"0\",\"widget-shadow-position-horizontal-unit\":\"px\",\"widget-shadow-position-vertical\":\"top\",\"widget-shadow-position-vertical-position\":\"0\",\"widget-shadow-position-vertical-unit\":\"px\",\"widget-shadow-width\":\"100%\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-shadow\":\"$ss$\\/plugins\\/widgetshadow\\/shadow\\/shadow\\/shadow\\/dark.png\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2016-07-29 17:45:27');
/*!40000 ALTER TABLE `mdr_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `mdr_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_nextend2_smartslider3_slides`
--

LOCK TABLES `mdr_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `mdr_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `mdr_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES (1,'Slide One',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"zIndex\":1,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"MartinDwyer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":-267,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":-319,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjEwcHgiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Martin Dwyer\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]},{\"zIndex\":2,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"ApplicationDeveloper\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":338,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":291,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Application Developer\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]}]','','http://smartslider3.com/sample/developerthumbnail.jpg','{\"generator_id\":\"0\",\"first\":\"0\",\"static-slide\":\"0\",\"backgroundColor\":\"ffffff00\",\"backgroundImage\":\"http://smartslider3.com/sample/programmer.jpg\",\"backgroundImageOpacity\":\"100\",\"backgroundMode\":\"default\",\"link\":\"|*|_self\",\"slide-duration\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"default\"}',0,0),(2,'Slide Two',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"zIndex\":1,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"RachelWright\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":-267,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":-319,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjEwcHgiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Rachel Wright\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]},{\"zIndex\":2,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"ArtDirector&Photographer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":338,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":291,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Art Director & Photographer\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]}]','','http://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"generator_id\":\"0\",\"first\":\"0\",\"static-slide\":\"0\",\"backgroundColor\":\"ffffff00\",\"backgroundImage\":\"http://smartslider3.com/sample/free1.jpg\",\"backgroundImageOpacity\":\"100\",\"backgroundMode\":\"default\",\"link\":\"|*|_self\",\"slide-duration\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"default\"}',1,0),(3,'Slide Three',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"zIndex\":1,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"AndrewButler\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":-267,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":-319,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjEwcHgiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Andrew Butler\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]},{\"zIndex\":2,\"eye\":false,\"lock\":false,\"animations\":{\"repeatable\":0,\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"class\":\"\",\"name\":\"Photographer&Illustrator\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":338,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"mobileportraitleft\":0,\"mobileportraittop\":291,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitfontsize\":120,\"items\":[{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Photographer & Illustrator\",\"fullwidth\":\"1\",\"nowrap\":\"1\"}}]}]','','http://smartslider3.com/sample/photographerthumbnail.jpg','{\"generator_id\":\"0\",\"first\":\"0\",\"static-slide\":\"0\",\"backgroundColor\":\"ffffff00\",\"backgroundImage\":\"http://smartslider3.com/sample/photographer.jpg\",\"backgroundImageOpacity\":\"100\",\"backgroundMode\":\"default\",\"link\":\"|*|_self\",\"slide-duration\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"default\"}',2,0),(37,'Read Our Blog',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','','$/images/mymedia/slider/blog.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/blog.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',7,0),(39,'We Will Fight for You in Court!',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','','$/images/mymedia/slider/columns.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/columns.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',9,0),(40,'Trials and Litigation',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,1,'[]','','$/images/mymedia/slider/court.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/court.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"1\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',0,0),(41,'Real Estate Closings',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','Buying, selling or refinancing?','$/images/mymedia/slider/forsale.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/forsale.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',3,0),(42,'Criminal Defense and Expungements',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','','$/images/mymedia/slider/judge.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/judge.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',4,0),(43,'Injured at work?',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','Worker\'s Compensation Claims','$/images/mymedia/slider/worker.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/worker.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',5,0),(44,'Taxes Too High?',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','We can appeal your property assessment!','$/images/mymedia/slider/propertytax.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/propertytax.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',6,0),(45,'DWI or Traffic Ticket?',3,'2016-07-29 00:16:24','2026-07-30 00:16:24',1,0,'[]','We can help','$/images/mymedia/slider/police.jpg','{\"generator_id\":\"0\",\"link\":\"|*|_self\",\"thumbnailType\":\"default\",\"backgroundImage\":\"$\\/images\\/mymedia\\/slider\\/police.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundColor\":\"ffffff00\",\"backgroundImageOpacity\":\"100\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundVideoMp4\":\"\",\"backgroundVideoWebm\":\"\",\"backgroundVideoOgg\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\"}',2,0);
/*!40000 ALTER TABLE `mdr_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_overrider`
--

DROP TABLE IF EXISTS `mdr_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_overrider`
--

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

--
-- Table structure for table `mdr_postinstall_messages`
--

DROP TABLE IF EXISTS `mdr_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_postinstall_messages`
--

LOCK TABLES `mdr_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `mdr_postinstall_messages` DISABLE KEYS */;
INSERT INTO `mdr_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',1),(2,700,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(3,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',1),(4,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),(5,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),(6,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),(7,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),(8,700,'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_TITLE','COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/updatedefaultsettings.php','admin_postinstall_updatedefaultsettings_condition','3.8.8',1);
/*!40000 ALTER TABLE `mdr_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_redirect_links`
--

DROP TABLE IF EXISTS `mdr_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 AUTO_INCREMENT=237 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_redirect_links`
--

LOCK TABLES `mdr_redirect_links` WRITE;
/*!40000 ALTER TABLE `mdr_redirect_links` DISABLE KEYS */;
INSERT INTO `mdr_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES (49,'http://morganolaw.com/index.php?option=com_content&view=article&id=2:how-many-points-do-you-get-for-a-dwi-in-nj&catid=8&Itemid=102','/blog/6-how-many-points-do-you-get-for-a-dwi-dui-in-nj','','',0,1,'2016-07-02 01:52:11','2016-07-02 01:52:11',301),(235,'http://morganolaw.com/index.php?option=com_content&view=article&id=1:should-you-refuse-to-take-a-breathalyzer-in-nj&catid=8&Itemid=102','http://morganolaw.com/blog/4-should-you-refuse-to-take-a-breathalyzer-in-nj','','',0,1,'2016-09-05 17:47:22','2016-09-05 17:47:22',301),(236,'http://morganolaw.com/script>','http://morganolaw.com/','','',0,1,'2016-09-28 22:23:57','2016-12-27 22:45:45',301);
/*!40000 ALTER TABLE `mdr_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_schemas`
--

DROP TABLE IF EXISTS `mdr_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_schemas`
--

LOCK TABLES `mdr_schemas` WRITE;
/*!40000 ALTER TABLE `mdr_schemas` DISABLE KEYS */;
INSERT INTO `mdr_schemas` (`extension_id`, `version_id`) VALUES (700,'3.8.8-2018-05-18'),(10068,'1.0.1');
/*!40000 ALTER TABLE `mdr_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_session`
--

DROP TABLE IF EXISTS `mdr_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 DEFAULT NULL,
  `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 `mdr_session`
--

LOCK TABLES `mdr_session` WRITE;
/*!40000 ALTER TABLE `mdr_session` DISABLE KEYS */;
INSERT INTO `mdr_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES ('18a569c1e25e13e2d5be88d9440f6558',1,0,'1527375880','joomla|s:1020:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo4O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTUyNzM3NTY5MDtzOjQ6Imxhc3QiO2k6MTUyNzM3NTg3OTtzOjM6Im5vdyI7aToxNTI3Mzc1ODgwO31zOjU6InRva2VuIjtzOjMyOiJrSVM4Z09NR29HeUpSS2FGcjQ0N3NXUHNwdVl3Qkk4byI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO31zOjEwOiJjb21fY29uZmlnIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6ImNvbmZpZyI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJnbG9iYWwiO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZGF0YSI7Tjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7czozOiI2MjEiO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',621,'hy7@4'),('26d521f72d69918247ced4f327508c7f',0,1,'1527376737','joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxMDtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1MjczNzY3MTA7czo0OiJsYXN0IjtpOjE1MjczNzY3Mjk7czozOiJub3ciO2k6MTUyNzM3NjczMzt9czo1OiJ0b2tlbiI7czozMjoiY1Z4MFJHOElaOUNEOEpqN1VLbUFIZjRMMHMxTnJFWnUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('7d3ad498ce475e157d549bc473133c4e',0,1,'1527376902','joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTUyNzM3NjkwMjtzOjQ6Imxhc3QiO2k6MTUyNzM3NjkwMjtzOjM6Im5vdyI7aToxNTI3Mzc2OTAyO31zOjU6InRva2VuIjtzOjMyOiJOajhzejR4OVpaQnFQd2RHbzRqaFFTcWpaRzdKVVlxcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `mdr_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_tags`
--

DROP TABLE IF EXISTS `mdr_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_tags`
--

LOCK TABLES `mdr_tags` WRITE;
/*!40000 ALTER TABLE `mdr_tags` DISABLE KEYS */;
INSERT INTO `mdr_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,'','','','',42,'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 `mdr_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_template_styles`
--

DROP TABLE IF EXISTS `mdr_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_template_styles`
--

LOCK TABLES `mdr_template_styles` WRITE;
/*!40000 ALTER TABLE `mdr_template_styles` DISABLE KEYS */;
INSERT INTO `mdr_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\":\"\"}'),(11,'beez3mydefault',0,'0','beez3mydefault - Default','{\"wrapperSmall\":53,\"wrapperLarge\":72,\"logo\":\"\",\"sitetitle\":\"Joseph F. Morgano \",\"sitedescription\":\"Attorney at Law\",\"navposition\":\"left\",\"bootstrap\":\"\",\"templatecolor\":\"personal\",\"headerImage\":\"\",\"backgroundcolor\":\"#eeeeee\"}'),(14,'jfmatlaw',0,'1','jfmatlaw - Default','{\"wrapperSmall\":53,\"wrapperLarge\":72,\"logo\":\"\",\"sitetitle\":\"Joseph F. Morgano Attorney at Law\",\"sitedescription\":\"Monmouth County New Jersey Attorney\",\"navposition\":\"left\",\"bootstrap\":\"\",\"templatecolor\":\"nature\",\"headerImage\":\"\",\"backgroundcolor\":\"#ffffff\"}'),(15,'jfmatlawbackup',0,'0','jfmatlawbackup - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\",\"backgroundcolor\":\"#eee\"}'),(18,'beeznew',0,'0','beeznew - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\",\"backgroundcolor\":\"#eee\"}');
/*!40000 ALTER TABLE `mdr_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_ucm_base`
--

DROP TABLE IF EXISTS `mdr_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_ucm_base`
--

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

--
-- Table structure for table `mdr_ucm_content`
--

DROP TABLE IF EXISTS `mdr_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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 `mdr_ucm_content`
--

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

--
-- Table structure for table `mdr_ucm_history`
--

DROP TABLE IF EXISTS `mdr_ucm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=1494 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_ucm_history`
--

LOCK TABLES `mdr_ucm_history` WRITE;
/*!40000 ALTER TABLE `mdr_ucm_history` DISABLE KEYS */;
INSERT INTO `mdr_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 (21,8,5,'','2016-06-23 20:41:18',621,545,'dffbd9c1c30bab9011a3f99fb4dd0134822e8bca','{\"id\":8,\"asset_id\":63,\"parent_id\":\"1\",\"lft\":\"11\",\"rgt\":12,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":null,\"modified_time\":\"2016-06-23 20:41:18\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(25,9,5,'','2016-06-23 22:57:35',621,575,'1ac5fd564b6611e9401e05831a0cdcf8f47ad9b0','{\"id\":9,\"asset_id\":65,\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":14,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"New Jersey Statutes\",\"alias\":\"new-jersey-statutes\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 22:57:35\",\"modified_user_id\":null,\"modified_time\":\"2016-06-23 22:57:35\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(27,8,1,'','2016-06-24 01:03:29',621,45996,'2edbafc8441f47afeee6cac766af0e2dd675b502','{\"id\":8,\"asset_id\":69,\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>NJ Expungement Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:03:29\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-06-24 01:03:29\",\"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),(28,9,1,'','2016-06-24 01:26:48',621,16476,'875dff7535945e8c36f9f998616118095e14daaf','{\"id\":9,\"asset_id\":70,\"title\":\"NJ Name Change Law\",\"alias\":\"nj-name-change-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Name Change Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-1<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Action for change of name<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2A:52-1.<\\/span><\\/strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.\\u00a0 <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Effect of judgment, copy to State Bureau of Identification<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.\\u00a0 <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-3.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> Effect of change of name on actions or other proceedings<br \\/> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344.<\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-4<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Correction of record of birth or marriage<br \\/> Upon the receipt of either of the following documents:<br \\/> <br \\/> a. A certified copy of a judgment permitting a change of name; or<br \\/> <br \\/> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br \\/> <br \\/> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.<\\/span><\\/em><\\/span><\\/p>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">New Jersey Rules of Court Also Apply<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">RULE 4:72. Actions For Change Of Name<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-1. Complaint<\\/h2>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(a) Generally.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.<\\/span><\\/p>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(b) Change of Name for Minor Involved in a Family Action.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-2. Guardian Ad Litem<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-3. Notice of Application<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-4. Hearing; Judgment; Publication; Filing<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.<\\/span><\\/h6>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:26:48\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:26:48\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-06-24 01:26:48\",\"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),(29,8,1,'','2016-06-24 01:28:51',621,46025,'675c4c6cba7c0945e6f8b70966c03392d04b3211','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:28:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:28:35\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\":\"4\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(31,7,1,'','2016-06-24 01:29:58',621,74972,'06e9027f603d173c47028eabd692063408596696','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<h2 class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">New Jerey DWI\\/DUI Law<\\/span><\\/u><\\/b><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:29:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:29:23\",\"publish_up\":\"2016-06-23 23:04: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\":4,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"6\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(32,7,1,'','2016-06-24 01:31:07',621,74795,'7723c60ece3c9e4b88dd330bd68affee9046094e','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:31:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:29:58\",\"publish_up\":\"2016-06-23 23:04: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\":5,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"9\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(33,7,1,'','2016-06-24 01:32:28',621,74657,'5f3b8b12aaa2b1d8db151fab7923ab7366453c30','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:32:28\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:32:02\",\"publish_up\":\"2016-06-23 23:04: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\":6,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"11\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(34,7,1,'','2016-06-24 01:33:59',621,74600,'c004e54dd0c04633175b891a066d64d26b39c1a0','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:33:59\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:33:36\",\"publish_up\":\"2016-06-23 23:04: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\":8,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"12\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(35,8,1,'','2016-06-24 01:37:23',621,46024,'5d367db58bd83908802ce7ee0de23d71be90304e','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 01:37:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 01:36:41\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\":\"17\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(45,9,1,'','2016-06-24 18:04:42',621,16762,'5fd174b62c58e5e3dfe6803a2393553b8101f855','{\"id\":\"9\",\"asset_id\":\"70\",\"title\":\"NJ Name Change Law\",\"alias\":\"nj-name-change-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Name Change Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-1<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Action for change of name<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2A:52-1.<\\/span><\\/strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.\\u00a0 <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Effect of judgment, copy to State Bureau of Identification<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.\\u00a0 <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-3.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> Effect of change of name on actions or other proceedings<br \\/> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344.<\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-4<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Correction of record of birth or marriage<br \\/> Upon the receipt of either of the following documents:<br \\/> <br \\/> a. A certified copy of a judgment permitting a change of name; or<br \\/> <br \\/> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br \\/> <br \\/> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.<\\/span><\\/em><\\/span><\\/p>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">New Jersey Rules of Court Also Apply<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">RULE 4:72. Actions For Change Of Name<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-1. Complaint<\\/h2>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(a) Generally.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.<\\/span><\\/p>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(b) Change of Name for Minor Involved in a Family Action.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-2. Guardian Ad Litem<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-3. Notice of Application<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-4. Hearing; Judgment; Publication; Filing<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.<\\/span><\\/h6>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:26:48\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 18:04:42\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 18:01:37\",\"publish_up\":\"2016-06-24 01:26:48\",\"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\":\"nj name change law, how to change your name in nj\",\"metadesc\":\"Law governing the process of obtaining a name change in NJ. Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.\",\"access\":\"1\",\"hits\":\"21\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(46,8,1,'','2016-06-24 18:05:53',621,46294,'ddcb1bd5ea0b0358618c748efd15ae8cabcc61ab','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 18:05:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 18:04:45\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\":\"NJ expungement law, how to get an expumgement in nj\",\"metadesc\":\"Law governing the process of obtaining an expungement in NJ. Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.\",\"access\":\"1\",\"hits\":\"46\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(47,7,1,'','2016-06-24 18:10:22',621,75079,'3aea725088678a62314934cfb836eee3b4f1b610','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-24 18:10:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-24 18:05:56\",\"publish_up\":\"2016-06-23 23:04: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\":11,\"ordering\":\"2\",\"metakey\":\"nj dwi dui law, fines for dwi dui in nj, loss of license for dwi dui in nj, how many points for a dwi dui in nj, can you go to jail for a dwi dui in nj, dwi dui first offense in nj, dwi dui second offense in nj, dwi dui third offense in nj, dwi dui in nj jail time\",\"metadesc\":\"The laws of NJ DWI DUI. Fines, penalties for DWI DUI in NJ. Here you can read the New Jersey Statutes governing the law of DWI DUI in New Jersey. Fines, penalties, loss of license and other consequences of DWI DUI.\",\"access\":\"1\",\"hits\":\"58\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(70,7,1,'','2016-06-29 02:47:24',621,75093,'506c80e891686d2a9ce7de3a8aa993670cfa4437','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-29 02:47:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-29 02:46:57\",\"publish_up\":\"2016-06-23 23:04: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\":12,\"ordering\":\"2\",\"metakey\":\"nj dwi dui law, fines for dwi dui in nj, loss of license for dwi dui in nj, how many points for a dwi dui in nj, can you go to jail for a dwi dui in nj, dwi dui first offense in nj, dwi dui second offense in nj, dwi dui third offense in nj, dwi dui in nj jail time, nj dui laws\",\"metadesc\":\"The laws of NJ DWI DUI. Fines, penalties for DWI DUI in NJ. Here you can read the New Jersey Statutes governing the law of DWI DUI in New Jersey. Fines, penalties, loss of license and other consequences of DWI DUI.\",\"access\":\"1\",\"hits\":\"105\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(71,7,1,'','2016-06-29 02:47:52',621,75131,'7b372149f3516e98e19a7f34d7129ba74327916d','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/u><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><u><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/u><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>DWI WITH MINOR PASSENGER IN CAR<\\/u> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><u>CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/u> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-29 02:47:52\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-29 02:47:24\",\"publish_up\":\"2016-06-23 23:04: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\":13,\"ordering\":\"2\",\"metakey\":\"nj dwi dui law, fines for dwi dui in nj, loss of license for dwi dui in nj, how many points for a dwi dui in nj, can you go to jail for a dwi dui in nj, dwi dui first offense in nj, dwi dui second offense in nj, dwi dui third offense in nj, dwi dui in nj jail time, nj dui laws, refusing to take a breathalyzer test\",\"metadesc\":\"The laws of NJ DWI DUI. Fines, penalties for DWI DUI in NJ. Here you can read the New Jersey Statutes governing the law of DWI DUI in New Jersey. Fines, penalties, loss of license and other consequences of DWI DUI.\",\"access\":\"1\",\"hits\":\"105\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(99,15,1,'','2016-06-30 00:21:14',621,1690,'9812451f9f1d5e154d19da4f3dc7a6861f67e8e6','{\"id\":15,\"asset_id\":87,\"title\":\"NJ Ticket Point Schedule \",\"alias\":\"nj-ticket-point-schedule\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-30 00:21:14\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-06-30 00:21:14\",\"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),(100,15,1,'','2016-06-30 00:21:21',621,1711,'2b988b52679ec8894c641227fae1c864baa21e57','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"NJ Ticket Point Schedule \",\"alias\":\"nj-ticket-point-schedule\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-30 00:21:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-30 00:21:14\",\"publish_up\":\"2016-06-30 00:21:14\",\"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),(101,15,1,'','2016-06-30 00:30:19',621,83728,'a37d9a0cc6acbb71cda18f1f532fbffd3612f8e6','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"NJ Ticket Point Schedule \",\"alias\":\"nj-ticket-point-schedule\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 374.25pt; mso-cellspacing: .7pt; background: white; mso-padding-alt: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" border=\\\"0\\\" width=\\\"624\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 1; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 2;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 3;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 4;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 5;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 6;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 7;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 8;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 9;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 10;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 11;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 12;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 13;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 14;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 15;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 16;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 17;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 18;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 19;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 20;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 21;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 22;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 23;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 24;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 25;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 26;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 27;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 28;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 29;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 30;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 31;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 32;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 33;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 34;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 35;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 36;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 37;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 38;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 39;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 40;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 41;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 42;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 43;\\\">\\r\\n<td style=\\\"background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 44;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 45;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 46;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 47;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 48;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 49;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 50;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 51;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 52;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 53;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 54;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 55;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 56;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 57;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 58;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 59;\\\">\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 60;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 61;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 62; mso-yfti-lastrow: yes;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 9.0pt; font-family: Tahoma; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-30 00:30:19\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-30 00:21:21\",\"publish_up\":\"2016-06-30 00:21:14\",\"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),(102,15,1,'','2016-06-30 00:38:20',621,84127,'ec608f2e09751e60443899e93b46eff117f46471','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"NJ Ticket Point Schedule \",\"alias\":\"nj-ticket-point-schedule\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 374.25pt; mso-cellspacing: .7pt; background: white; mso-padding-alt: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" border=\\\"0\\\" width=\\\"624\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 1; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 2;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 3;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 4;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 5;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 6;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 7;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 8;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 9;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 10;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 11;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 12;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 13;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 14;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 15;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 16;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 17;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 18;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 19;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 20;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 21;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 22;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 23;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 24;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 25;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 26;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 27;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 28;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 29;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 30;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 31;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 32;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 33;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 34;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 35;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 36;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 37;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 38;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 39;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 40;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 41;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 42;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 43;\\\">\\r\\n<td style=\\\"background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 44;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 45;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 46;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 47;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 48;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 49;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 50;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 51;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 52;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 53;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 54;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 55;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 56;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 57;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 58;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 59;\\\">\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 60;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 61;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 62; mso-yfti-lastrow: yes;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 9.0pt; font-family: Tahoma; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-30 00:38:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-30 00:30:19\",\"publish_up\":\"2016-06-30 00:21:14\",\"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\":\"point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj\",\"metadesc\":\"Point Schedule for NJ Motor Vehicle Tickets\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0);
INSERT INTO `mdr_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 (103,15,1,'','2016-06-30 00:40:24',621,84137,'8826dca0ce9d8ea7e0651678c5f7defb56cb9ee8','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"Point Schedule for NJ Tickets \",\"alias\":\"point-schedule-for-nj-tickets\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n<style>\\r\\nst1\\\\:*{behavior:url(#ieooui) }\\r\\n<\\/style>\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n<style>\\r\\n \\/* Style Definitions *\\/\\r\\n table.MsoNormalTable\\r\\n\\t{mso-style-name:\\\"Table Normal\\\";\\r\\n\\tmso-tstyle-rowband-size:0;\\r\\n\\tmso-tstyle-colband-size:0;\\r\\n\\tmso-style-noshow:yes;\\r\\n\\tmso-style-parent:\\\"\\\";\\r\\n\\tmso-padding-alt:0in 5.4pt 0in 5.4pt;\\r\\n\\tmso-para-margin:0in;\\r\\n\\tmso-para-margin-bottom:.0001pt;\\r\\n\\tmso-pagination:widow-orphan;\\r\\n\\tfont-size:10.0pt;\\r\\n\\tfont-family:\\\"Times New Roman\\\";\\r\\n\\tmso-ansi-language:#0400;\\r\\n\\tmso-fareast-language:#0400;\\r\\n\\tmso-bidi-language:#0400;}\\r\\n<\\/style>\\r\\n<![endif]--><\\/p>\\r\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 374.25pt; mso-cellspacing: .7pt; background: white; mso-padding-alt: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" border=\\\"0\\\" width=\\\"624\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" rowspan=\\\"2\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 1; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 2;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 3;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 4;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 5;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 6;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" colspan=\\\"3\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 7;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 8;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 9;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 10;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 11;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 12;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 13;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 14;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 15;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 16;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 17;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 18;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 19;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 20;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 21;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 22;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 23;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 24;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 25;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 26;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 27;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 28;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 29;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 30;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 31;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 32;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 33;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 34;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 35;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 36;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 37;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 38;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 39;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 40;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 41;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 42;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 43;\\\">\\r\\n<td style=\\\"background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 44;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 45;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 46;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 47;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 48;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 49;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 50;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 51;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 52;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 53;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 54;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 55;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 56;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 57;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 58;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" rowspan=\\\"2\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 59;\\\">\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 60;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 61;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 62; mso-yfti-lastrow: yes;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\">\\u00a0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 9.0pt; font-family: Tahoma; color: #333333;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-06-30 00:40:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-06-30 00:39:44\",\"publish_up\":\"2016-06-30 00:21:14\",\"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\":\"0\",\"metakey\":\"point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj\",\"metadesc\":\"Point Schedule for NJ Motor Vehicle Tickets\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(138,13,5,'','2016-07-30 00:14:57',621,567,'523d2020c715f349d600c887785ea2e160978855','{\"id\":13,\"asset_id\":117,\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":18,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":null,\"modified_time\":\"2016-07-30 00:14:57\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(202,14,5,'','2016-07-30 17:05:13',621,904,'f0e1d17da272366d1f0886f4111e33c6f449fff8','{\"id\":14,\"asset_id\":128,\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":18,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"<p><img src=\\\"images\\/mymedia\\/josephmorganoesq.bmp\\\" alt=\\\"\\\" width=\\\"334\\\" height=\\\"404\\\" \\/><\\/p>\\r\\n<p>Joseph F. Morgano is a Monmouth County, New Jersey attorney with over 20 years experience.<\\/p>\\r\\n<p>J.D. - Juris Doctor, 1995 - Western Michigan University<\\/p>\\r\\n<p>B.S. - Political Science, 1991 - Monmouth University<\\/p>\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":null,\"modified_time\":\"2016-07-30 17:05:13\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(203,14,5,'','2016-07-30 17:09:11',621,1232,'538f7e5764e901fb81ea5dd7a4d8113ac4599960','{\"id\":\"14\",\"asset_id\":\"128\",\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":\"18\",\"level\":\"1\",\"path\":\"attorney-profile\",\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"<p><img src=\\\"images\\/mymedia\\/josephmorganoesq.bmp\\\" alt=\\\"\\\" width=\\\"334\\\" height=\\\"404\\\" \\/><\\/p>\\r\\n<p>Joseph F. Morgano is a Monmouth County, New Jersey attorney with over 20 years experience.<\\/p>\\r\\n<p>J.D. - Juris Doctor, 1995 - Western Michigan University<\\/p>\\r\\n<p>B.S. - Political Science, 1991 - Monmouth University<\\/p>\\r\\n<p>Location<\\/p>\\r\\n<p>621 Shrewsbury Ave. (Ste. 131)<\\/p>\\r\\n<p>Shrewsbury, NJ 07702<\\/p>\\r\\n<p>Phone<\\/p>\\r\\n<p>732-263-9300<\\/p>\\r\\n<p>Fax<\\/p>\\r\\n<p>732-795-3958<\\/p>\\r\\n<p>Email<\\/p>\\r\\n<p><a href=\\\"mailto:joe@joemorganolaw.com\\\">joe@joemorganolaw.com<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-07-30 17:05:13\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-07-30 17:09:11\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(204,14,5,'','2016-07-30 17:20:11',621,2156,'a612b40f39a0387b220c558ece62dbd37dc7e49a','{\"id\":\"14\",\"asset_id\":\"128\",\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":\"18\",\"level\":\"1\",\"path\":\"attorney-profile\",\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"<h1 style=\\\"text-align: center;\\\"><strong>Joseph F. Morgano, Attorney at Law<\\/strong><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/josephmorganoesq.bmp\\\" alt=\\\"\\\" width=\\\"334\\\" height=\\\"404\\\" \\/><\\/p>\\r\\n<p><strong>Joseph F. Morgano is a Monmouth County, New Jersey attorney with over 20 years experience.<\\/strong><\\/p>\\r\\n<p><span style=\\\"text-decoration: underline;\\\"><strong>Education<\\/strong><\\/span><\\/p>\\r\\n<p><strong>J.D. - Juris Doctor, 1995 - Western Michigan University<\\/strong><\\/p>\\r\\n<p><strong>B.S. - Political Science, 1991 - Monmouth University<\\/strong><\\/p>\\r\\n<p><span style=\\\"text-decoration: underline;\\\"><strong>Location<\\/strong><\\/span><\\/p>\\r\\n<p><strong>621 Shrewsbury Ave. (Ste. 131)<\\/strong><\\/p>\\r\\n<p><strong>Shrewsbury, NJ 07702<\\/strong><\\/p>\\r\\n<p><span style=\\\"text-decoration: underline;\\\"><strong>Phone<\\/strong><\\/span><\\/p>\\r\\n<p><strong>732-263-9300<\\/strong><\\/p>\\r\\n<p><span style=\\\"text-decoration: underline;\\\"><strong>Fax<\\/strong><\\/span><\\/p>\\r\\n<p><strong>732-795-3958<\\/strong><\\/p>\\r\\n<p><span style=\\\"text-decoration: underline;\\\"><strong>Email<\\/strong><\\/span><\\/p>\\r\\n<p><strong><a href=\\\"mailto:joe@joemorganolaw.com\\\">joe@joemorganolaw.com<\\/a><\\/strong><\\/p>\\r\\n<p><strong>Mr. Morgano has handled cases throughout New Jersey including DWI\\/DUI and Traffic Offenses, Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal Law and other types of cases.\\u00a0 He has a strong commitment to zealous representation and professionalism. \\u00a0<\\/strong> <\\/p>\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-07-30 17:09:11\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-07-30 17:20:11\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(206,14,5,'','2016-07-30 17:23:58',621,611,'7639384a6e6d1bfb7bb9313a5d773fcfbf727bae','{\"id\":\"14\",\"asset_id\":\"128\",\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":\"18\",\"level\":\"1\",\"path\":\"attorney-profile\",\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-07-30 17:23:45\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-07-30 17:23:58\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(213,9,5,'','2016-07-30 17:54:49',621,717,'d29ada69ebaa094cbdc4e53e721c31a0b2bedd99','{\"id\":\"9\",\"asset_id\":\"65\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"new-jersey-statutes\",\"extension\":\"com_content\",\"title\":\"New Jersey Statutes\",\"alias\":\"new-jersey-statutes\",\"note\":\"\",\"description\":\"<h3><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Statutes<\\/strong><\\/span><\\/h3>\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-07-30 17:54:18\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 22:57:35\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-07-30 17:54:49\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(235,8,5,'','2016-08-03 21:56:39',621,600,'19f49ec851592dc57bff0a91c4b6cbf0d0f3ace0','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"11\",\"rgt\":\"12\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"<p>ggggggggggggggggggg<\\/p>\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-03 21:56:26\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-03 21:56:39\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(236,8,5,'','2016-08-05 01:17:36',621,644,'63dcb489f7b9f421955c98508e92a6b1e15df643','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"11\",\"rgt\":\"12\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"<p>ggggggggggggggggggg<\\/p>\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-05 01:15:30\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-05 01:17:36\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(237,13,5,'','2016-08-05 01:19:09',621,664,'1821ad3c21a57f4631748a36697d0e09c9068056','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":\"16\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-05 01:17:55\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"Joseph F. Morgano Attorney practice areas\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-05 01:19:09\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(238,14,5,'','2016-08-05 01:21:11',621,679,'1fb4fe6a099a538009f9fd02963a11bc9c3995d4','{\"id\":\"14\",\"asset_id\":\"128\",\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":\"18\",\"level\":\"1\",\"path\":\"attorney-profile\",\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-05 01:19:15\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Joseph F. Morgano Attorney Profile\",\"metakey\":\"attorney profile Joseph F. Morgano\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-05 01:21:11\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(239,9,5,'','2016-08-05 01:26:48',621,839,'7447f9e8187f32a95df1b549b116e4a63145f1e4','{\"id\":\"9\",\"asset_id\":\"65\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"new-jersey-statutes\",\"extension\":\"com_content\",\"title\":\"New Jersey Statutes\",\"alias\":\"new-jersey-statutes\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-05 01:21:32\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Various NJ St;atutes pertaining to DWI in NJ; point schedule for NJ traffic tickets; expungement in NJ and Name change in NJ. \",\"metakey\":\"nj statutes dwi, nj statues point schedule, nj statues expungement, nj statues name change\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 22:57:35\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-05 01:26:48\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(240,15,5,'','2016-08-05 03:42:14',621,559,'89b143968bfc437ffc0c32723aeb3d040ee44e33','{\"id\":15,\"asset_id\":130,\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Contact Us\",\"alias\":\"contact-us\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-08-05 03:42:14\",\"modified_user_id\":null,\"modified_time\":\"2016-08-05 03:42:14\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(243,15,5,'','2016-08-07 15:52:40',621,708,'a81fc76ca316bec98a43f64bbcd8e3681044eaf6','{\"id\":\"15\",\"asset_id\":\"130\",\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":\"20\",\"level\":\"1\",\"path\":\"contact-us\",\"extension\":\"com_content\",\"title\":\"Contact Us\",\"alias\":\"contact-us\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-07 15:50:37\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Contact Info\",\"metakey\":\"joseph f. morgano contact info, joseph f. morgano address, joseph f. morgano contact phone number  \",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-08-05 03:42:14\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-07 15:52:40\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(244,13,5,'','2016-08-07 15:56:13',621,664,'5ac966bf3a5fa222029aba3102f8c29c5d3e1f94','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":\"16\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-08-07 15:55:44\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"joseph f. morgano attorney practice areas\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-08-07 15:56:13\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(283,17,6,'','2016-09-25 00:55:50',621,573,'9f7467c3e7ca402f30be18890fc24ced16177b35','{\"id\":17,\"asset_id\":139,\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_contact\",\"title\":\"Contacts Category\",\"alias\":\"contacts-category\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-09-25 00:55:50\",\"modified_user_id\":null,\"modified_time\":\"2016-09-25 00:55:50\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(284,2,2,'','2016-09-25 00:57:41',621,1667,'aac87d911457737dc01f228e8b206bfd5b9357a2','{\"id\":2,\"name\":\"Contacts\",\"alias\":\"contacts\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"joe@morganolaw.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"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\\\":\\\"\\\",\\\"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\":\"17\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-09-25 00:57:41\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-09-25 00:57:41\",\"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),(285,2,2,'','2016-09-25 01:05:26',621,1690,'986f6f6c90d013acf0b5f631cd7be205a8be6121','{\"id\":\"2\",\"name\":\"Contacts\",\"alias\":\"contacts\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"joe@morganolaw.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-09-25 01:05:02\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"1\\\",\\\"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\":\"17\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-09-25 00:57:41\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-09-25 01:05:26\",\"modified_by\":\"621\",\"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),(286,2,2,'','2016-09-25 01:08:01',621,1690,'3b0012d8533c590f211cb2f61c8c1d9c822c0d21','{\"id\":\"2\",\"name\":\"Contacts\",\"alias\":\"contacts\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"joe@morganolaw.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-09-25 01:06:49\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"1\\\",\\\"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\":\"17\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-09-25 00:57:41\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-09-25 01:08:01\",\"modified_by\":\"621\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":3,\"hits\":\"0\"}',0),(287,2,2,'','2016-09-25 01:17:11',621,1694,'9299cc7e47132b01c7ac2f3a2d8c289a2d7b8e5c','{\"id\":\"2\",\"name\":\"Contacts\",\"alias\":\"contacts\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"joe@morganolaw.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-09-25 01:16:19\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"tabs\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"1\\\",\\\"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\":\"17\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-09-25 00:57:41\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-09-25 01:17:11\",\"modified_by\":\"621\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":4,\"hits\":\"3\"}',0),(288,2,2,'','2016-09-25 01:17:38',621,1695,'c7ea6f64f714afa9f9c1bdaa901efe3c9784db3f','{\"id\":\"2\",\"name\":\"Contacts\",\"alias\":\"contacts\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"joe@morganolaw.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-09-25 01:17:11\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"presentation_style\\\":\\\"tabs\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"1\\\",\\\"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\":\"17\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-09-25 00:57:41\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-09-25 01:17:38\",\"modified_by\":\"621\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":5,\"hits\":\"4\"}',0),(297,17,5,'','2016-10-03 17:07:47',621,3663,'cae281ed4bdd490f5f8eb2b546dac1e7f5688b93','{\"id\":17,\"asset_id\":143,\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"note\":\"\",\"description\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-03 17:07:47\",\"modified_user_id\":null,\"modified_time\":\"2016-10-03 17:07:47\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(298,17,5,'','2016-10-03 17:08:07',621,593,'94ad59f376280082d33a5e11b16120590128e88f','{\"id\":\"17\",\"asset_id\":\"143\",\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":\"20\",\"level\":\"1\",\"path\":\"disclaimer\",\"extension\":\"com_content\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 17:07:47\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-03 17:07:47\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 17:08:07\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(299,33,1,'','2016-10-03 17:09:11',621,4805,'4a6a79bfbbe75ac921b4c7ab71e5dd5419991df5','{\"id\":33,\"asset_id\":144,\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"17\",\"created\":\"2016-10-03 17:09:11\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-10-03 17:09:11\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-10-03 17:09:11\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\":\"Disclaimer\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(300,17,5,'','2016-10-03 17:10:10',621,624,'bdfaabc85b9b44a3a6c7813a26868f59b76c1ece','{\"id\":\"17\",\"asset_id\":\"143\",\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":\"20\",\"level\":\"1\",\"path\":\"disclaimer\",\"extension\":\"com_content\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 17:09:30\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Attorney Advertising Disclaimer\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-03 17:07:47\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 17:10:10\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(315,8,5,'','2016-10-03 22:20:02',621,616,'adec2582accb72dd09eec399023a88a44bdaa10f','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":\"10\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 22:19:37\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 22:20:02\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(316,8,5,'','2016-10-03 22:23:43',621,653,'69698a11f71a09c3d5ecdc52c018c0fd2fd39a04','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":\"10\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 22:23:02\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"images\\\\\\/mymedia\\\\\\/fountain-pen.jpg\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 22:23:43\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(317,8,5,'','2016-10-03 22:24:21',621,659,'756b8143282a6104136eb96c6fa1187abfc0ea19','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":\"10\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 22:23:43\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"_:blog\\\",\\\"image\\\":\\\"images\\\\\\/mymedia\\\\\\/fountain-pen.jpg\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 22:24:21\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(318,8,5,'','2016-10-03 22:24:45',621,662,'457d6f77a776a6c8b540247e4d2c037c0b58f141','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":\"10\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-03 22:24:21\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"_:default\\\",\\\"image\\\":\\\"images\\\\\\/mymedia\\\\\\/fountain-pen.jpg\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-03 22:24:45\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(319,18,5,'','2016-10-04 02:35:16',621,581,'87cd1d67ca3111179d2773c28b6d11b135c8624b','{\"id\":18,\"asset_id\":154,\"parent_id\":\"1\",\"lft\":\"21\",\"rgt\":22,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Google Reviews\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-04 02:35:16\",\"modified_user_id\":null,\"modified_time\":\"2016-10-04 02:35:16\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(326,13,5,'','2016-10-04 03:20:39',621,704,'f1d225236ddede19709bc91be1cae2b7996f69bf','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-04 03:20:22\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"images\\\\\\/mymedia\\\\\\/brpracticeareas.jpg\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"joseph f. morgano attorney practice areas\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-04 03:20:39\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(327,13,5,'','2016-10-04 03:22:10',621,664,'520cece9afaff7367106a398a8619f34d40bf2c8','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-04 03:21:59\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"joseph f. morgano attorney practice areas\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-04 03:22:10\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(343,18,5,'','2016-10-10 16:13:56',621,642,'6e7e0da13feb404ec0e8c94f44384b4c3825ca5b','{\"id\":\"18\",\"asset_id\":\"154\",\"parent_id\":\"1\",\"lft\":\"21\",\"rgt\":\"22\",\"level\":\"1\",\"path\":\"google-reviews\",\"extension\":\"com_content\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-10 16:13:03\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Google Reviews posed on Google+.\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-04 02:35:16\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-10 16:13:56\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(346,17,5,'','2016-10-13 17:12:24',621,631,'e975b55599a73df24b0a3d187765a6cf75d518c6','{\"id\":\"17\",\"asset_id\":\"143\",\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":\"20\",\"level\":\"1\",\"path\":\"disclaimer\",\"extension\":\"com_content\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-13 17:11:45\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"This is our attorney Legal Disclaimer.\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-03 17:07:47\",\"modified_user_id\":\"621\",\"modified_time\":\"2016-10-13 17:12:24\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(347,33,1,'','2016-10-13 17:15:05',621,4851,'987a4f6523067758cdc16278f849af7faba41db0','{\"id\":\"33\",\"asset_id\":\"144\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"17\",\"created\":\"2016-10-03 17:09:11\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2016-10-13 17:15:05\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2016-10-13 17:12:59\",\"publish_up\":\"2016-10-03 17:09:11\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\":\"See our legal disclaimer here. \",\"access\":\"1\",\"hits\":\"64\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(559,33,1,'','2017-01-11 21:54:22',621,5038,'36677eef66f8e33b7d46879b6809d9dd12d96476','{\"id\":\"33\",\"asset_id\":\"144\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"17\",\"created\":\"2016-10-03 17:09:11\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-11 21:54:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-11 21:53:53\",\"publish_up\":\"2016-10-03 17:09:11\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\":\"See our legal disclaimer here. \",\"access\":\"1\",\"hits\":\"318\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(560,33,1,'','2017-01-11 21:55:26',621,5158,'04c52bbbfb740a875a11bb21741c17cc41ea23ec','{\"id\":\"33\",\"asset_id\":\"144\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 60px;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"17\",\"created\":\"2016-10-03 17:09:11\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-11 21:55:26\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-11 21:54:22\",\"publish_up\":\"2016-10-03 17:09:11\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\":\"1\",\"metakey\":\"\",\"metadesc\":\"See our legal disclaimer here. \",\"access\":\"1\",\"hits\":\"319\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(561,33,1,'','2017-01-11 22:58:58',621,5020,'324416bfd6e66cecb9c27d04c966733a8515aad9','{\"id\":\"33\",\"asset_id\":\"144\",\"title\":\"Disclaimer\",\"alias\":\"disclaimer\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt; text-decoration: underline;\\\">Disclaimer<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">The information contained in this Website is provided for informational purposes only, and should not be construed as legal advice on any subject matter. No recipients of content from this site, clients or otherwise, should act or refrain from acting on the basis of any content included in the site without seeking the appropriate legal or other professional advice on the particular facts and circumstances at issue from an attorney licensed in the recipient\'s state. The content of this Website contains general information and may not reflect current legal developments, verdicts or settlements. The Firm expressly disclaims all liability in respect to actions taken or not taken based on any or all the contents of this Website.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Any information sent to The Firm by Internet e-mail or through the Website is not secure and is done so on a non-confidential basis. Transmission of information from this Website does not create an attorney-client relationship between you and The Firm, nor is it intended to do so. The transmission of the Website, in part or in whole, and\\/or any communication with us via Internet e-mail through this site does not constitute or create an attorney-client relationship between us and any recipients.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Some links within the Website may lead to other web-sites, including those operated and maintained by third parties. The Firm includes these links solely as a convenience to you, and the presence of such a link does not imply a responsibility for the linked site or an endorsement of the linked site, its operator, or its contents.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">This Website and its contents are provided \\\"AS IS\\\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Furthermore, The Firm does not wish to represent anyone desiring representation based upon viewing this Website in a state where this Website fails to comply with all laws and ethical rules of that state.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: helvetica,arial,sans-serif; color: #000000; font-size: 12pt;\\\">Reproduction, distribution, republication, and\\/or retransmission of material contained within The Firm Website is prohibited unless the prior written permission of The Firm has been obtained.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"17\",\"created\":\"2016-10-03 17:09:11\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-11 22:58:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-11 22:58:01\",\"publish_up\":\"2016-10-03 17:09:11\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\":\"See our legal disclaimer here. \",\"access\":\"1\",\"hits\":\"374\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(577,7,1,'','2017-01-15 19:27:00',621,75303,'7e7ff4decb3214107a57ab1b523f6ec0c3326a30','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">DWI WITH MINOR PASSENGER IN CAR<\\/span> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/span> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-15 19:27:00\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-15 19:26:42\",\"publish_up\":\"2016-06-23 23:04: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"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\":14,\"ordering\":\"2\",\"metakey\":\"nj dwi dui law, fines for dwi dui in nj, loss of license for dwi dui in nj, how many points for a dwi dui in nj, can you go to jail for a dwi dui in nj, dwi dui first offense in nj, dwi dui second offense in nj, dwi dui third offense in nj, dwi dui in nj jail time, nj dui laws, refusing to take a breathalyzer test\",\"metadesc\":\"The laws of NJ DWI DUI. Fines, penalties for DWI DUI in NJ. Here you can read the New Jersey Statutes governing the law of DWI DUI in New Jersey. Fines, penalties, loss of license and other consequences of DWI DUI.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(578,8,1,'','2017-01-15 19:27:26',621,45798,'b32d17359f7b0d4b5c2cafda1794098204085455','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-15 19:27:26\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-15 19:27:06\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"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\":\"NJ expungement law, how to get an expumgement in nj\",\"metadesc\":\"Law governing the process of obtaining an expungement in NJ. Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(579,9,1,'','2017-01-15 19:27:44',621,16205,'c14ef551be8cc3fe533afe0f619e06e5498b9d3b','{\"id\":\"9\",\"asset_id\":\"70\",\"title\":\"NJ Name Change Law\",\"alias\":\"nj-name-change-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Name Change Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-1<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Action for change of name<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2A:52-1.<\\/span><\\/strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Effect of judgment, copy to State Bureau of Identification<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-3.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> Effect of change of name on actions or other proceedings<br \\/> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344.<\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-4<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Correction of record of birth or marriage<br \\/> Upon the receipt of either of the following documents:<br \\/> <br \\/> a. A certified copy of a judgment permitting a change of name; or<br \\/> <br \\/> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br \\/> <br \\/> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.<\\/span><\\/em><\\/span><\\/p>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">New Jersey Rules of Court Also Apply<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">RULE 4:72. Actions For Change Of Name<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-1. Complaint<\\/h2>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(a) Generally.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.<\\/span><\\/p>\\r\\n<p style=\\\"margin-left: .5in; text-indent: -.25in; line-height: 15.6pt; mso-list: l0 level1 lfo1; tab-stops: list .5in;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(b) Change of Name for Minor Involved in a Family Action.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-2. Guardian Ad Litem<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-3. Notice of Application<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt;\\\">4:72-4. Hearing; Judgment; Publication; Filing<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.<\\/span><\\/h6>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:26:48\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-01-15 19:27:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-01-15 19:27:32\",\"publish_up\":\"2016-06-24 01:26:48\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"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\":\"nj name change law, how to change your name in nj\",\"metadesc\":\"Law governing the process of obtaining a name change in NJ. Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(758,36,1,'','2017-02-06 19:02:51',621,12537,'68d58480e0ef12ff454267b123c4ae818a9a1b2f','{\"id\":36,\"asset_id\":204,\"title\":\"NJ Driving While Suspended - NJSA 39:3-40\",\"alias\":\"nj-driving-while-suspended-njsa-39-3-40\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>NJSA 39:3-40 - Driving While Suspended<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">39:3-40. No person to whom a driver\'s license has been refused or whose driver\'s license or reciprocity privilege has been suspended or revoked, or who has been prohibited from obtaining a driver\'s license, shall personally operate a motor vehicle during the period of refusal, suspension, revocation, or prohibition. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> No person whose motor vehicle registration has been revoked shall operate or permit the operation of such motor vehicle during the period of such revocation. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Except as provided in subsections i. and j. of this section, a person violating this section shall be subject to the following penalties: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> a.Upon conviction for a first offense, a fine of $500.00 and, if that offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> b.Upon conviction for a second offense, a fine of $750.00, imprisonment in the county jail for at least one but not more than five days and, if the second offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and that second offense occurs within five years of a conviction for that same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> c.Upon conviction for a third offense or subsequent offense, a fine of $1,000.00 and imprisonment in the county jail for 10 days. If the third or a subsequent offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and the third or subsequent offense occurs within five years of a conviction for the same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> d.Upon conviction, the court shall impose or extend a period of suspension not to exceed six months; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> e.Upon conviction, the court shall impose a period of imprisonment for not less than 45 days or more than 180 days, if while operating a vehicle in violation of this section a person is involved in an accident resulting in bodily injury to another person; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> f. (1) In addition to any penalty imposed under the provisions of subsections a. through e. of this section, any person violating this section while under suspension issued pursuant to section 2 of P.L.1972, c.197 (C.39:6B-2), upon conviction, shall be fined $500.00, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year nor more than two years, and may be imprisoned in the county jail for not more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraph (1) of this subsection, any person violating this section under suspension issued pursuant to R.S.39:4-50, section 2 of P.L.1981, c.512 (C.39:4-50.4a) or P.L.1982, c.85 (C.39:5-30a et seq.), shall be fined $500, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, and shall be imprisoned in the county jail for not less than 10 days or more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (3)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraphs (1) and (2) of this subsection, a person shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, which period shall commence upon the completion of any prison sentence imposed upon that person, shall be fined $500 and shall be imprisoned for a period of 60 to 90 days for a first offense, imprisoned for a period of 120 to 150 days for a second offense, and imprisoned for 180 days for a third or subsequent offense, for operating a motor vehicle while in violation of paragraph (2) of this subsection while: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (a)on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (b)driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (c)driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c.101 (C.2C:35-7) may be used in a prosecution under subparagraph (a) of this paragraph. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> It shall not be relevant to the imposition of sentence pursuant to subparagraph (a) or (b) of this paragraph that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> g.(Deleted by amendment, P.L.2009, c.224);<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> h.A person who owns or leases a motor vehicle and permits another to operate the motor vehicle commits a violation and is subject to suspension of his license to operate a motor vehicle and to revocation of registration pursuant to sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5) if the person: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (1)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle has been suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a); or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle is suspended and that the operator has been convicted, within the past five years, of operating a vehicle while the person\'s license was suspended or revoked.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> In any case where a person who owns or leases a motor vehicle knows that the operator\'s license or reciprocity privilege of the person he permits to operate the motor vehicle is suspended or revoked for any violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), the person also shall be subject to the following penalties: for a first or second offense, a fine of $1,000, imprisonment for not more than 15 days, or both; and for a third or subsequent offense, a fine of $1,000, imprisonment for not more than 15 days, or both, and forfeiture of the right to operate a motor vehicle over the highways of this State for a period of 90 days;<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> i.If the violator\'s driver\'s license to operate a motor vehicle has been suspended pursuant to section 9 of P.L.1985, c.14 (C.39:4-139.10) or for failure to comply with a time payment order, the violator shall be subject to a maximum fine of $100 upon proof that the violator has paid all fines and other assessments related to the parking violation that were the subject of the Order of Suspension, or if the violator makes sufficient payments to become current with respect to payment obligations under the time payment order; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> j.If a person is convicted for a second or subsequent violation of this section and the second or subsequent offense involves a motor vehicle moving violation, the term of imprisonment for the second or subsequent offense shall be 10 days longer than the term of imprisonment imposed for the previous offense. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> For the purposes of this subsection, a \\\"motor vehicle moving violation\\\" means any violation of the motor vehicle laws of this State for which motor vehicle points are assessed by the chief administrator pursuant to section 1 of P.L.1982, c.43 (C.39:5-30.5). <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> amended 1941, c.344; 1945, c.222, s.2; 1947, c.25; 1964, c.9; 1968, c.323, s.10; 1981, c.38, s.1; 1982, c.45, s.2; 1983, c.90, s.1; 1986, c.38; 1992, c.203; 1994, c.64, s.2; 1995, c.286, s.1; 1999, c.185, s.3; 1999, c.423, s.3; 2001, c.213, s.1; 2002, c.28; 2007, c.187; 2009, c.224, s.1; 2009, c.332.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-06 19:02:51\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"}}\",\"version\":1,\"ordering\":null,\"metakey\":\"NJSA 39:3-40 Driving While Suspended in NJ\",\"metadesc\":\"NJSA 39:3-40 - Driving While Suspended in NJ\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(759,7,1,'','2017-02-06 23:43:58',621,75532,'3edd17a6e3abd0a9a27e572faf54970d5f9e989c','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h2>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">DWI WITH MINOR PASSENGER IN CAR<\\/span> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/span> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-06 23:43:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-06 23:39:47\",\"publish_up\":\"2016-06-23 23:04: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"}}\",\"version\":15,\"ordering\":\"4\",\"metakey\":\"nj dwi law, njsa 39:3-40, nj dui law\",\"metadesc\":\"The Laws governing DWI in NJ. NJSA 39:4-50.\",\"access\":\"1\",\"hits\":\"90\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(778,9,1,'','2017-02-07 04:31:48',621,17233,'f32ca9502662b4fd6ff4f08f2f1cb184ecdd9059','{\"id\":\"9\",\"asset_id\":\"70\",\"title\":\"NJ Name Change Law\",\"alias\":\"nj-name-change-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Name Change Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-1<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Action for change of name<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2A:52-1.<\\/span><\\/strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Effect of judgment, copy to State Bureau of Identification<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-3.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> Effect of change of name on actions or other proceedings<br \\/> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344.<\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-4<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Correction of record of birth or marriage<br \\/> Upon the receipt of either of the following documents:<br \\/> <br \\/> a. A certified copy of a judgment permitting a change of name; or<br \\/> <br \\/> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br \\/> <br \\/> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.<\\/span><\\/em><\\/span><\\/p>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">New Jersey Rules of Court Also Apply<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">RULE 4:72. Actions For Change Of Name<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-1. Complaint<\\/h2>\\r\\n<p style=\\\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(a) Generally.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.<\\/span><\\/p>\\r\\n<p style=\\\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(b) Change of Name for Minor Involved in a Family Action.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-2. Guardian Ad Litem<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-3. Notice of Application<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-4. Hearing; Judgment; Publication; Filing<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.<\\/span><\\/h6>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:26:48\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-07 04:31:48\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-07 04:31:21\",\"publish_up\":\"2016-06-24 01:26:48\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"}}\",\"version\":4,\"ordering\":\"1\",\"metakey\":\"nj name change law, how to change your name in nj\",\"metadesc\":\"Law governing the process of obtaining a name change in NJ. Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.\",\"access\":\"1\",\"hits\":\"69\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(779,8,1,'','2017-02-07 04:32:48',621,47863,'64f4cddb02e52e4270eca3eeb878ebe83edb2358','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/h2>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-07 04:32:48\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-07 04:32:21\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"}}\",\"version\":7,\"ordering\":\"3\",\"metakey\":\"NJ expungement law, how to get an expumgement in nj\",\"metadesc\":\"Law governing the process of obtaining an expungement in NJ. Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.\",\"access\":\"1\",\"hits\":\"82\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(781,36,1,'','2017-02-07 18:49:31',621,12673,'eec16158b9e45decd2f1feba3edf04a663ea82e0','{\"id\":\"36\",\"asset_id\":\"204\",\"title\":\"NJ Driving While Suspended - NJSA 39:3-40\",\"alias\":\"nj-driving-while-suspended-njsa-39-3-40\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>NJSA 39:3-40 - Driving While Suspended<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">39:3-40. No person to whom a driver\'s license has been refused or whose driver\'s license or reciprocity privilege has been suspended or revoked, or who has been prohibited from obtaining a driver\'s license, shall personally operate a motor vehicle during the period of refusal, suspension, revocation, or prohibition. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> No person whose motor vehicle registration has been revoked shall operate or permit the operation of such motor vehicle during the period of such revocation. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Except as provided in subsections i. and j. of this section, a person violating this section shall be subject to the following penalties: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> a.Upon conviction for a first offense, a fine of $500.00 and, if that offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> b.Upon conviction for a second offense, a fine of $750.00, imprisonment in the county jail for at least one but not more than five days and, if the second offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and that second offense occurs within five years of a conviction for that same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> c.Upon conviction for a third offense or subsequent offense, a fine of $1,000.00 and imprisonment in the county jail for 10 days. If the third or a subsequent offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and the third or subsequent offense occurs within five years of a conviction for the same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> d.Upon conviction, the court shall impose or extend a period of suspension not to exceed six months; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> e.Upon conviction, the court shall impose a period of imprisonment for not less than 45 days or more than 180 days, if while operating a vehicle in violation of this section a person is involved in an accident resulting in bodily injury to another person; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> f. (1) In addition to any penalty imposed under the provisions of subsections a. through e. of this section, any person violating this section while under suspension issued pursuant to section 2 of P.L.1972, c.197 (C.39:6B-2), upon conviction, shall be fined $500.00, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year nor more than two years, and may be imprisoned in the county jail for not more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraph (1) of this subsection, any person violating this section under suspension issued pursuant to R.S.39:4-50, section 2 of P.L.1981, c.512 (C.39:4-50.4a) or P.L.1982, c.85 (C.39:5-30a et seq.), shall be fined $500, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, and shall be imprisoned in the county jail for not less than 10 days or more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (3)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraphs (1) and (2) of this subsection, a person shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, which period shall commence upon the completion of any prison sentence imposed upon that person, shall be fined $500 and shall be imprisoned for a period of 60 to 90 days for a first offense, imprisoned for a period of 120 to 150 days for a second offense, and imprisoned for 180 days for a third or subsequent offense, for operating a motor vehicle while in violation of paragraph (2) of this subsection while: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (a)on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (b)driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (c)driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c.101 (C.2C:35-7) may be used in a prosecution under subparagraph (a) of this paragraph. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> It shall not be relevant to the imposition of sentence pursuant to subparagraph (a) or (b) of this paragraph that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> g.(Deleted by amendment, P.L.2009, c.224);<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> h.A person who owns or leases a motor vehicle and permits another to operate the motor vehicle commits a violation and is subject to suspension of his license to operate a motor vehicle and to revocation of registration pursuant to sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5) if the person: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (1)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle has been suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a); or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle is suspended and that the operator has been convicted, within the past five years, of operating a vehicle while the person\'s license was suspended or revoked.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> In any case where a person who owns or leases a motor vehicle knows that the operator\'s license or reciprocity privilege of the person he permits to operate the motor vehicle is suspended or revoked for any violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), the person also shall be subject to the following penalties: for a first or second offense, a fine of $1,000, imprisonment for not more than 15 days, or both; and for a third or subsequent offense, a fine of $1,000, imprisonment for not more than 15 days, or both, and forfeiture of the right to operate a motor vehicle over the highways of this State for a period of 90 days;<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> i.If the violator\'s driver\'s license to operate a motor vehicle has been suspended pursuant to section 9 of P.L.1985, c.14 (C.39:4-139.10) or for failure to comply with a time payment order, the violator shall be subject to a maximum fine of $100 upon proof that the violator has paid all fines and other assessments related to the parking violation that were the subject of the Order of Suspension, or if the violator makes sufficient payments to become current with respect to payment obligations under the time payment order; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> j.If a person is convicted for a second or subsequent violation of this section and the second or subsequent offense involves a motor vehicle moving violation, the term of imprisonment for the second or subsequent offense shall be 10 days longer than the term of imprisonment imposed for the previous offense. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> For the purposes of this subsection, a \\\"motor vehicle moving violation\\\" means any violation of the motor vehicle laws of this State for which motor vehicle points are assessed by the chief administrator pursuant to section 1 of P.L.1982, c.43 (C.39:5-30.5). <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> amended 1941, c.344; 1945, c.222, s.2; 1947, c.25; 1964, c.9; 1968, c.323, s.10; 1981, c.38, s.1; 1982, c.45, s.2; 1983, c.90, s.1; 1986, c.38; 1992, c.203; 1994, c.64, s.2; 1995, c.286, s.1; 1999, c.185, s.3; 1999, c.423, s.3; 2001, c.213, s.1; 2002, c.28; 2007, c.187; 2009, c.224, s.1; 2009, c.332.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-07 18:49:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-07 18:49:14\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"}}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"NJSA 39:3-40 - Driving While Suspended in NJ. Read the NJ Statute governing Driving While Suspended. Learn about the penalties, fines, loss of license, etc.\",\"metadesc\":\"NJSA 39:3-40 - Driving While Suspended in NJ\",\"access\":\"1\",\"hits\":\"22\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(879,19,5,'','2017-02-10 03:15:32',621,591,'f547f8d6291ba4bb11ebd30b41081212bf13ebd5','{\"id\":19,\"asset_id\":213,\"parent_id\":\"1\",\"lft\":\"23\",\"rgt\":24,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Our Google Business Rating\",\"alias\":\"our-google-business-rating\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2017-02-10 03:15:32\",\"modified_user_id\":null,\"modified_time\":\"2017-02-10 03:15:32\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(898,19,5,'','2017-02-11 02:55:46',621,667,'a19fa7397365ff6719ca497c6d7e0a53840a9ede','{\"id\":\"19\",\"asset_id\":\"213\",\"parent_id\":\"1\",\"lft\":\"23\",\"rgt\":\"24\",\"level\":\"1\",\"path\":\"our-google-business-rating\",\"extension\":\"com_content\",\"title\":\"Our Google Business Rating\",\"alias\":\"our-google-business-rating\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-11 02:54:53\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Google Rating Category\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2017-02-10 03:15:32\",\"modified_user_id\":\"621\",\"modified_time\":\"2017-02-11 02:55:46\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(899,18,5,'','2017-02-11 02:56:16',621,643,'6404714991bbffd25ecf0b3a10ff6db1290b9716','{\"id\":\"18\",\"asset_id\":\"154\",\"parent_id\":\"1\",\"lft\":\"21\",\"rgt\":\"22\",\"level\":\"1\",\"path\":\"google-reviews\",\"extension\":\"com_content\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-11 02:55:55\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Google Reviews posted on Google+.\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-04 02:35:16\",\"modified_user_id\":\"621\",\"modified_time\":\"2017-02-11 02:56:16\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(915,8,5,'','2017-02-11 21:31:38',621,633,'17b2a4ac71aed6b03f6bbd44299c04cd43af41e4','{\"id\":\"8\",\"asset_id\":\"63\",\"parent_id\":\"1\",\"lft\":\"9\",\"rgt\":\"10\",\"level\":\"1\",\"path\":\"blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-11 21:30:23\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Our Blog\",\"metakey\":\"Joseph F. Morgano Attorney Blog\",\"metadata\":\"{\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-06-23 20:41:18\",\"modified_user_id\":\"621\",\"modified_time\":\"2017-02-11 21:31:38\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(921,5,1,'','2017-02-11 22:04:58',621,5102,'d598530b788fed495ca413787e048c1cae345d20','{\"id\":\"5\",\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-11 22:04:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-11 22:04:04\",\"publish_up\":\"2016-06-23 20:24: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"9\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"125\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(931,38,1,'','2017-02-12 01:07:31',621,2540,'a09aaf7ee74311ff72047327bb1c72be440d3744','{\"id\":38,\"asset_id\":219,\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"<p>Our Google Business Rating<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-12 01:07:31\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(932,38,1,'','2017-02-12 01:08:18',621,2562,'5cd78f39055b952699bb44d00ac87cd83f11633d','{\"id\":\"38\",\"asset_id\":\"219\",\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"<p>Our Google Business Rating<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"19\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-12 01:08:18\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-12 01:07:31\",\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(933,38,1,'','2017-02-12 01:09:03',621,2563,'70ab921875754680954c49af039708e96f7de2a6','{\"id\":\"38\",\"asset_id\":\"219\",\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"<p>Our Google Business Rating<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"19\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-12 01:09:03\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-12 01:08:18\",\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(934,38,1,'','2017-02-12 01:10:40',621,2599,'25b04dd22928f594afdf3ceaf5bc6c0bf3e94221','{\"id\":\"38\",\"asset_id\":\"219\",\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"<p>Our Google Business Rating<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"19\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-12 01:10:40\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-12 01:09:03\",\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"Our Google Business Aggregate Rating.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(935,38,1,'','2017-02-12 01:11:26',621,2547,'e9817165797063d46634a265a9025ea6c36de684','{\"id\":\"38\",\"asset_id\":\"219\",\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"19\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-12 01:11:26\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-12 01:10:40\",\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"Our Google Business Aggregate Rating.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(939,10,1,'','2017-02-14 19:35:21',621,4940,'a8aa910209473c8be84df927aafd55afbdc9080a','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 19:35:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 19:35:08\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"163\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(942,18,1,'','2017-02-14 20:01:43',621,4621,'ec13b4c9b5fb5c3b64e980f8d072bd7035af53ea','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:01:43\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 19:57:56\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":75,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"244\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(943,17,1,'','2017-02-14 20:03:52',621,5147,'76cb189cc8cf3c8b008c81794d276022e2e0a56c','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:03:52\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:01:59\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"182\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(947,13,1,'','2017-02-14 20:11:08',621,4906,'6c3062c86559be52f47843170778e368c7c6bb07','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Do You Need an Attorney for a NJ DWI? <\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:11:08\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:09:02\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":24,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"154\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(948,12,1,'','2017-02-14 20:15:46',621,4722,'bf44592a49abd82d66bd1a3ea8391a919660c724','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>How long do you lose your license for a DWI in New Jersey? <\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:15:46\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:11:12\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"152\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(950,10,1,'','2017-02-14 20:20:51',621,5300,'69b151250e4e00cc4813663cf56dfa28e01d6ba8','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:20:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:19:03\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Go To Jail For A DWI In New Jersey?\\\",\\\"description\\\":\\\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"164\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(952,5,1,'','2017-02-14 20:28:37',621,6192,'db2c7b01744462acb7434b1c4523c84cfa5fd955','{\"id\":\"5\",\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:28:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:27:51\",\"publish_up\":\"2016-06-23 20:24: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Please call us for an appointment if you would like to discuss your case.\\\",\\\"description\\\":\\\"Some of the penalties resulting from DWI\\\\\\/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\\\\\/DUI convictions; Whether or not there was an accident involved and other factors.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"10\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"146\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(953,4,1,'','2017-02-14 20:30:30',621,6163,'3302c8475327c0ac3292957f42f7f1513b81ea20','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:30:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:28:44\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"140\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(955,18,1,'','2017-02-14 20:31:49',621,4621,'ed39376549486212996ca99c910f08128ea21211','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-14 20:31:49\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-14 20:31:37\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":76,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"245\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(956,16,1,'','2017-02-16 02:37:37',621,4469,'9e7c38ad4c8003f4982bd6487b427b422817270f','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-16 02:37:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-16 02:37:14\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":19,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"160\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(964,39,1,'','2017-02-17 01:18:21',621,5821,'9dc35020db4316c412927bfd5366d9e2bc0d7e72','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance, Penalties - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-penalties-njsa-39-6b-2\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>NJSA 39:6B-2 - Driving Without Insurance - Penalties<br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-17 01:18:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-17 01:17:19\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(968,39,1,'','2017-02-17 01:51:38',621,5814,'2518544237c6009712da4d073f56c87e8e52d364','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-penalties-njsa-39-6b-2\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>NJSA 39:6B-2 - Driving Without Insurance - Penalties<br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-17 01:51:38\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-17 01:51:19\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":13,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(969,39,1,'','2017-02-17 01:51:56',621,5808,'4adf5c621e95f55d7c67996b8b37803f284484b8','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>NJSA 39:6B-2 - Driving Without Insurance - Penalties<br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-17 01:51:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-17 01:51:43\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":14,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(978,4,1,'','2017-02-17 23:30:01',621,6164,'541489d1961a9deaebf850b40c10661b8c1716cd','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-17 23:30:01\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-17 23:29:27\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":39,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"173\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(980,11,1,'','2017-02-18 01:10:57',621,4969,'a8b5501cb6a35b88993ceced6cc761840066c679','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 01:10:57\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 01:10:38\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":24,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj, nj dwi fines, fines dwi nj, dui fines nj, nj dui fines, what are the fines for a dui in nj\",\"metadesc\":\"What Are the Fines For a DWI in NJ? For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"163\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(981,16,1,'','2017-02-18 01:12:09',621,4469,'6e0e8f82dbba1a1826400962a875d343a5bc7716','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 01:12:09\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 01:11:55\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":20,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"181\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(993,17,1,'','2017-02-18 04:28:22',621,5148,'a49a827f8e0075aed275ce6ac4ded5609883c95e','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h2><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 04:28:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 04:27:56\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"217\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(994,6,1,'','2017-02-18 17:17:48',621,5658,'3682a48f02943b343e6398973fa2abff19847587','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 17:17:48\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 17:15:43\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"408\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1007,40,1,'','2017-02-18 20:36:31',621,4778,'cb99891af0cbfead5cfc8f88b0c721a91c350783','{\"id\":\"40\",\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:36:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:35:32\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What Are The Penalties For Driving Without Insurance in NJ?\\\",\\\"description\\\":\\\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"0\",\"metakey\":\"how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"39\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1008,18,1,'','2017-02-18 20:39:05',621,4638,'d472dd4415307563102a22ff504f0b2efb3b8513','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:39:05\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:38:42\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":78,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"288\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1009,17,1,'','2017-02-18 20:39:53',621,5193,'86750fa35bd8a4d9a932d094cbc4d41c07ea54f9','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:39:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:39:34\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"223\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1010,16,1,'','2017-02-18 20:41:09',621,4514,'6e72606df02d5b738666637915941b50382e7004','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:41:09\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:40:51\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":21,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"183\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1012,13,1,'','2017-02-18 20:42:15',621,4947,'302f2ab27aa3d9439ea720bd7f186b6b3af0adaf','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Do You Need an Attorney for a NJ DWI?<\\/span> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:42:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:41:52\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"184\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1013,12,1,'','2017-02-18 20:42:37',621,4763,'b550d1c297f69bf01cce6e370d7e1875cf9911ce','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">How long do you lose your license for a DWI in New Jersey?<\\/span> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:42:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:42:19\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"178\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1014,11,1,'','2017-02-18 20:43:04',621,4986,'df9f8347692f775da94a45685a688723497d0614','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:43:04\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:42:46\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj, nj dwi fines, fines dwi nj, dui fines nj, nj dui fines, what are the fines for a dui in nj\",\"metadesc\":\"What Are the Fines For a DWI in NJ? For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"163\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1015,10,1,'','2017-02-18 20:43:29',621,5317,'606b05a5ae651dca71c111f03e9cdf10ebb8e728','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:43:29\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:43:11\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Go To Jail For A DWI In New Jersey?\\\",\\\"description\\\":\\\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"229\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1016,6,1,'','2017-02-18 20:43:55',621,5675,'2dce566bbb0516332629553998b16093ef72eb80','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:43:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:43:37\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"409\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1017,5,1,'','2017-02-18 20:44:34',621,6209,'4eb6fe66f8df1046a99f98f2dcef250d41c89619','{\"id\":\"5\",\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:44:34\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:44:02\",\"publish_up\":\"2016-06-23 20:24: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Please call us for an appointment if you would like to discuss your case.\\\",\\\"description\\\":\\\"Some of the penalties resulting from DWI\\\\\\/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\\\\\/DUI convictions; Whether or not there was an accident involved and other factors.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"10\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"164\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1018,4,1,'','2017-02-18 20:44:57',621,6181,'fc4541d93065db55cd4ed4d11b74c03421a77f75','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-18 20:44:57\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:44:41\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"185\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1021,9,1,'','2017-02-18 20:57:34',621,17315,'642bba09e5c55b85e552c860e7b0caaafd725187','{\"id\":\"9\",\"asset_id\":\"70\",\"title\":\"NJ Name Change Law\",\"alias\":\"nj-name-change-law\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>New Jersey Name Change Law<\\/strong><\\/span><\\/h1>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-1<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Action for change of name<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2A:52-1.<\\/span><\\/strong> Any person may institute an action in Superior Court, for authority to assume another name. The complaint for a change of name shall be accompanied by a sworn affidavit stating the applicant\'s name, date of birth, social security number, whether or not the applicant has ever been convicted of a crime, and whether any criminal charges are pending against him and, if such convictions or pending charges exist, shall provide such details in connection therewith sufficient to readily identify the matter referred to. The sworn affidavit shall also recite that the action for a change of name is not being instituted for purposes of avoiding or obstructing criminal prosecution or for avoiding creditors or perpetrating a criminal or civil fraud. If criminal charges are pending, the applicant shall serve a copy of the complaint and affidavit upon any State or county prosecuting authority responsible for the prosecution of any pending charges. A person commits a crime of the fourth degree if he knowingly gives or causes to be given false information under this section. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.1, 1993,c.228,s.1.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Effect of judgment, copy to State Bureau of Identification<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-2<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Such person, from and after the day specified therefor in the judgment in the action, shall be known by the name which, by the judgment, he is authorized to assume, and by no other. The judgment for change of name shall include the applicant\'s social security number and date of birth. The clerk of the court shall forward a copy of the judgment to the State Bureau of Identification in the Division of State Police if the person has been convicted of a crime or if there are criminal charges pending against him. <br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended 1981,c.362,s.2; 1993,c.228,s.2.&nbsp; <\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-3.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> Effect of change of name on actions or other proceedings<br \\/> No action, or other legal proceeding commenced in his former name against any person whose name shall have been changed pursuant to the provisions of this chapter shall, by reason of such misnomer, be abated, nor shall any relief of recovery sought thereby be prevented.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344.<\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2A:52-4<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">. Correction of record of birth or marriage<br \\/> Upon the receipt of either of the following documents:<br \\/> <br \\/> a. A certified copy of a judgment permitting a change of name; or<br \\/> <br \\/> b. A certification issued in connection with a naturalization proceeding authorized by Act of Congress that a change of name was permitted by decree or order of a court vested with jurisdiction to naturalize persons as citizens of the United States; together with a request for correction of an existing record of the birth or marriage of the individual, the State Registrar of Vital Statistics or local registrar of vital statistics shall adjust the record or records to show the new name and the date and manner by which obtained. When the request and such copy or certification are received by a local registrar, he shall forward them to the State Registrar after having adjusted his local record.<br \\/> <br \\/> In the event the name of any child or children shall be permitted to be changed in the naturalization proceedings of the parent of such child or children, the certification of the parent\'s naturalization record or proceedings disclosing such change of name of such child or children shall be sufficient authority for the State Registrar of Vital Statistics or the local registrar, as the case may be, upon request, to correct the birth certificate or marriage certificate of such child or children in the same manner as provided for the correction of the parent\'s birth certificate or marriage certificate. The fee to be paid a local registrar or the State Registrar for each birth certificate or for each marriage certificate so corrected shall be $2.00. Any certified copy of a record changed as provided for in this chapter shall show the name at birth or marriage and the new name and date and manner by which obtained, but upon request shall show only the new name.<br \\/> <br \\/> <em><span style=\\\"font-family: Tahoma;\\\">L.1951 (1st SS), c.344; amended by L.1955, c. 249, p. 927, s. 1; L.1958, c. 81, p. 521, s. 1, eff. June 24, 1958; L.1983, c. 275, s. 1, eff. July 18, 1983.<\\/span><\\/em><\\/span><\\/p>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">New Jersey Rules of Court Also Apply<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">RULE 4:72. Actions For Change Of Name<\\/h2>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-1. Complaint<\\/h2>\\r\\n<p style=\\\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(a) Generally.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> An action for change of name shall be commenced by filing a verified complaint setting forth the grounds of the application. The complaint shall contain the date of birth of the plaintiff and shall state: (1) that the application is not made with the intent to avoid creditors or to obstruct criminal prosecution or for other fraudulent purposes; (2) whether plaintiff has ever been convicted of a crime and if so, the nature of the crime and the sentence imposed; (3) whether any criminal charges are pending against plaintiff and if so, such detail regarding the charges as is reasonably necessary to enable the Division of Criminal Justice or the appropriate county prosecutor to identify the matter. If criminal charges are pending, a copy of the complaint shall, at least 20 days prior to the hearing, be served upon the Director of the Division of Criminal Justice to the attention of the Records and Identification Section if the charges were initiated by the Division, and otherwise upon the appropriate county prosecutor. Service upon the Division or a prosecutor shall be accompanied by a request that the official make such response as may be deemed appropriate.<\\/span><\\/p>\\r\\n<p style=\\\"margin-left: 0.5in; text-indent: -0.25in; line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 10.0pt; mso-bidi-font-size: 14.0pt; font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: #333333;\\\"><span style=\\\"mso-list: Ignore;\\\">\\u00b7<span style=\\\"font: 7.0pt \'Times New Roman\';\\\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\\/span><\\/span><\\/span><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(b) Change of Name for Minor Involved in a Family Action.<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"> If the complaint seeks a name change for a minor, the complaint shall state whether the child or any party in interest in the name change application is the subject of a family action pending or concluded within the three years preceding the filing of the complaint. In such event, the action shall be transferred to the Family Part in the vicinage in which the family action is pending or was concluded. If neither the child nor any party in interest is or has been the subject of such action, a certification to that effect shall be appended to the complaint.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-1. Amended July 11, 1979 to be effective September 10, 1979; amended July 15, 1982 to be effective September 13, 1982; amended November 1, 1985 to be effective January 2, 1986; amended July 13, 1994 to be effective September 1, 1994; former text of rule designated as paragraph (a) and amended, paragraph (a) caption added, and new paragraph (b) adopted July 9, 2008 to be effective September 1, 2008.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-2. Guardian Ad Litem<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">An action for the change of name of a minor may be commenced by a parent without the appointment of a guardian ad litem.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-2; amended July 13, 1994 to be effective September 1, 1994.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-3. Notice of Application<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">The court by order shall fix a date for hearing not less than 30 days after the date of the order. Notice of application shall then be published in a newspaper of general circulation in the county of plaintiff\'s residence once, at least two weeks preceding the date of the hearing. The court shall also require, in the case of a minor plaintiff, that notice be served by registered or certified mail, return receipt requested, upon a non-party parent at that parent\'s last known address.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-3. Amended July 7, 1971 to be effective September 13, 1971; amended July 13, 1994 to be effective September 1, 1994; amended July 5, 2000 to be effective September 5, 2000.<\\/span><\\/h6>\\r\\n<h2 style=\\\"line-height: 15.6pt; text-align: justify;\\\">4:72-4. Hearing; Judgment; Publication; Filing<\\/h2>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">On the date fixed for hearing the court, if satisfied from the filed papers, with or without oral testimony, that there is no reasonable objection to the assumption of another name by plaintiff, shall by its judgment authorize plaintiff to assume such other name from and after the time fixed therein, which shall be not less than 30 days from the entry thereof. Within 20 days after entry of judgment, a copy thereof, from which plaintiff\'s social security number shall be redacted, shall be published in a newspaper of general circulation in the county of plaintiff\'s residence, and within 45 days after entry of judgment, the unredacted judgment and affidavit of publication of the judgment shall be filed with the deputy clerk of the Superior Court in the county of venue and a certified copy of the unredacted judgment shall be filed with the appropriate office within the Department of Treasury. If plaintiff has been convicted of a crime or if criminal charges are pending, the clerk shall mail a copy of the judgment to the State Bureau of Identification.<\\/span><\\/p>\\r\\n<h6 style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Note: Source-R.R. 4:91-4; amended July 24, 1978 to be effective September 11, 1978; amended July 11, 1979 to be effective September 10, 1979; amended July 22, 1983 to be effective September 12, 1983; amended July 14, 1992 to be effective September 1, 1992; amended July 13, 1994 to be effective September 1, 1994; amended June 20, 2003 to be effective immediately.<\\/span><\\/h6>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:26:48\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 20:57:34\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:56:50\",\"publish_up\":\"2016-06-24 01:26:48\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"2\",\"metakey\":\"nj name change law, how to change your name in nj\",\"metadesc\":\"Law governing the process of obtaining a name change in NJ. Here you can read the NJ Statutes governing the law of Name Change in NJ. Requirements include court filings, a court appearance and approval of the court.\",\"access\":\"1\",\"hits\":\"124\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1022,8,1,'','2017-02-18 20:58:03',621,47945,'9d726673bbcc6bb9957e84145f3176bae304bdba','{\"id\":\"8\",\"asset_id\":\"69\",\"title\":\"NJ Expungement Law\",\"alias\":\"nj-expungement-law\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>New Jersey Expungement Law<\\/strong><\\/span><\\/h1>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-1. Definition of expungement<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. Except as otherwise provided in this chapter, expungement shall mean the extraction and isolation of all records on file within any court, detention or correctional facility, law enforcement or criminal justice agency concerning a person\\u2019s detection, apprehension, arrest, detention, trial or disposition of an offense within the criminal justice system.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Expunged records shall include complaints, warrants, arrests, commitments, processing records, fingerprints, photographs, index cards, \\u201crap sheets\\u201d and judicial docket records.<br \\/> L.1979, c. 178, s. 108, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-2. Indictable offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been convicted of a crime under the laws of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and has not been adjudged a disorderly person or petty disorderly person on more than two occasions may, after the expiration of a period of 10 years from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Notwithstanding the provisions of the preceding paragraph, on motion of the petitioner, the court shall allow a petition to be filed and presented, and the court may grant an expungement pursuant to this section, although less than 10 years has expired in accordance with the requirements of the preceding paragraph where the court finds:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) less than 10 years has expired from the satisfaction of a fine, but the 10-year time requirement is otherwise satisfied, and the court finds that the person substantially complied with any payment plan ordered pursuant to N.J.S.2C:46-1 et seq., or could not do so due to compelling circumstances affecting his ability to satisfy the fine; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) at least five years has expired from the date of his conviction, payment of fine, satisfactory completion of probation or parole, or release from incarceration, whichever is later; the person has not been convicted of a crime, disorderly persons offense, or petty disorderly persons offense since the time of the conviction; and the court finds in its discretion that expungement is in the public interest, giving due consideration to the nature of the offense, and the applicant\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">In determining whether compelling circumstances exist for the purposes of paragraph (1) of this subsection, a court may consider the amount of the fine or fines imposed, the person\\u2019s age at the time of the offense, the person\\u2019s financial condition and other relevant circumstances regarding the person\\u2019s ability to pay.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Although subsequent convictions for no more than two disorderly or petty disorderly offenses shall not be an absolute bar to relief, the nature of those conviction or convictions and the circumstances surrounding them shall be considered by the court and may be a basis for denial of relief if they or either of them constitute a continuation of the type of unlawful activity embodied in the criminal conviction for which expungement is sought.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Records of conviction pursuant to statutes repealed by this Code for the crimes of murder, manslaughter, treason, anarchy, kidnapping, rape, forcible sodomy, arson, perjury, false swearing, robbery, embracery, or a conspiracy or any attempt to commit any of the foregoing, or aiding, assisting or concealing persons accused of the foregoing crimes, shall not be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for the following crimes specified in the New Jersey Code of Criminal Justice shall not be subject to expungement: Section 2C:11-1 et seq. (Criminal Homicide), except death by auto as specified in section 2C:11-5; section 2C:13-1 (Kidnapping); section 2C:13-6 (Luring or Enticing); section 1 of P.L.2005, c.77 (C.2C:13-8) (Human Trafficking); section 2C:14-2 (Aggravated Sexual Assault); section 2C:14-3a (Aggravated Criminal Sexual Contact); if the victim is a minor, section 2C:14-3b (Criminal Sexual Contact); if the victim is a minor and the offender is not the parent of the victim, section 2C:13-2 (Criminal Restraint) or section 2C:13-3 (False Imprisonment); section 2C:15-1 (Robbery); section 2C:17-1 (Arson and Related Offenses); section 2C:24-4a. (Endangering the welfare of a child by engaging in sexual conduct which would impair or debauch the morals of the child); section 2C:24-4b(4) (Endangering the welfare of a child); section 2C:24-4b. (3) (Causing or permitting a child to engage in a prohibited sexual act); section 2C:24:4b.(5)(a) (Selling or manufacturing child pornography); section 2C:28-1 (Perjury); section 2C:28-2 (False Swearing); section 2C:34-1b.(4) (Knowingly promoting the prostitution of the actor\\u2019s child); section 2 of P.L.2002, c.26 (C.2C:38-2) (Terrorism); subsection a. of section 3 of P.L.2002, c.26 (C.2C:38-3) (Producing or Possessing Chemical Weapons, Biological Agents or Nuclear or Radiological Devices); and conspiracies or attempts to commit such crimes.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">Records of conviction for any crime committed by a person holding any public office, position or employment, elective or appointive, under the government of this State or any agency or political subdivision thereof and any conspiracy or attempt to commit such a crime shall not be subject to expungement if the crime involved or touched such office, position or employment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In the case of conviction for the sale or distribution of a controlled dangerous substance or possession thereof with intent to sell, expungement shall be denied except where the crimes involve:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Marijuana, where the total quantity sold, distributed or possessed with intent to sell was 25 grams or less;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Hashish, where the total quantity sold, distributed or possessed with intent to sell was five grams or less; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Any controlled dangerous substance provided that the conviction is of the third or fourth degree, where the court finds that expungement is consistent with the public interest, giving due consideration to the nature of the offense and the petitioner\\u2019s character and conduct since conviction.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. In the case of a State licensed physician or podiatrist convicted of an offense involving drugs or alcohol or pursuant to section 14 or 15 of P.L.1989, c.300 (C.2C:21-20 or 2C:21-4.1), the court shall notify the State Board of Medical Examiners upon receipt of a petition for expungement of the conviction and records and information pertaining thereto. Amended 1989,c.300,s.23; 1993,c.301; 1994,c.133,s.6. As reported by the Assembly Judiciary Committee on January 28, 2008, with amendments.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-3. Disorderly persons offenses and petty disorderly persons offenses<\\/span><\\/strong><\\/b><br \\/> Any person convicted of a disorderly persons offense or petty disorderly persons offense under the laws of this State who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, or of another three disorderly persons or petty disorderly persons offenses, may, after the expiration of a period of 5 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 hereof to the Superior Court in the county in which the conviction was entered praying that such conviction and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">L.1979, c. 178, s. 110, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 43, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4. Ordinances <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In all cases wherein a person has been found guilty of violating a municipal ordinance of any governmental entity of this State and who has not been convicted of any prior or subsequent crime, whether within this State or any other jurisdiction, and who has not been adjudged a disorderly person or petty disorderly person on more than two occasions, may, after the expiration of a period of 2 years from the date of his conviction, payment of fine, satisfactory completion of probation or release from incarceration, whichever is later, present a duly verified petition as provided in section 2C:52-7 herein to the Superior Court in the county in which the violation occurred praying that such conviction and all records and information pertaining thereto be expunged.L.1979, c. 178, s. 111, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-4.1. Juvenile delinquent; expungement of adjudications and charges a. Any person adjudged a juvenile delinquent may have such adjudication expunged as follows:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Pursuant to N.J.S.2C:52-2, if the act committed by the juvenile would have constituted a crime if committed by an adult;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) Pursuant to N.J.S.2C:52-3, if the act committed by the juvenile would have constituted a disorderly or petty disorderly persons offense if committed by an adult; or<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) Pursuant to N.J.S.2C:52-4, if the act committed by the juvenile would have constituted an ordinance violation if committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">For purposes of expungement, any act which resulted in a juvenile being adjudged a delinquent shall be classified as if that act had been committed by an adult.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Additionally, any person who has been adjudged a juvenile delinquent may have his entire record of delinquency adjudications expunged if:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) Five years have elapsed since the final discharge of the person from legal custody or supervision or 5 years have elapsed after the entry of any other court order not involving custody or supervision, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) He has not been convicted of a crime, or a disorderly or petty disorderly persons offense, or adjudged a delinquent, or in need of supervision, during the 5 years prior to the filing the petition, and no proceeding or complaint is pending seeking such a conviction or adjudication, except that periods of post-incarceration supervision pursuant to section 25 of P.L.1982, c.77 (C.2A:4A-44), shall not be considered in calculating the five-year period for purposes of this paragraph;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(3) He was never adjudged a juvenile delinquent on the basis of an act which if committed by an adult would constitute a crime not subject to expungement under N.J.S.2C:52-2;<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(4) He has never had an adult conviction expunged; and<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(5) He has never had adult criminal charges dismissed following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been charged with an act of delinquency and against whom proceedings were dismissed may have the filing of those charges expunged pursuant to the provisions of N.J.S.2C:52-6. (cf: P.L.1981, c.290, s.44)<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-5. Expungement of records of young drug offenders <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expungement of Records of Young Drug Offenders. Notwithstanding the provisions of sections 2C:52-2 and 2C:52-3, after a period of not less than one year following conviction, termination of probation or parole or discharge from custody, whichever is later, any person convicted of an offense under chapters 35 or 36 of this title for the possession or use of a controlled dangerous substance, convicted of violating P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5), or convicted of violating P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), and who at the time of the offense was 21 years of age or younger, may apply to the Superior Court in the county wherein the matter was disposed of for the expungement of such person\\u2019s conviction and all records pertaining thereto. The relief of expungement under this section shall be granted only if said person has not, prior to the time of hearing, violated any of the conditions of his probation or parole, albeit subsequent to discharge from probation or parole, has not been convicted of any previous or subsequent criminal act or any subsequent or previous violation of chapters 35 or 36 of this title or of P.L. 1955, c. 277, s. 3 (C. 2A:170-77.5) or of P.L. 1962, c. 113, s. 1 (C. 2A:170-77.8), or who has not had a prior or subsequent criminal matter dismissed because of acceptance into a supervisory treatment or other diversion program. This section shall not apply to any person who has been convicted of the sale or distribution of a controlled dangerous substance or possession with the intent to sell any controlled dangerous substance except: (1) Marihuana, where the total sold, distributed or possessed with intent to sell was 25 grams or less, or (2) Hashish, where the total amount sold, distributed or possessed with intent to sell was 5 grams or less. L. 1979, c. 178, s. 111; amended by L. 1987, c. 106, s. 16.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-6. Arrests not resulting in conviction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> a. In all cases, except as herein provided, wherein a person has been arrested or held to answer for a crime, disorderly persons offense, petty disorderly persons offense or municipal ordinance violation under the laws of this State or of any governmental entity thereof and against whom proceedings were dismissed, or who was acquitted, or who was discharged without a conviction or finding of guilt, may at any time following the disposition of proceedings, present a duly verified petition as provided in section 2C:52-7 to the Superior Court in the county in which the disposition occurred praying that records of such arrest and all records and information pertaining thereto be expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. Any person who has had charges dismissed against him pursuant to P.L.1970, c. 226, s. 27 (C. 24:21-27) or pursuant to a program of supervisory treatment, shall be barred from the relief provided in this section until 6 months after the entry of the order of dismissal.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. Any person who has been arrested or held to answer for a crime shall be barred from the relief provided in this section where the dismissal, discharge, or acquittal resulted from a determination that the person was insane or lacked the mental capacity to commit the crime charged. L.1979, c. 178, s. 113, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-7. Petition for expungement <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Every petition for expungement filed pursuant to this chapter shall be verified and include: a. Petitioner\\u2019s date of birth. b. Petitioner\\u2019s date of arrest. c. The statute or statutes and offense or offenses for which petitioner was arrested and of which petitioner was convicted. d. The original indictment, summons or complaint number. e. Petitioner\\u2019s date of conviction, or date of disposition of the matter if no conviction resulted. f. The court\\u2019s disposition of the matter and the punishment imposed, if any.L.1979, c. 178, s. 114, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-8. Statements to accompany petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> There shall be attached to a petition for expungement: a. A statement with the affidavit or verification that there are no disorderly persons, petty disorderly persons or criminal charges pending against the petitioner at the time of filing of the petition for expungement. b. In those instances where the petitioner is seeking the expungement of a criminal conviction, a statement with affidavit or verification that he has never been granted expungement, sealing or similar relief regarding a criminal conviction by any court in this State or other state or by any Federal court. \\u201cSealing\\u201d refers to the relief previously granted pursuant to P.L.1973, c. 191 (C. 2A:85-15 et seq.).c. In those instances where a person has received a dismissal of a criminal charge because of acceptance into a supervisory treatment or any other diversion program, a statement with affidavit or verification setting forth the nature of the original charge, the court of disposition and date of disposition.L.1979, c. 178, s. 115, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-9. Order fixing time for hearing <\\/span><\\/strong><\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Upon the filing of a petition for relief pursuant to this chapter, the court shall, by order, fix a time not less than 35 nor more than 60 days thereafter for hearing of the matter.L.1979, c. 178, s. 116, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-10. Service of petition and documents <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A copy of each petition, together with a copy of all supporting documents, shall be served pursuant to the rules of court upon the Superintendent of State Police; the Attorney General; the county prosecutor of the county wherein the court is located; the chief of police or other executive head of the police department of the municipality wherein the offense was committed; the chief law enforcement officer of any other law enforcement agency of this State which participated in the arrest of the individual; the superintendent or warden of any institution in which the petitioner was confined; and, if a disposition was made by a municipal court, upon the magistrate of that court. Service shall be made within 5 days from the date of the order setting the date for the hearing upon the matter.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-11. Order expungement where no objection prior to hearing <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, prior to the hearing, there is no objection from those law enforcement agencies notified or from those offices or agencies which are required to be served under 2C:52-10, and no reason, as provided in section 2C:52-14, appears to the contrary, the court may, without a hearing, grant an order directing the clerk of the court and all relevant criminal justice and law enforcement agencies to expunge records of said disposition including evidence of arrest, detention, conviction and proceedings related thereto.L.1979, c. 178, s. 118, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-12. Denial of relief although no objection entered<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> In the event that none of the persons or agencies required to be noticed under 2C:52-10 has entered any objection to the relief being sought, the court may nevertheless deny the relief sought if it concludes that petitioner is not entitled to relief for the reasons provided in section 2C:52-14.L.1979, c. 178, s. 119, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-13. When hearing on petition for expungement shall not be held <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> No petition for relief made pursuant to this section shall be heard by any court if the petitioner, at the time of filing or date of hearing, has a charge or charges pending against him which allege the commission of a crime, disorderly persons offense or petty disorderly persons offense. Such petition shall not be heard until such times as all pending criminal and or disorderly persons charges are adjudicated to finality.L.1979, c. 178, s. 120, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-14. Grounds for denial of relief 2C:52-14. <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> A petition for expungement filed pursuant to this chapter shall be denied when:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">a. Any statutory prerequisite, including any provision of this chapter, is not fulfilled or there is any other statutory basis for denying relief.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">b. The need for the availability of the records outweighs the desirability of having a person freed from any disabilities as otherwise provided in this chapter. An application may be denied under this subsection only following objection of a party given notice pursuant to 2C:52-10 and the burden of asserting such grounds shall be on the objector, except that in regard to expungement sought for third or fourth degree drug offenses pursuant to paragraph (3) of subsection c. of N.J.S.2C:52-2, the court shall consider whether this factor applies regardless of whether any party objects on this basis.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">c. In connection with a petition under section 2C:52-6, the acquittal, discharge or dismissal of charges resulted from a plea bargaining agreement involving the conviction of other charges. This bar, however, shall not apply once the conviction is itself expunged.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">d. The arrest or conviction sought to be expunged is, at the time of hearing, the subject matter of civil litigation between the petitioner or his legal representative and the State, any governmental entity thereof or any State agency and the representatives or employees of any such body.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">e. A person has had a previous criminal conviction expunged regardless of the lapse of time between the prior expungement, or sealing under prior law, and the present petition. This provision shall not apply:<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(1) When the person is seeking the expungement of a municipal ordinance violation or,<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">(2) When the person is seeking the expungement of records pursuant to section 2C:52-6.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">f. The person seeking the relief of expungement of a conviction for a disorderly persons, petty disorderly persons, or criminal offense has prior to or subsequent to said conviction been granted the dismissal of criminal charges following completion of a supervisory treatment or other diversion program.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">4. This act shall take effect on the 60th day after enactment.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-15. Records to be removed; control <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If an order of expungement of records of arrest or conviction under this chapter is granted by the court, all the records specified in said order shall be removed from the files of the agencies which have been noticed of the pendency of petitioner\\u2019s motion and which are, by the provisions of this chapter, entitled to notice, and shall be placed in the control of a person who has been designated by the head of each such agency which, at the time of the hearing, possesses said records. That designated person shall, except as otherwise provided in this chapter, insure that such records or the information contained therein are not released for any reason and are not utilized or referred to for any purpose. In response to requests for information or records of the person who was arrested or convicted, all noticed officers, departments and agencies shall reply, with respect to the arrest, conviction or related proceedings which are the subject of the order, that there is no record information.L.1979, c. 178, s. 122, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-16. Expunged record including names of persons other than petitioner<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any record or file which is maintained by a judicial or law enforcement agency, or agency in the criminal justice system, which is the subject of an order of expungement which includes the name or names of persons other than that of the petitioner need not be isolated from the general files of the agency retaining same if the other persons named in said record or file have not been granted an order of expungement of said record, provided that a copy of the record shall be given to the person designated in 2C:52-15 and the original shall remain in the agency\\u2019s general files with the petitioner\\u2019s name and other personal identifiers obliterated and deleted.L.1979, c. 178, s. 123, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-17. Use of expunged records by agencies on pending petition for expungement<\\/span><\\/strong><\\/b><br \\/> Expunged records may be used by the agencies that possess same to ascertain whether a person has had prior conviction expunged, or sealed under prior law, when the agency possessing the record is noticed of a pending petition for the expungement of a conviction. Any such agency may supply information to the court wherein the motion is pending and to the other parties who are entitled to notice pursuant to 2C:52-10.L.1979, c. 178, s. 124, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-18. Supplying information to violent crimes compensation board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Information contained in expunged records may be supplied to the Violent Crimes Compensation Board, in conjunction with any claim which has been filed with said board.L.1979, c. 178, s. 125, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-19. Order of superior court permitting inspection of records or release of information; limitations <\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Inspection of the files and records, or release of the information contained therein, which are the subject of an order of expungement, or sealing under prior law, may be permitted by the Superior Court upon motion for good cause shown and compelling need based on specific facts. The motion or any order granted pursuant thereto shall specify the person or persons to whom the records and information are to be shown and the purpose for which they are to be utilized. Leave to inspect shall be granted by the court only in those instances where the subject matter of the records of arrest or conviction is the object of litigation or judicial proceedings. Such records may not be inspected or utilized in any subsequent civil or criminal proceeding for the purposes of impeachment or otherwise but may be used for purposes of sentencing on a subsequent offense after guilt has been established.L.1979, c. 178, s. 126, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-20. Use of expunged records in conjunction with supervisory treatment or diversion programs<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records may be used by any judge in determining whether to grant or deny the person\\u2019s application for acceptance into a supervisory treatment or diversion program for subsequent charges. Any expunged records which are possessed by any law enforcement agency may be supplied to the Attorney General, any county prosecutor or judge of this State when same are requested and are to be used for the purpose of determining whether or not to accept a person into a supervisory treatment or diversion program for subsequent charges.L.1979, c. 178, s. 127, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-21. Use of expunged records in conjunction with setting bail, presentence report or sentencing<\\/span><\\/strong><b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior arrests or convictions shall be provided to any judge, county prosecutor, probation department or the Attorney General when same are requested for use in conjunction with a bail hearing or for the preparation of a presentence report or for purpose of sentencing.L.1979, c. 178, s. 128, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-22. Use of expunged records by parole board<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, or sealed records under prior law, of prior disorderly persons, petty disorderly persons and criminal convictions shall be provided to the Parole Board when same are requested for the purpose of evaluating the granting of parole to the person who is the subject of said records. Such sealed or expunged records may be used by the Parole Board in the same manner and given the same weight in its considerations as if the records had not been expunged or sealed.L.1979, c. 178, s. 129, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-23. Use of expunged records by department of corrections<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Expunged records, and records sealed under prior law, shall be provided to the Department of Corrections for its use solely in the classification, evaluation and assignment to correctional and penal institutions of persons placed in its custody.L.1979, c. 178, s. 130, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-24. County prosecutor\\u2019s obligation to ascertain propriety of petition<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Notwithstanding the notice requirements provided herein, it shall be the obligation of the county prosecutor of the county wherein any petition for expungement is filed to verify the accuracy of the allegations contained in the petition for expungement and to bring to the court\\u2019s attention any facts which may be a bar to, or which may make inappropriate the granting of, such relief. If no disabling, adverse or relevant information is ascertained other than that as included in the petitioner\\u2019s affidavit, such facts shall be communicated by the prosecutor to the hearing judge.L.1979, c. 178, s. 131, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-25. Retroactive application<\\/span><\\/strong><\\/b><br \\/> This chapter shall apply to arrests and convictions which occurred prior to, and which occur subsequent to, the effective date of this act.L.1979, c. 178, s. 132, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-26. Vacating of orders of sealing; time; basis<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> If, within 5 years of the entry of an expungement order, any party to whom notice is required to be given pursuant to section 2C:52-10 notifies the court which issued the order that at the time of the petition or hearing there were criminal, disorderly persons or petty disorderly persons charges pending against the person to whom the court granted such order, which charges were not revealed to the court at the time of hearing of the original motion or that there was some other statutory disqualification, said court shall vacate the expungement order in question and reconsider the original motion in conjunction with the previously undisclosed information.L.1979, c. 178, s. 133, eff. Sept. 1, 1979.<br \\/> <b><br \\/> <strong><span style=\\\"font-family: Tahoma;\\\">2C:52-27. Effect of expungement<\\/span><\\/strong><\\/b><br \\/> Unless otherwise provided by law, if an order of expungement is granted, the arrest, conviction and any proceedings related thereto shall be deemed not to have occurred, and the petitioner may answer any questions relating to their occurrence accordingly, except as follows:a. The fact of an expungement, sealing or similar relief shall be disclosed as provided in section 2C:52-8b.b. The fact of an expungement of prior charges which were dismissed because of the person\\u2019s acceptance into and successful completion of a supervisory treatment or other diversion program shall be disclosed by said person to any judge who is determining the propriety of accepting said person into a supervisory treatment or other diversion program for subsequent criminal charges; andc. Information divulged on expunged records shall be revealed by a petitioner seeking employment within the judicial branch or with a law enforcement or corrections agency and such information shall continue to provide a disability as otherwise provided by law.L.1979, c. 178, s. 134, eff. Sept. 1, 1979. Amended by L.1981, c. 290, s. 45, eff. Sept. 24, 1981.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-28. Motor vehicle offenses<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing contained in this chapter shall apply to arrests or conviction for motor vehicle offenses contained in Title 39.L.1979, c. 178, s. 135, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-29. Fee<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Any person who files an application pursuant to this chapter shall pay to the State Treasurer a fee of $30.00 to defer administrative costs in processing an application hereunder.L.1979, c. 178, s. 136, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-30. Disclosure of expungement order<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Except as otherwise provided in this chapter, any person who reveals to another the existence of an arrest, conviction or related legal proceeding with knowledge that the records and information pertaining thereto have been expunged or sealed is a disorderly person. Notwithstanding the provisions of section 2C:43-3, the maximum fine which can be imposed for violation of this section is $200.00.L.1979, c. 178, s. 137, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-31. Limitation<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> Nothing provided in this chapter shall be interpreted to permit the expungement of records contained in the Controlled Dangerous Substances Registry created pursuant to P.L.1970, c. 227 (C. 26:2G-17 et seq.), or the registry created by the Administrative Office of the Courts pursuant to section 2C:43-21.L.1979, c. 178, s. 138, eff. Sept. 1, 1979.<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 15.6pt; text-align: justify;\\\"><strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\">2C:52-32. Construction<\\/span><\\/strong><span style=\\\"font-size: 14.0pt; font-family: Tahoma; color: #333333;\\\"><br \\/> This chapter shall be construed with the primary objective of providing relief to the one-time offender who has led a life of rectitude and disassociated himself with unlawful activity, but not to create a system whereby periodic violators of the law or those who associate themselves with criminal activity have a regular means of expunging their police and criminal records.L.1979, c. 178, s. 139, eff. Sept. 1, 1979.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-24 01:03:29\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 20:58:03\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:57:44\",\"publish_up\":\"2016-06-24 01:03:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"4\",\"metakey\":\"NJ expungement law, how to get an expumgement in nj\",\"metadesc\":\"Law governing the process of obtaining an expungement in NJ. Here you can read the New Jersey Statutes governing the law of Expungement in NJ. Requirements differ for felonies, misdemeanors, ordinance violations, etc.\",\"access\":\"1\",\"hits\":\"127\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1023,7,1,'','2017-02-18 20:58:34',621,75614,'caaba4765ee1683eef204c06c978b10ffd0e2c1f','{\"id\":\"7\",\"asset_id\":\"66\",\"title\":\"NJ DWI\\/DUI Law\",\"alias\":\"nj-dwi-dui-law\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>New Jersey DWI\\/DUI Law<\\/strong><\\/span><\\/h1>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: left;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DWI - N.J.S.A. 39:4-50 <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Except as provided in subsection (g) of this section, a person who operates a motor vehicle while under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug, or operates a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood or permits another person who is under the influence of intoxicating liquor, narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control or permits another to operate a motor vehicle with a blood alcohol concentration of 0.08% or more by weight of alcohol in the defendant\'s blood shall be subject <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .08% BAC or \\u201cUnder The Influence\\u201d <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) For the first offense: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) if the person\'s blood alcohol concentration is 0.08% or higher but less than 0.10%, or the person operates a motor vehicle while under the influence of intoxicating liquor, or the person permits another person who is under the influence of intoxicating liquor to operate a motor vehicle owned by him or in his custody or control or permits another person with a blood alcohol concentration of 0.08% or higher but less than 0.10% to operate a motor vehicle, to a fine of not less than $250 nor more than $400 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of three months; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 FIRST OFFENSE .10% BAC or Higher orUnder The Influence of Drugs. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(ii) if the person\'s blood alcohol concentration is 0.10% or higher, or the person operates a motor vehicle while under the influence of narcotic, hallucinogenic or habit-producing drug, or the person permits another person who is under the influence of narcotic, hallucinogenic or habit-producing drug to operate a motor vehicle owned by him or in his custody or control, or permits another person with a blood alcohol concentration of 0.10% or more to operate a motor vehicle, to a fine of not less than $300 nor more than $500 and a period of detainment of not less than 12 hours nor more than 48 hours spent during two consecutive days of not less than six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers established under subsection (f) of this section and, in the discretion of the court, a term of imprisonment of not more than 30 days and shall forthwith forfeit his right to operate a motor vehicle over the highways of this State for a period of not less than seven months nor more than one year; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(iii) For a first offense, a person also shall be subject to the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 SECOND OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) For a second violation, a person shall be subject to a fine of not less than $500.00 nor more than $1,000.00, and shall be ordered by the court to perform community service for a period of 30 days, which shall be of such form and on such terms as the court shall deem appropriate under the circumstances, and shall be sentenced to imprisonment for a term of not less than 48 consecutive hours, which shall not be suspended or served on probation, nor more than 90 days, and shall forfeit his right to operate a motor vehicle over the highways of this State for a period of two years upon conviction, and, after the expiration of said period, he may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator, consistent with subsection (b) of this section. For a second violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for two years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 THIRD OR SUBSEQUENT OFFENSE<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) For a third or subsequent violation, a person shall be subject to a fine of $1,000.00, and shall be sentenced to imprisonment for a term of not less than 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center and shall thereafter forfeit his right to operate a motor vehicle over the highways of this State for 10 years. For a third or subsequent violation, a person also shall be required to install an ignition interlock device under the provisions of P.L.1999, c. 417 (C.39:4-50.16 et al.) or shall have his registration certificate and registration plates revoked for 10 years under the provisions of section 2 of P.L.1995, c. 286 (C.39:3-40.1). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, the phrase \\\"narcotic, hallucinogenic or habit-producing drug\\\" includes an inhalant or other substance containing a chemical capable of releasing any toxic vapors or fumes for the purpose of inducing a condition of intoxication, such as any glue, cement or any other substance containing one or more of the following chemical compounds: acetone and acetate, amyl nitrite or amyl nitrate or their isomers, benzene, butyl alcohol, butyl nitrite, butyl nitrate or their isomers, ethyl acetate, ethyl alcohol, ethyl nitrite or ethyl nitrate, ethylene dichloride, isobutyl alcohol or isopropyl alcohol, methyl alcohol, methyl ethyl ketone, nitrous oxide, n-propyl alcohol, pentachlorophenol, petroleum ether, propyl nitrite or propyl nitrate or their isomers, toluene, toluol or xylene or any other chemical substance capable of causing a condition of intoxication, inebriation, excitement, stupefaction or the dulling of the brain or nervous system as a result of the inhalation of the fumes or vapors of such chemical substance. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">PROBABLE CAUSE WHEN THERE IS AN ACCIDENT <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Whenever an operator of a motor vehicle has been involved in an accident resulting in death, bodily injury or property damage, a police officer shall consider that fact along with all other facts and circumstances in determining whether there are reasonable grounds to believe that person was operating a motor vehicle in violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A conviction of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this<a name=\\\"SDU_7\\\"><\\/a> subsection unless the defendant can demonstrate by clear and convincing evidence that the conviction in the other jurisdiction was based exclusively upon a violation of a proscribed blood alcohol concentration of less than 0.08%. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If the driving privilege of any person is under revocation or suspension for a violation of any provision of this Title or Title 2C of the New Jersey Statutes at the time of any conviction for a violation of this section, the revocation or suspension period imposed shall commence as of the date of termination of the existing revocation or suspension period. In the case of any person who at the time of the imposition of sentence is less than 17 years of age, the forfeiture, suspension or revocation of the driving privilege imposed by the court under this section shall commence immediately, run through the offender\'s seventeenth birthday and continue from that date for the period set by the court pursuant to paragraphs (1) through (3) of this subsection. A court that imposes a term of imprisonment for a first or second offense under this section may sentence the person so convicted to the county jail, to the workhouse of the county wherein the offense was committed, to an inpatient rehabilitation program or to an Intoxicated Driver Resource Center or other facility approved by the chief of the Intoxicated Driving Program Unit in the Department of Health and Senior Services. For a third or subsequent offense a person shall not serve a term of imprisonment at an Intoxicated Driver Resource Center as provided in subsection (f). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A person who has been convicted of a previous violation of this section need not be charged as a second or subsequent offender in the complaint made against him in order to render him liable to the punishment imposed by this section on a second or subsequent offender, but if the second offense occurs more than 10 years after the first offense, the court shall treat the second conviction as a first offense for sentencing purposes and if a third offense occurs more than 10 years after the second offense, the court shall treat the third conviction as a second offense for sentencing purposes. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A person convicted under this section must satisfy the screening, evaluation, referral, program and fee requirements of the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit, and of the Intoxicated Driver Resource Centers and a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. The sentencing court shall inform the person convicted that failure to satisfy such requirements shall result in a mandatory two-day term of imprisonment in a county jail and a driver license revocation or suspension and continuation of revocation or suspension until such requirements are satisfied, unless stayed by court order in accordance with the Rules Governing the Courts of the State of New Jersey, or R.S.39:5-22. Upon sentencing, the court shall forward to the Division of Alcoholism and Drug Abuse\'s Intoxicated Driving Program Unit a copy of a person\'s conviction record. A fee of $100.00 shall be payable to the Alcohol Education, Rehabilitation and Enforcement Fund established pursuant to section 3 of P.L. 1983, c. 531 (C.26:2B-32) to support the Intoxicated Driving Program Unit. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">COURT NOTICE REQUIREMENTS TO PERSON CONVICTED<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) Upon conviction of a violation of this section, the court shall collect forthwith the New Jersey driver\'s license or licenses of the person so convicted and forward such license or licenses to the chief administrator. The court shall inform the person convicted that if he is convicted of personally operating a motor vehicle during the period of license suspension imposed pursuant to subsection (a) of this section, he shall, upon conviction, be subject to the penalties established in R.S.39:3-40. The person convicted shall be informed orally and in writing. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of R.S.39:3-40. In the event that a person convicted under this section is the holder of any out-of-State driver\'s license, the court shall not collect the license but shall notify forthwith the chief administrator, who shall, in turn, notify appropriate officials in the licensing jurisdiction. The court shall, however, revoke the nonresident\'s driving privilege to operate a motor vehicle in this State, in accordance with this section. Upon conviction of a violation of this section, the court shall notify the person convicted, orally and in writing, of the penalties for a second, third or subsequent violation of this section. A person shall be required to acknowledge receipt of that written notice in writing. Failure to receive a written notice or failure to acknowledge in writing the receipt of a written notice shall not be a defense to a subsequent charge of a violation of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The chief administrator shall promulgate rules and regulations pursuant to<a name=\\\"SDU_11\\\"><\\/a> the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.) in order to establish a program of alcohol education and highway safety, as prescribed by this act. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DEFENSE RIGHTS TO DISCOVERY <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) Any person accused of a violation of this section who is liable to punishment imposed by this section as a second or subsequent offender shall be entitled to the same rights of discovery as allowed defendants pursuant to the Rules Governing the Courts of the State of New Jersey. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">INTOXICATED DRIVER RESOURCE CENTER<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(f) The counties, in cooperation with the Division of Alcoholism and Drug Abuse and the commission, but subject to the approval of the Division of Alcoholism and Drug Abuse, shall designate and establish on a county or regional basis Intoxicated Driver Resource Centers. These centers shall have the capability of serving as community treatment referral centers and as court monitors of a person\'s compliance with the ordered treatment, service alternative or community service. All centers established pursuant to this subsection shall be administered by a counselor certified by the Alcohol and Drug Counselor Certification Board of New Jersey or other professional with a minimum of five years\' experience in the treatment of alcoholism. All centers shall be required to develop individualized treatment plans for all persons attending the centers; provided that the duration of any ordered treatment or referral shall not exceed one year. It shall be the center\'s responsibility to establish networks with the community alcohol and drug education, treatment and rehabilitation resources and to receive monthly reports from the referral agencies regarding a person\'s participation and compliance with the program. Nothing in this subsection shall bar these centers from developing their own education and treatment programs; provided that they are approved by the Division of Alcoholism and Drug Abuse. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Upon a person\'s failure to report to the initial screening or any subsequent ordered referral, the Intoxicated Driver Resource Center shall promptly notify the sentencing court of the person\'s failure to comply. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Required detention periods at the Intoxicated Driver Resource Centers shall be determined according to the individual treatment classification assigned by the Intoxicated Driving Program Unit. Upon attendance at an Intoxicated Driver Resource Center, a person shall be required to pay a per diem fee of $75.00 for the first offender program or a per diem fee of $100.00 for the second offender program, as appropriate. Any increases in the per diem fees after the first full year shall be determined pursuant to rules and regulations adopted by the Commissioner of Health and Senior Services in consultation with the Governor\'s Council on Alcoholism and Drug Abuse pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.). <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The centers shall conduct a program of alcohol and drug education and highway safety, as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Commissioner of Health and Senior Services shall adopt rules and regulations pursuant to the \\\"Administrative Procedure Act,\\\" P.L.1968, c. 410 (C.52:14B-1 et seq.), in order to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">VIOLATIONS IN SCHOOL ZONE(S)<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(g) When a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution, the convicted person shall: for a first offense, be fined not less than $500 or more than $800, be imprisoned for not more than 60 days and have his license to operate a motor vehicle suspended for a period of not less than one year or more than two years; for a second offense, be fined not less than $1,000 or more than $2,000, perform community service for a period of 60 days, be imprisoned for not less than 96 consecutive hours, which shall not be suspended or served on probation, nor more than 180 days, except that the court may lower such term for each day, not exceeding 90 days, served performing community service in such form and on such terms as the court shall deem appropriate under the circumstances and have his license to operate a motor vehicle suspended for a period of four years; and, for a third offense, be fined $2,000, imprisoned for 180 days in a county jail or workhouse, except that the court may lower such term for each day, not exceeding 90 days, served participating in a drug or alcohol inpatient rehabilitation program approved by the Intoxicated Driver Resource Center, and have his license to operate a motor vehicle suspended for a period of 20 years; the period of license suspension shall commence upon the completion of any prison sentence imposed upon that person. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">DISCRETIONARY SENTENCING ISSUES <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(h) A court also may order a person convicted pursuant to subsection a. of this section, to participate in a supervised visitation program as either a condition of probation or a form of community service, giving preference to those who were under the age of 21 at the time of the offense. Prior to ordering a person to participate in such a program, the court may consult with any person who may provide useful information on the defendant\'s physical, emotional and mental suitability for the visit to ensure that it will not cause any injury to the defendant. The court also may order that the defendant participate in a counseling session under the supervision of the Intoxicated Driving Program Unit prior to participating in the supervised visitation<a name=\\\"SDU_17\\\"><\\/a> program. The supervised visitation program shall be at one or more of the following facilities which have agreed to participate in the program under the supervision of the facility\'s personnel and the probation department: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) a trauma center, critical care center or acute care hospital having basic emergency services, which receives victims of motor vehicle accidents for the purpose of observing appropriate victims of drunk drivers and victims who are, themselves, drunk drivers; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) a facility which cares for advanced alcoholics or drug abusers, to observe persons in the advanced stages of alcoholism or drug abuse; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) if approved by a county medical examiner, the office of the county medical examiner or a public morgue to observe appropriate victims of vehicle accidents involving drunk drivers. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">As used in this section, \\\"appropriate victim\\\" means a victim whose condition is determined by the facility\'s supervisory personnel and the probation officer to be appropriate for demonstrating the results of accidents involving drunk drivers without being unnecessarily gruesome or traumatic to the defendant. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">If at any time before or during a visitation the facility\'s supervisory personnel and the probation officer determine that the visitation may be or is traumatic or otherwise inappropriate for that defendant, the visitation shall be terminated without prejudice to the defendant. The program may include a personal conference after the visitation, which may include the sentencing judge or the judge who coordinates the program for the court, the defendant, defendant\'s counsel, and, if available, the defendant\'s parents to discuss the visitation and its effect on the defendant\'s future conduct. If a personal conference is not practicable because of the defendant\'s absence from the jurisdiction, conflicting time schedules, or any other reason, the court shall require the defendant to submit a written report concerning the visitation experience and its impact on the defendant. The county, a court, any facility visited pursuant to the program, any agents, employees, or independent contractors of the court, county, or facility visited pursuant to the program, and any person supervising a defendant during the visitation, are not liable for any civil damages resulting from injury to the defendant, or for civil damages associated with the visitation which are caused by the defendant, except for willful or grossly negligent acts intended to, or reasonably expected to result in, that injury or damage. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Supreme Court may adopt court rules or directives to effectuate the purposes of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER ASSESSMENTS <\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(i) In addition to any other fine, fee, or other charge imposed pursuant to law, the court shall assess a person convicted of a violation of the provisions of this section a surcharge of $100, of which amount $50 shall be payable to the municipality in which the conviction was obtained and $50 shall be payable to the Treasurer of the State of New Jersey for deposit into the General Fund.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">MISCELLANEOUS OTHER SENTENCING ISSUES<\\/span><\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51<\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. A person who has been convicted of a first or second violation of section 39:4-50 of this Title, and in pursuance thereof has been imprisoned in a county jail or workhouse in the county in which the offense was committed, shall not, after commitment, be released therefrom until the term of imprisonment imposed has been served. A person imprisoned in the county jail or workhouse may in the discretion of the court, be released on a work release program.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">No warden or other officer having custody of the county jail or workhouse shall release therefrom a person so committed, unless the person has been released by the court on a work release program, until the sentence has been served. A person sentenced to an inpatient rehabilitation program may upon petition by the treating agency be released, by the court, to an outpatient rehabilitation program for the duration of the original sentence. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Nothing in this section shall be construed to interfere in any way with the operation of a writ of habeas corpus, a proceeding in lieu of the prerogative writs, or an appeal. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The chief administrator shall adopt such rules and regulations to effectuate the provisions of this section as he shall deem necessary. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: black; background: white;\\\"><br \\/> <br \\/> <\\/span><a name=\\\"SearchTerm\\\"><\\/a><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.16. <\\/span><\\/b><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The Legislature finds and declares:<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. This State\'s penalties for drunk driving, including the mandatory suspension of driver\'s licenses and counseling for offenders, are among the strongest in the nation. However, despite the severity of existing penalties, far too many persons who have been convicted under the drunk driving law continue to imperil the lives of their fellow citizens by driving while intoxicated. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. Ignition interlock devices, which permit a motor vehicle to be started only when the driver is sober, offer a technically feasible and effective means of further reducing the incidence of drunk driving. The use of these devices was initiated in California in 1986 and, according to the National Highway Traffic Safety Administration, they are presently being used or tested in at least 37 states. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The judicious deployment of ignition interlock devices, as provided under this act, will enhance and strengthen this State\'s existing efforts to keep drunk drivers off the highways. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-50.17<\\/span><\\/b><a name=\\\"SR;129\\\"><\\/a><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">. <b style=\\\"mso-bidi-font-weight: normal;\\\">Interlock device as additional penalty<\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. In sentencing a first offender under R.S.39: 4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender following the expiration of the period of license suspension imposed under that section. The device shall remain installed for not less than six months or more than one year, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. In sentencing a second or subsequent offender under R.S.39:4-50, the court may order, in addition to any other penalty imposed by that section, the installation of an interlock device in every motor vehicle owned, leased or regularly operated by the offender. The device shall remain installed for not less than one year or more than three years, commencing immediately upon the return of the offender\'s driver\'s license after the required period of suspension has been served. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. The court shall require that, for the duration of its order, an offender shall drive no vehicle other than one in which an interlock device has been installed pursuant to the order. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">d. As used in this act, \\\"ignition interlock device\\\" or \\\" device\\\" means a blood alcohol equivalence measuring device which will prevent a motor vehicle from starting if the operator\'s blood alcohol content exceeds a predetermined level when the operator blows into the device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.18<\\/b>. <b style=\\\"mso-bidi-font-weight: normal;\\\">Notification of the Director of the Division of Motor Vehicles. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The court shall notify the Director of the Division of Motor Vehicles when a person has been ordered to install an interlock device in a vehicle owned, leased or regularly operated by the person. The division shall require that the device be installed before reinstatement of the person\' s driver\'s license that has been suspended pursuant to R.S.39:4-50. The division shall imprint a notation on the driver\'s license stating that the person shall not operate a motor vehicle unless it is equipped with an interlock device and shall enter this requirement in the person\'s driving record.<\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-50.19. Failure to install interlock device; penalties <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person who fails to install an interlock device ordered by the court in a motor vehicle owned, leased or regularly operated by him shall have his driver\'s license suspended for one year, in addition to any other suspension or revocation imposed under R.S.39:4-50, unless the court determines a valid reason exists for the failure to comply. A person in whose vehicle an interlock device is installed pursuant to a court order who drives that vehicle after it has been started by any means other than his own blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for one year, in addition to any other penalty applicable by law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person is a disorderly person who: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) Blows into an interlock device or otherwise starts a motor vehicle equipped with such a device for the purpose of providing an operable motor vehicle to a person who has been ordered by the court to install the device in the vehicle. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) Tampers or in any way circumvents the operation of an interlock device. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) Knowingly rents, leases or lends a motor vehicle not equipped with an interlock device to a person who has been ordered by the court to install an interlock device in a vehicle he owns, leases or regularly operates. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <br style=\\\"mso-special-character: line-break;\\\" \\/> <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">CONSENT TO GIVING BREATH SAMPLES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.2. <\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(a) Any person who operates a motor vehicle on any public road, street or highway or quasi-public area in this State shall be deemed to have given his consent to the taking of samples of his breath for the purpose of making chemical tests to determine the content of alcohol in his blood; provided, however, that the taking of samples is made in accordance with the provisions of this act and at the request of a police officer who has reasonable grounds to believe that such person has been operating a motor vehicle in violation of the provisions of R.S. 39:4-50. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(b) A record of the taking of any such sample, disclosing the date and time thereof, as well as the result of any chemical test, shall be made and a copy thereof, upon his request, shall be furnished or made available to the person so tested. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(c) In addition to the samples taken and tests made at the direction of a police officer hereunder, the person tested shall be permitted to have such samples taken and chemical tests of his breath, urine or blood made by a person or physician of his own selection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(d) The police officer shall inform the person tested of his rights under subsections (b) and (c) of this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(e) No chemical test, as provided in this section, or specimen necessary thereto, may be made or taken forcibly and against physical resistance thereto by the defendant. The police officer shall, however, inform the person arrested of the consequences of refusing to submit to such test in accordance with section 2 of this amendatory and supplementary act. [FN1] A standard statement, prepared by the director, shall be read by the police officer to the person under arrest. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">REFUSAL TO SUBMIT PENALTIES<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.4<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; background: white; margin: 0in 8.95pt .0001pt 53.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. Except as provided in subsection b. of this section, the municipal court shall revoke the right to operate a motor vehicle of any operator who, after being arrested for a violation of R.S.39:4-50, shall refuse to submit to a test provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) when requested to do so, for not less than seven months or more than one year unless the refusal was in connection with a second offense under this section, in which case the revocation period shall be for two years or unless the refusal was in connection with a third or subsequent offense under this section in which case the revocation shall be for ten years. A conviction or administrative determination of a violation of a law of a substantially similar nature in another jurisdiction, regardless of whether that jurisdiction is a signatory to the Interstate Driver License Compact pursuant to P.L.1966, c. 73 (C.39:5D-1 et seq.), shall constitute a prior conviction under this section. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The municipal court shall determine by a preponderance of the evidence whether the arresting officer had probable cause to believe that the person had been driving or was in actual physical control of a motor vehicle on the public highways or quasi-public areas of this State while the person was under the influence of intoxicating liquor or a narcotic, hallucinogenic, or habit-producing drug or marijuana; whether the person was placed under arrest, if appropriate, and whether he refused to submit to the test upon request of the officer; and if these elements of the violation are not established, no conviction shall issue. In addition to any other requirements provided by law, a person whose operator\'s license is revoked for refusing to submit to a test shall be referred to an Intoxicated Driver Resource Center established by subsection (f.) of R.S.39:4-50 and shall satisfy the same requirements of the center for refusal to submit to a test as provided for in section 2 of P.L.1966, c. 142 (C.39:4-50.2) in connection with a first, second, third or subsequent offense under this section that must be satisfied by a person convicted of a commensurate violation of this section, or be subject to the same penalties as such a person for failure to do so. For a first offense, the revocation may be concurrent with or consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50 arising out of the same incident. For a second or subsequent offense, the revocation shall be consecutive to any revocation imposed for a conviction under the provisions of R.S.39:4-50. In addition to issuing a revocation, except as provided in subsection b. of this section, the municipal court shall fine a person convicted under this section, a fine of not less than $300 or more than $500 for a first offense; a fine of not less than $500 or more than $1,000 for a second offense; and a fine of $1,000 for a third or subsequent offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. For a first offense, the fine imposed upon the convicted person shall be not less than $600 or more than $1,000 and the period of license suspension shall be not less than one year or more than two years; for a second offense, a fine of not less than $1,000 or more than $2,000 and a license suspension for a period of four years; and for a third or subsequent offense, a fine of $2,000 and a license suspension for a period of 20 years when a violation of this section occurs while: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(1) on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(2) driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">(3) driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1997, c. 101 (C.2C:35-7) may be used in a prosecution under paragraph (1) of this subsection. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">It shall not be relevant to the imposition of sentence pursuant to paragraph (1) or (2) of this subsection that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">UNDERAGE DRIVING AFTER DRINKING<\\/span><\\/span><\\/b><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"> \\u2013 N.J.S.A. 39:4-50.14<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 8.95pt .0001pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">Any person under the legal age to purchase alcoholic beverages who operates a motor vehicle with a blood alcohol concentration of 0.01% or more, but less than 0.08% , by weight of alcohol in his blood, shall forfeit his right to operate a motor vehicle over the highways of this State or shall be prohibited from obtaining a license to operate a motor vehicle in this State for a period of not less than 30 or more than 90 days beginning on the date he becomes eligible to obtain a license or on the day of conviction, whichever is later, and shall perform community service for a period of not less than 15 or more than 30 days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">In addition, the person shall satisfy the program and fee requirements of an Intoxicated Driver Resource Center or participate in a program of alcohol education and highway safety as prescribed by the chief administrator. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">The penalties provided under the provisions of this section shall be in addition to the penalties which the court may impose under N.J.S.2C:33-15, R. S.33:1-81, R.S.39:4-50 or any other law. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">DWI WITH MINOR PASSENGER IN CAR<\\/span> \\u2013 N.J.S.A. 39:4-50.15 <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 2.25pt 8.95pt 2.25pt 8.95pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. As used in this act: <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Minor\\\" means a person who is 17 years of age or younger. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">\\\"Parent or guardian\\\" means any natural parent, adoptive parent, resource family parent, stepparent, or any person temporarily responsible for the care, custody or control of a minor or upon whom there is a legal duty for such care, custody or control. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A parent or guardian who is convicted of a violation of R.S.39:4-50 and who, at the time of the violation, has a minor as a passenger in the motor vehicle is guilty of a disorderly persons offense. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. In addition to the penalties otherwise prescribed by law, a person who is convicted under subsection b. of this section shall forfeit the right to operate a motor vehicle over the highways of this State for a period of not more than six months and shall be ordered to perform community service for a period of not more than five days. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: center; line-height: 15.6pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"text-decoration: underline;\\\">CONSUMING OR POSSESSING OPEN CONTAINERS OF ALCOHOL<\\/span> <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><b style=\\\"mso-bidi-font-weight: normal;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">N.J.S.A. 39:4-51a.Consumption By Operator Or Passenger.<\\/span><\\/b><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. A person shall not consume an alcoholic beverage while operating a motor vehicle. A passenger in a motor vehicle shall not consume an alcoholic beverage while the motor vehicle is being operated. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall be presumed to have consumed an alcoholic beverage in violation of this section if an unsealed container of an alcoholic beverage is located in the passenger compartment of the motor vehicle, the contents of the alcoholic beverage have been partially consumed and the physical appearance or conduct of the operator of the motor vehicle or a passenger may be associated with the consumption of an alcoholic beverage. For the purposes of this section, the term \\\"unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For the first offense, a person convicted of violating this section shall be fined $200.00 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250.00 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\"><br \\/> <b style=\\\"mso-bidi-font-weight: normal;\\\">N.J.S.A. 39:4-51b.<\\/b> <b style=\\\"mso-bidi-font-weight: normal;\\\">Open Containers By Occupants Of Motor Vehicle. <\\/b><\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">a. All occupants of a motor vehicle located on a public highway, or the right-of-way of a public highway, shall be prohibited from possessing any open or unsealed alcoholic beverage container. This subsection shall not apply to a passenger of a charter or special bus operated as defined under R.S.48:4-1 or a limousine service. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">b. A person shall not be deemed to be in possession of an opened or unsealed alcoholic beverage container pursuant to this section if such container is located in the trunk of a motor vehicle, behind the last upright seat in a trunkless vehicle, or in the living quarters of a motor home or house trailer. For the purposes of this section, the term \\\"open or unsealed\\\" shall mean a container with its original seal broken or a container such as a glass or cup. <\\/span><\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; text-align: justify; line-height: 15.6pt;\\\"><span style=\\\"font-size: 14.0pt; font-family: Verdana; color: #333333;\\\">c. For a first offense, a person convicted of violating this section shall be fined $200 and shall be informed by the court of the penalties for a second or subsequent violation of this section. For a second or subsequent offense, a person convicted of violating this section shall be fined $250 or shall be ordered by the court to perform community service for a period of 10 days in such form and on such terms as the court shall deem appropriate under the circumstances.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-23 23:04:39\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 20:58:34\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:58:19\",\"publish_up\":\"2016-06-23 23:04: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":17,\"ordering\":\"5\",\"metakey\":\"nj dwi law, njsa 39:3-40, nj dui law\",\"metadesc\":\"The Laws governing DWI in NJ. NJSA 39:4-50.\",\"access\":\"1\",\"hits\":\"142\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1024,39,1,'','2017-02-18 20:59:12',621,5850,'528318d8b401a9865291ec0b13a4131a361b59a6','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 20:59:12\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:58:55\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":15,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"21\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1025,36,1,'','2017-02-18 20:59:48',621,12754,'d3559510fb70835d3648e52e425f7af84426b925','{\"id\":\"36\",\"asset_id\":\"204\",\"title\":\"NJ Driving While Suspended - NJSA 39:3-40\",\"alias\":\"nj-driving-while-suspended-njsa-39-3-40\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJSA 39:3-40 - Driving While Suspended<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">39:3-40. No person to whom a driver\'s license has been refused or whose driver\'s license or reciprocity privilege has been suspended or revoked, or who has been prohibited from obtaining a driver\'s license, shall personally operate a motor vehicle during the period of refusal, suspension, revocation, or prohibition. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> No person whose motor vehicle registration has been revoked shall operate or permit the operation of such motor vehicle during the period of such revocation. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Except as provided in subsections i. and j. of this section, a person violating this section shall be subject to the following penalties: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> a.Upon conviction for a first offense, a fine of $500.00 and, if that offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> b.Upon conviction for a second offense, a fine of $750.00, imprisonment in the county jail for at least one but not more than five days and, if the second offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and that second offense occurs within five years of a conviction for that same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> c.Upon conviction for a third offense or subsequent offense, a fine of $1,000.00 and imprisonment in the county jail for 10 days. If the third or a subsequent offense involves the operation of a motor vehicle during a period when the violator\'s driver\'s license is suspended and the third or subsequent offense occurs within five years of a conviction for the same offense, revocation of the violator\'s motor vehicle registration privilege in accordance with the provisions of sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5); <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> d.Upon conviction, the court shall impose or extend a period of suspension not to exceed six months; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> e.Upon conviction, the court shall impose a period of imprisonment for not less than 45 days or more than 180 days, if while operating a vehicle in violation of this section a person is involved in an accident resulting in bodily injury to another person; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> f. (1) In addition to any penalty imposed under the provisions of subsections a. through e. of this section, any person violating this section while under suspension issued pursuant to section 2 of P.L.1972, c.197 (C.39:6B-2), upon conviction, shall be fined $500.00, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year nor more than two years, and may be imprisoned in the county jail for not more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraph (1) of this subsection, any person violating this section under suspension issued pursuant to R.S.39:4-50, section 2 of P.L.1981, c.512 (C.39:4-50.4a) or P.L.1982, c.85 (C.39:5-30a et seq.), shall be fined $500, shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, and shall be imprisoned in the county jail for not less than 10 days or more than 90 days. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (3)In addition to any penalty imposed under the provisions of subsections a. through e. of this section and paragraphs (1) and (2) of this subsection, a person shall have his license to operate a motor vehicle suspended for an additional period of not less than one year or more than two years, which period shall commence upon the completion of any prison sentence imposed upon that person, shall be fined $500 and shall be imprisoned for a period of 60 to 90 days for a first offense, imprisoned for a period of 120 to 150 days for a second offense, and imprisoned for 180 days for a third or subsequent offense, for operating a motor vehicle while in violation of paragraph (2) of this subsection while: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (a)on any school property used for school purposes which is owned by or leased to any elementary or secondary school or school board, or within 1,000 feet of such school property; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (b)driving through a school crossing as defined in R.S.39:1-1 if the municipality, by ordinance or resolution, has designated the school crossing as such; or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (c)driving through a school crossing as defined in R.S.39:1-1 knowing that juveniles are present if the municipality has not designated the school crossing as such by ordinance or resolution. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> A map or true copy of a map depicting the location and boundaries of the area on or within 1,000 feet of any property used for school purposes which is owned by or leased to any elementary or secondary school or school board produced pursuant to section 1 of P.L.1987, c.101 (C.2C:35-7) may be used in a prosecution under subparagraph (a) of this paragraph. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> It shall not be relevant to the imposition of sentence pursuant to subparagraph (a) or (b) of this paragraph that the defendant was unaware that the prohibited conduct took place while on or within 1,000 feet of any school property or while driving through a school crossing. Nor shall it be relevant to the imposition of sentence that no juveniles were present on the school property or crossing zone at the time of the offense or that the school was not in session; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> g.(Deleted by amendment, P.L.2009, c.224);<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> h.A person who owns or leases a motor vehicle and permits another to operate the motor vehicle commits a violation and is subject to suspension of his license to operate a motor vehicle and to revocation of registration pursuant to sections 2 through 6 of P.L.1995, c.286 (C.39:3-40.1 through C.39:3-40.5) if the person: <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (1)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle has been suspended for a violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a); or <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> (2)Knows that the operator\'s license or reciprocity privilege to operate a motor vehicle is suspended and that the operator has been convicted, within the past five years, of operating a vehicle while the person\'s license was suspended or revoked.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> In any case where a person who owns or leases a motor vehicle knows that the operator\'s license or reciprocity privilege of the person he permits to operate the motor vehicle is suspended or revoked for any violation of R.S.39:4-50 or section 2 of P.L.1981, c.512 (C.39:4-50.4a), the person also shall be subject to the following penalties: for a first or second offense, a fine of $1,000, imprisonment for not more than 15 days, or both; and for a third or subsequent offense, a fine of $1,000, imprisonment for not more than 15 days, or both, and forfeiture of the right to operate a motor vehicle over the highways of this State for a period of 90 days;<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> i.If the violator\'s driver\'s license to operate a motor vehicle has been suspended pursuant to section 9 of P.L.1985, c.14 (C.39:4-139.10) or for failure to comply with a time payment order, the violator shall be subject to a maximum fine of $100 upon proof that the violator has paid all fines and other assessments related to the parking violation that were the subject of the Order of Suspension, or if the violator makes sufficient payments to become current with respect to payment obligations under the time payment order; <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> j.If a person is convicted for a second or subsequent violation of this section and the second or subsequent offense involves a motor vehicle moving violation, the term of imprisonment for the second or subsequent offense shall be 10 days longer than the term of imprisonment imposed for the previous offense. <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> For the purposes of this subsection, a \\\"motor vehicle moving violation\\\" means any violation of the motor vehicle laws of this State for which motor vehicle points are assessed by the chief administrator pursuant to section 1 of P.L.1982, c.43 (C.39:5-30.5). <\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> amended 1941, c.344; 1945, c.222, s.2; 1947, c.25; 1964, c.9; 1968, c.323, s.10; 1981, c.38, s.1; 1982, c.45, s.2; 1983, c.90, s.1; 1986, c.38; 1992, c.203; 1994, c.64, s.2; 1995, c.286, s.1; 1999, c.185, s.3; 1999, c.423, s.3; 2001, c.213, s.1; 2002, c.28; 2007, c.187; 2009, c.224, s.1; 2009, c.332.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 20:59:48\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 20:59:32\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"1\",\"metakey\":\"NJSA 39:3-40 - Driving While Suspended in NJ. Read the NJ Statute governing Driving While Suspended. Learn about the penalties, fines, loss of license, etc.\",\"metadesc\":\"NJSA 39:3-40 - Driving While Suspended in NJ\",\"access\":\"1\",\"hits\":\"55\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1026,15,1,'','2017-02-18 21:03:07',621,83287,'f3a5b801dd24cd781102ee46bd80a32841aa9e62','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"Point Schedule for NJ Tickets \",\"alias\":\"point-schedule-for-nj-tickets\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--> <!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<\\/comment><!-- [if gte mso 10]>\\r\\n\\r\\n<\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><\\/comment><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--> <!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<table border=\\\"0\\\" class=\\\"MsoNormalTable\\\" style=\\\"width: 624px; background: white none repeat scroll 0% 0%;\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 10.35pt;\\\">\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 263.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 35.25pt; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 10.35pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 1; height: 10.35pt;\\\">\\r\\n<td style=\\\"width: .1in; background: silver; padding: 1.5pt 1.5pt 1.5pt 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"margin: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Tahoma; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 2;\\\">\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 3;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 4;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 5;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 6;\\\">\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><b><span style=\\\"font-size: 8.5pt; mso-bidi-font-size: 12.0pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 7;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 8;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 9;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 10;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 11;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 12;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 13;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 14;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 15;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 16;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 17;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 18;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 19;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 20;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 21;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 22;\\\">\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 23;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 24;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 25;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 26;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 27;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 28;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 29;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 30;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 31;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 32;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 33;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 34;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 35;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 36;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 37;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 38;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 39;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 40;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 41;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 42;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 43;\\\">\\r\\n<td style=\\\"background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 44;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 45;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 46;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 47;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 48;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 49;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 50;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 51;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 52;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 53;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 54;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 55;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 56;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 57;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 58;\\\">\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 59;\\\">\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 60;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 61;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #EEEEEE; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"mso-yfti-irow: 62; mso-yfti-lastrow: yes;\\\">\\r\\n<td style=\\\"width: 63.75pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #F9F9F9; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\" align=\\\"center\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: .1in; background: transparent; padding: 1.5pt 1.5pt 1.5pt 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; margin: 0in 6.7pt .0001pt 6.7pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 9.0pt; font-family: Tahoma; color: #333333;\\\"><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 21:03:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 21:00:18\",\"publish_up\":\"2016-06-30 00:21:14\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-18\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-18\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"3\",\"metakey\":\"point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj\",\"metadesc\":\"Point Schedule for NJ Motor Vehicle Tickets\",\"access\":\"1\",\"hits\":\"145\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1027,15,1,'','2017-02-18 21:09:45',621,84464,'2ecf552846b25e493c6f698bc3215c9e322d302c','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"Point Schedule for NJ Tickets \",\"alias\":\"point-schedule-for-nj-tickets\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--> <!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<\\/comment><!-- [if gte mso 10]>\\r\\n\\r\\n<\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><\\/comment><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--> <!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 class=\\\"MsoNormal\\\" style=\\\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: 15.6pt;\\\"><span style=\\\"font-size: 9.0pt; font-family: Tahoma; color: #333333;\\\"><span style=\\\"font-size: 18pt;\\\">Point Schedule for NJ Traffic Tickets<\\/span> <br \\/><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<table style=\\\"width: 626px; height: 2103px;\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\" border=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 10.35pt;\\\">\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 263.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 35.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.35pt;\\\">\\r\\n<td style=\\\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 21:09:45\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 21:07:40\",\"publish_up\":\"2016-06-30 00:21:14\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-18\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-18\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"3\",\"metakey\":\"point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj\",\"metadesc\":\"Point Schedule for NJ Motor Vehicle Tickets\",\"access\":\"1\",\"hits\":\"146\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0);
INSERT INTO `mdr_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 (1028,15,1,'','2017-02-18 21:10:29',621,84479,'910ca198d4594769b59aeb2259089ce775da03cd','{\"id\":\"15\",\"asset_id\":\"87\",\"title\":\"Point Schedule for NJ Tickets \",\"alias\":\"point-schedule-for-nj-tickets\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--> <!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<\\/comment><!-- [if gte mso 10]>\\r\\n\\r\\n<\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\">\\u00a0<span style=\\\"text-decoration: underline;\\\"><strong>New Jersey Point Schedule for Traffic Tickets<\\/strong><\\/span><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><\\/comment><\\/p>\\r\\n<p class=\\\"MsoNormal\\\"><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><\\/comment><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--> <!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 class=\\\"MsoNormal\\\" style=\\\"line-height: 15.6pt; text-align: center;\\\"><span style=\\\"font-size: 9pt; font-family: Tahoma; color: #333333;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">Point Schedule for NJ Traffic Tickets<\\/span> <\\/strong><\\/span><br \\/><\\/span><\\/h1>\\r\\n<table border=\\\"0\\\" style=\\\"width: 626px; height: 2103px;\\\" cellspacing=\\\"1\\\" cellpadding=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 10.35pt;\\\">\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">NJSA<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><br \\/> <\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Section<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 263.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Offense <\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 35.25pt; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"line-height: 10.35pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Points<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.35pt;\\\">\\r\\n<td style=\\\"width: 0.1in; background: silver none repeat scroll 0% 0%; padding: 1.5pt; height: 10.35pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"margin-top: 6.7pt; margin-right: 6.7pt; margin-bottom: 6.7pt; line-height: 15.6pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">New Jersey<\\/span><\\/b><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"> Turnpike, Garden State Parkway and Atlantic City Expressway<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving against traffic <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">27:23\\u201329 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Unlawful use of median strip <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td colspan=\\\"3\\\" style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><b><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">All roads and highways<\\/span><\\/b><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:3\\u201320 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating constructor vehicle in excess of 45 mph <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating motorized bicycle on a restricted highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201314.3d <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">More than one person on a motorized bicycle <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201335 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201336 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrian in crosswalk; passing a vehicle yielding to pedestrian in crosswalk <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013 41 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving through safety zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201352 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201355 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper action or omission on grades and curves<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201357 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe direction of officer<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop vehicle before crossing sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to pedestrians or vehicles while entering or leaving highway <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201366.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving on public or private property to avoid a traffic sign or signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201371 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Operating a motor vehicle on a sidewalk<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201380 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to obey direction of officer <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201381 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic signals* (Red Light Camera- 0 pts.)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">*No points assessed for red light camera violation<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">0<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201382.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper operating of vehicle on divided highway or divider<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201383 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to keep right at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201384<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to pass to right of vehicle proceeding in opposite direction<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing on right or off roadway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201385.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Wrong way on a one-way street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201386 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing in no passing zone<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201387 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to overtaking vehicle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201388 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe traffic lanes<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201389 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Tailgating<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield at intersection <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201390.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to use proper entrances to limited access highways<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201391\\u201392 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to yield to emergency vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201396 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Reckless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Careless driving<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397a <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Destruction of agricultural or recreational property<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Slow speed blocking traffic<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201397.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Driving in an unsafe manner (points only for third or subsequent offense within five years of most recent 39:4-97.2 conviction)<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u201398 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 1-14 mph over limit <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 15-29 mph over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Exceeding maximum speed 30 mph or more over limit<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013105 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for traffic light<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013115 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn at traffic light <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013119 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop at flashing red signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013122 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to stop for police whistle<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013123 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper right or left turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013124 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper turn from approved turning course<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013125 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper u-turn<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">3<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013126 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to give proper signal<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper backing or turning in street<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013127.2 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of bridge<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper crossing of railroad grade crossing by certain vehicles<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.1 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of school bus<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013128.4 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Improper passing of frozen dessert truck <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">4<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td rowspan=\\\"2\\\" style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013129 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Leaving the scene of an accident \\u2013<br \\/> no personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Personal injury<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">8<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:4\\u2013144 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Failure to observe stop or yield signs<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5C\\u20131 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Racing on highway<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #eeeeee none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">5<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 63.75pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"106\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">39:5D\\u20134 <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 263.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"439\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">Moving violation committed out-of-state <\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 35.25pt; background: #f9f9f9 none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"59\\\">\\r\\n<p style=\\\"text-align: center; line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 8.5pt; font-family: Verdana; color: black;\\\">2<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 0.1in; background: transparent none repeat scroll 0% 0%; padding: 1.5pt;\\\" width=\\\"12\\\">\\r\\n<p style=\\\"line-height: 15.6pt; margin-top: 0in; margin-right: 6.7pt; margin-bottom: 0.0001pt;\\\"><span style=\\\"font-size: 13.5pt; color: black;\\\"><\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2016-06-30 00:21:14\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-02-18 21:10:29\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-18 21:09:45\",\"publish_up\":\"2016-06-30 00:21:14\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-18\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-18\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"3\",\"metakey\":\"point schedule for nj motor vehicle tickets, nj points, nj points driver\'s license, list of nj points for tickets, nj driver\'s license point list, how many points do you get for speeding in nj, how many points do you get for reckless driving in nj, how many points do you get for careless driving in nj, how many points do you get for traffic tickets in nj\",\"metadesc\":\"Point Schedule for NJ Motor Vehicle Tickets\",\"access\":\"1\",\"hits\":\"147\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1029,13,1,'','2017-02-21 01:23:35',621,4892,'2fd20b25be5a864a1102411f68dc92eb1ebde8c3','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\">Do You Need an Attorney for a NJ DWI?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-21 01:23:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-21 01:22:54\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"192\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1030,13,1,'','2017-02-21 01:24:11',621,4944,'6a395e31c855259ce34240f91630aaf38de23480','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-21 01:24:11\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-21 01:23:35\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"192\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1031,12,1,'','2017-02-21 01:24:54',621,4760,'3c9426a19ce44810599324b2b6f17ccc3a8c22e0','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-21 01:24:54\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-21 01:24:36\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"188\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1067,14,1,'','2017-02-26 21:42:01',621,6605,'e83bc4425d43b14bb612489f39fac74916585bbf','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 21:42:01\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 21:41:39\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"294\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1068,14,1,'','2017-02-26 21:49:20',621,6727,'bf10c5c20343beeba7ef4ab2fcad56e0d1906b55','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Article\\\"><span itemprop=\\\"articleBody\\\">If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 21:49:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 21:44:59\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"295\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1069,14,1,'','2017-02-26 21:50:51',621,6695,'32b6b4b506d4a63536aa803b500cfc766070e803','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"621\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 21:50:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 21:49:20\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"296\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1070,14,1,'','2017-02-26 22:34:58',621,6696,'06ab5886262d11251931093a778f7f1e922cea46','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:34:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:34:19\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":37,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"300\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1071,13,1,'','2017-02-26 22:38:31',621,5279,'ba7cfb4327d8f591741e68931456af3fa543c75e','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:38:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:37:26\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"217\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1072,10,1,'','2017-02-26 22:40:39',621,5652,'48467972ee656f6dc7bf4ee2142a7ed080cbfbcd','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:40:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:40:19\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Go To Jail For A DWI In New Jersey?\\\",\\\"description\\\":\\\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"276\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1073,12,1,'','2017-02-26 22:42:12',621,5095,'e2b8d19bf18f30b9915717920de3ddfaeb3747aa','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:42:12\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:41:44\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"223\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1074,11,1,'','2017-02-26 22:42:41',621,5321,'69901c638b0d1cad82dd08817dbdef3bf08a68a5','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:42:41\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:42:22\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj, nj dwi fines, fines dwi nj, dui fines nj, nj dui fines, what are the fines for a dui in nj\",\"metadesc\":\"What Are the Fines For a DWI in NJ? For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"193\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1075,6,1,'','2017-02-26 22:43:17',621,6010,'11f3e129c068b082c353de2e9657dae73c65c850','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:43:17\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:42:54\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"520\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1076,5,1,'','2017-02-26 22:43:47',621,6544,'f2ff7ac05986d02aa1f2da25e5451b2bac60dbaa','{\"id\":\"5\",\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:43:47\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:43:27\",\"publish_up\":\"2016-06-23 20:24: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Please call us for an appointment if you would like to discuss your case.\\\",\\\"description\\\":\\\"Some of the penalties resulting from DWI\\\\\\/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\\\\\/DUI convictions; Whether or not there was an accident involved and other factors.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"10\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"204\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1077,4,1,'','2017-02-26 22:44:29',621,6516,'ee3f5c544ad50de79e319d8797df1640bc2d1bb0','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:44:29\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:43:57\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"222\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1078,40,1,'','2017-02-26 22:45:20',621,5113,'4b4d45a05d06d9c35621dea844bcbf6013487085','{\"id\":\"40\",\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:45:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:45:01\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What Are The Penalties For Driving Without Insurance in NJ?\\\",\\\"description\\\":\\\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":12,\"ordering\":\"0\",\"metakey\":\"how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"94\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1079,18,1,'','2017-02-26 22:46:11',621,4973,'ca559509ac7087a81ed3473c0631f0c5738e1f1a','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:46:11\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:45:51\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":80,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"327\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1080,17,1,'','2017-02-26 22:46:46',621,5528,'6a6652bb20bb9ab1b47fdc201bb243f09fa209b9','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:46:46\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:46:19\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"316\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1081,16,1,'','2017-02-26 22:47:18',621,4849,'1d4ee6c65e2f7586a2bb92bced609d0709aa2cc1','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-02-26 22:47:18\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-02-26 22:46:56\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":22,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"233\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1082,39,1,'','2017-03-05 21:00:36',621,6387,'a1ade865402a8f76876e2d4128a6640c69e018ef','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:00:36\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 20:54:21\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"1\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":16,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"59\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1083,39,1,'','2017-03-05 21:01:15',621,6386,'e9ce677271f6899fcfd7d75f421d8ae01f9817d4','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:01:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 21:00:36\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":17,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"59\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1084,39,1,'','2017-03-05 21:24:51',621,6390,'ad2924b46cc6b00d2625b809b220651db813074e','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"\",\"fulltext\":\"\\r\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:24:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 21:14:31\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":18,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"59\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1085,39,1,'','2017-03-05 21:31:51',621,6473,'5ee2641c711d513e6ee1dc5fbf6fe2e752c09bff','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense,<\\/span><\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:31:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 21:27:38\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":21,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"59\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1086,39,1,'','2017-03-05 21:40:23',621,6474,'5b7f0ca07ce1d5c1b09275cb556c27adf33a2355','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense,<\\/span><\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">to a fine of not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:40:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 21:34:50\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"1\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":23,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"60\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1087,39,1,'','2017-03-05 21:43:21',621,6473,'9536172d2d8bee97c4c184acdfcfc5e9f8206706','{\"id\":\"39\",\"asset_id\":\"221\",\"title\":\"NJ Driving Without Insurance Law - NJSA 39:6B-2\",\"alias\":\"nj-driving-without-insurance-law-njsa-39-6b-2\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">NJSA 39:6B-2 - Driving Without Insurance - Penalties<\\/span><br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>39:6B-2 Penalties<\\/strong><\\/span>.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> 2. An owner or registrant of a motor vehicle registered or principally garaged in this State who operates or causes to be operated a motor vehicle upon any public road or highway in this State without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.), and an operator who operates or causes a motor vehicle to be operated and who knows or should know from the attendant circumstances that the motor vehicle is without motor vehicle liability insurance coverage required by P.L.1972, c.197 (C.39:6B-1 et seq.) shall be subject, for the first offense, to a fine of<\\/span><\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">not less than $300 nor more than $1,000 and a period of community service to be determined by the court. The court also shall suspend the person\'s right to operate a motor vehicle over the highways of this State for a period of one year from the date of conviction ; provided, however, the period of license suspension may be reduced or eliminated if the person provides the court with satisfactory proof of motor vehicle liability insurance at the time of the hearing. Upon subsequent conviction, the person shall be subject to a fine of up to $5,000 and shall be subject to imprisonment for a term of 14 days and shall be ordered by the court to perform community service for a period of 30 days, which shall be of a form and on terms as the court shall deem appropriate under the circumstances, and shall forfeit the person\'s right to operate a motor vehicle for a period of two years from the date of the conviction, and, after the expiration of the forfeiture, the person may make application to the Chief Administrator of the New Jersey Motor Vehicle Commission for a license to operate a motor vehicle, which application may be granted at the discretion of the chief administrator. The chief administrator\'s discretion shall be based upon an assessment of the likelihood that the individual will operate or cause a motor vehicle to be operated in the future without the insurance coverage required by this act. A complaint for violation of this act may be made to a municipal court at any time within six months after the date of the alleged offense.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> Failure to produce at the time of trial an insurance identification card or an insurance policy which was in force for the time of operation for which the offense is charged creates a rebuttable presumption that the person was uninsured when charged with a violation of this section.<\\/span><br \\/> <br \\/><span style=\\\"font-size: 14pt;\\\"> L.1972, c.197, s.2; amended 1983, c.141, s.1; 1987, c.46; 1988, c.156, s.15; 1990, c.8, s.49; 1997, c.151, s.12; 2013, c.237.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2017-02-06 19:02:51\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2017-03-05 21:43:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-05 21:41:25\",\"publish_up\":\"2017-02-06 19:02:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-06\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-06\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-05\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"0\",\"metakey\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ Penalties\",\"metadesc\":\"NJSA 39:6B-2 - Driving Without Insurance in NJ - Penalties\",\"access\":\"1\",\"hits\":\"61\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1094,6,1,'','2017-03-07 00:59:13',621,6243,'824401f3a207ec2c165a9a5f88b08f6fe8a20699','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-07 00:59:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-07 00:57:48\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-07\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"2\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"585\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1096,11,1,'','2017-03-10 01:02:44',621,5521,'c39f76b0245088a67f72dd6d43e2777c8631689a','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:02:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 00:58:14\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj, nj dwi fines, fines dwi nj, dui fines nj, nj dui fines, what are the fines for a dui in nj\",\"metadesc\":\"What Are the Fines For a DWI in NJ? For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"230\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1097,14,1,'','2017-03-10 01:03:27',621,6896,'d20b5fa9078dca16bbe6e75b110018e299e02179','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:03:27\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:03:16\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"345\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1098,12,1,'','2017-03-10 01:04:59',621,5295,'a5b5bc13729fb790c51200df4384ef67a71b6e22','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:04:59\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:04:38\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"257\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1099,10,1,'','2017-03-10 01:05:19',621,5852,'f4a13707face6b2d4ea4afe956f318c658ae7b18','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:05:19\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:05:08\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Go To Jail For A DWI In New Jersey?\\\",\\\"description\\\":\\\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"319\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1100,6,1,'','2017-03-10 01:05:51',621,6242,'b2b941d6189306798c9f5cf21c254b53e13df2cd','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:05:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:05:27\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-07\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"600\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1101,4,1,'','2017-03-10 01:06:11',621,6716,'0be06435d9ceee9e97c9de359da27c8add546cf0','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:06:11\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:05:56\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"248\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1102,40,1,'','2017-03-10 01:06:40',621,5314,'e5221733345529f2bd205991b7cb0b455aaff63a','{\"id\":\"40\",\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:06:40\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:06:29\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What Are The Penalties For Driving Without Insurance in NJ?\\\",\\\"description\\\":\\\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":13,\"ordering\":\"0\",\"metakey\":\"how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"124\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1103,18,1,'','2017-03-10 01:07:35',621,5173,'31120510a301335cabecbb71fb1bdd9ef6526880','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:07:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:07:19\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":81,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"373\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1104,17,1,'','2017-03-10 01:07:51',621,5728,'d45963b9cafdf145ba70780ad2980ba4ca7aa486','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:07:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:07:40\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"368\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1105,16,1,'','2017-03-10 01:08:09',621,5049,'c1120a1ac773265a3d6a91d53c9011dfc41be09e','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-10 01:08:09\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-10 01:07:57\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":23,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"272\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1121,13,5,'','2017-03-11 00:30:06',621,681,'53c70af6b9b80c68f4eba52df7d0877d4b0b10df','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-11 00:29:07\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"joseph f. morgano attorney practice areas\",\"metadata\":\"{\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"622\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2017-03-11 00:30:06\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(1122,13,5,'','2017-03-11 00:33:33',621,911,'de091e254c5b50d1dea3619f209257cc9ec5adb4','{\"id\":\"13\",\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-11 00:30:06\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"dwi attorney nj, traffic ticket attorney nj, real estate attorney nj, criminal defense attorney nj, personal injury attorney nj, workers compensation attorney nj, property tax appeal attorney nj, expungement attorney nj, name change attorney nj, collections attorney nj, \",\"metadata\":\"{\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"622\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2017-03-11 00:33:33\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(1155,29,1,'','2017-03-11 00:43:55',621,4347,'0b6e9b7c078f77c14a4561cc2d02a3b106c59c93','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"H\",\"modified\":\"2017-03-11 00:43:55\",\"modified_by\":\"621\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":\"26\",\"ordering\":8,\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"171\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1160,29,1,'','2017-03-11 00:44:00',621,4348,'13d6b1b87ed42e71c86e21834268d20c14a86a5a','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"H\",\"modified\":\"2017-03-11 00:44:00\",\"modified_by\":\"621\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":\"26\",\"ordering\":11,\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"171\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1166,29,1,'','2017-03-11 00:44:04',621,4350,'7d21b129df1d16d6277a79c9d5c8e1ef281d5008','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"H\",\"modified\":\"2017-03-11 00:44:04\",\"modified_by\":\"621\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":\"26\",\"ordering\":null,\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"171\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1170,29,1,'','2017-03-11 00:45:18',621,4347,'15203d99b34ca91ac87eaffd52415351b7eb4ade','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"H\",\"modified\":\"2017-03-11 00:45:18\",\"modified_by\":\"621\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":\"26\",\"ordering\":9,\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"171\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1177,29,1,'','2017-03-11 00:49:54',621,4346,'e81c18000ab9ac40701b41d03b1e53a7b1376b7f','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-11 00:49:54\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-11 00:49:44\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"171\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1178,28,1,'','2017-03-11 00:50:11',621,5155,'072481dd95c06fdd2c78f6c338ca2d65e9d97369','{\"id\":\"28\",\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Worker\'s Compensation in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"286\\\" height=\\\"179\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, NJ Worker\'s Compensation attorney, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-11 00:50:11\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-11 00:49:59\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ WORKER\'S COMPENSATION ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ worker\'s compensation cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"6\",\"metakey\":\"monmouth county nj worker\'s compensation attorney, shrewsbury nj worker\'s compensation attorney, worker\'s compensation attorney in shrewsbury nj, worker\'s compensation attorney in monmouth county nj, worker\'s compensation attorney in nj, nj worker\'s compensation attorney, worker\'s compensation lawyer nj, nj worker\'s compensation lawyer, best nj worker\'s compensation attorney, best worker\'s compensation attorney nj, best worker\'s compensation lawyer nj, best nj worker\'s compensation lawyer\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be entitled to a permanency award of compensation. Please call to discuss your case.\",\"access\":\"1\",\"hits\":\"196\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1188,31,1,'','2017-03-11 00:54:15',621,4446,'425017994bb8254eec04a7a1e54b4e5de5b010e1','{\"id\":\"31\",\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Name Change in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><img src=\\\"images\\/mymedia\\/name-change-in-nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"242\\\" height=\\\"162\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, name change attorney in NJ.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-11 00:54:15\",\"modified_by\":\"621\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":\"26\",\"ordering\":10,\"metakey\":\"monmouth county nj name change attorney, nj name change attorney, how to change your name in nj, name change attorney in monmouth county nj, name change attorney in shrewsbury nj, name change attorney nj, nj name change attorney, name change lawyer nj, nj name change lawyer, best nj name change attorney, best name change attorney nj, best name change lawyer nj, best nj name change lawyer\",\"metadesc\":\"If you wish to change your name in nj, we can assist with the process.\",\"access\":\"1\",\"hits\":\"163\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1194,30,1,'','2017-03-11 18:41:12',621,5075,'31f9e3780cae6deec3a8f6f6f84f48a141f59d0e','{\"id\":\"30\",\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong itemprop=\\\"serviceType\\\"><span>Expungement in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/Service\\\"><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"233\\\" height=\\\"156\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement in NJ, please call Joseph F. Morgano, expungement attorney in Monmouth County NJ.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-11 18:41:12\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-11 18:38:39\",\"publish_up\":\"2016-07-30 00:52: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\\\",\\\"description\\\":\\\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney, shrewsbury nj expungement attorney, expungement attorney in shrewsbury nj, expungement attorney in monmouth county nj, expungement attorney in nj, nj expungement attorney, expungement lawyer nj, nj expungement lawyer, best nj expungement attorney, best expungement attorney nj, best expungement lawyer nj, best nj expungement lawyer\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. if you would like to know more about expungement in NJ, please contact us.\",\"access\":\"1\",\"hits\":\"176\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1210,31,1,'','2017-03-15 01:47:40',621,4289,'72aa30aa3727c09cdbac9df7777f3f6d93fb2b79','{\"id\":\"31\",\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name-change-in-nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"242\\\" height=\\\"162\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, name change attorney in NJ.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-15 01:47:40\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-15 01:46:31\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney, nj name change attorney, how to change your name in nj, name change attorney in monmouth county nj, name change attorney in shrewsbury nj, name change attorney nj, nj name change attorney, name change lawyer nj, nj name change lawyer, best nj name change attorney, best name change attorney nj, best name change lawyer nj, best nj name change lawyer\",\"metadesc\":\"If you wish to change your name in nj, we can assist with the process.\",\"access\":\"1\",\"hits\":\"172\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1211,30,1,'','2017-03-15 01:49:55',621,4918,'4786d4921f046d4ef64d7e872f1cad0c2d9f0195','{\"id\":\"30\",\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungement in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"233\\\" height=\\\"156\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement in NJ, please call Joseph F. Morgano, expungement attorney in Monmouth County NJ.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-15 01:49:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-15 01:48:40\",\"publish_up\":\"2016-07-30 00:52: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\\\",\\\"description\\\":\\\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney, shrewsbury nj expungement attorney, expungement attorney in shrewsbury nj, expungement attorney in monmouth county nj, expungement attorney in nj, nj expungement attorney, expungement lawyer nj, nj expungement lawyer, best nj expungement attorney, best expungement attorney nj, best expungement lawyer nj, best nj expungement lawyer\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. if you would like to know more about expungement in NJ, please contact us.\",\"access\":\"1\",\"hits\":\"199\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1212,29,1,'','2017-03-15 01:54:39',621,4255,'1f7c17c0b70025bfcbe45c98bcccd8ff4871b87d','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Collections in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, NJ collections attorney.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-15 01:54:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-15 01:53:24\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney, shrewsbury nj collections attorney, collections attorney in shrewsbury nj, collections attorney in monmouth county nj, collections attorney in nj, nj collections attorney, collections lawyer nj, nj collections lawyer, best nj collections attorney, best collections attorney nj, best collections lawyer nj, best nj collections lawyer\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.  If you have a collection matter that you need assistance with, please call us to discuss.\\r\\n\",\"access\":\"1\",\"hits\":\"179\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1213,28,1,'','2017-03-15 01:56:20',621,4979,'9ec73971b0272443603cbfc699efee8f9c81ebe3','{\"id\":\"28\",\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"286\\\" height=\\\"179\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, NJ Worker\'s Compensation attorney, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-15 01:56:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-15 01:55:27\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ WORKER\'S COMPENSATION ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ worker\'s compensation cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"6\",\"metakey\":\"monmouth county nj worker\'s compensation attorney, shrewsbury nj worker\'s compensation attorney, worker\'s compensation attorney in shrewsbury nj, worker\'s compensation attorney in monmouth county nj, worker\'s compensation attorney in nj, nj worker\'s compensation attorney, worker\'s compensation lawyer nj, nj worker\'s compensation lawyer, best nj worker\'s compensation attorney, best worker\'s compensation attorney nj, best worker\'s compensation lawyer nj, best nj worker\'s compensation lawyer\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be entitled to a permanency award of compensation. Please call to discuss your case.\",\"access\":\"1\",\"hits\":\"208\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1236,25,1,'','2017-03-17 23:15:21',621,5315,'70b454e7ed71cddb9dbac729e973244b4b51c861','{\"id\":\"25\",\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Attorney in NJ<\\/span><br \\/><\\/strong><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/real-estate-closings-in-nj.jpg\\\" alt=\\\"NJ Real Estate Closings\\\" width=\\\"252\\\" height=\\\"167\\\" style=\\\"margin-right: 20px; border: thin solid #000000; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you need a real estate attorney in New Jersey, please call Joseph F. Morgano to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-17 23:15:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-17 23:07:44\",\"publish_up\":\"2016-07-30 00:40: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"BUYING OR SELLING A HOME IN NJ? Handling Real Estate Closings Since 1996.\\\",\\\"description\\\":\\\"If you are buying or selling a home in NJ, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-02\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-02\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"273\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1244,28,1,'','2017-03-17 23:55:20',621,4469,'ce7f39c7d42639f2092ab240edb82fc1185e1434','{\"id\":\"28\",\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"286\\\" height=\\\"179\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, NJ Worker\'s Compensation attorney, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-17 23:55:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-17 23:52:11\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ WORKER\'S COMPENSATION ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ worker\'s compensation cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":37,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"225\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1245,28,1,'','2017-03-17 23:55:43',621,4478,'25bf896dcfa85aed78af0c7318046ac528e1dc53','{\"id\":\"28\",\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"286\\\" height=\\\"179\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, NJ Worker\'s Compensation attorney, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-17 23:55:43\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-17 23:55:20\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ WORKER\'S COMPENSATION ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ worker\'s compensation cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"225\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1246,35,1,'','2017-03-18 00:04:39',621,5680,'a4b60f19e436199bb5035c3a943906b54ff56a23','{\"id\":\"35\",\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/property-tax-appeal-in-nj.jpg\\\" alt=\\\"Property Tax Appeal in NJ\\\" width=\\\"204\\\" height=\\\"229\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-18 00:04:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:00:35\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Joseph F. Morgano - Monmouth County NJ Property Tax Appeal Attorney\\\",\\\"description\\\":\\\"We May Be Able To Get Your NJ Property Taxes Reduced. Call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-05\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-05\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"283\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1247,29,1,'','2017-03-18 00:11:36',621,3851,'af64e25355a0e2bedce185ee9c53b141ebd89fd9','{\"id\":\"29\",\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Collections Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call Joseph F. Morgano, for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-18 00:11:36\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:07:20\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ COLLECTIONS ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ collections cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods . . . Read More.\",\"access\":\"1\",\"hits\":\"197\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1248,30,1,'','2017-03-18 00:17:31',621,4543,'3313c181c231260fa877263acaf32cdec8afaceb','{\"id\":\"30\",\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungement in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"233\\\" height=\\\"156\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement in NJ, please call Joseph F. Morgano, expungement attorney in Monmouth County NJ.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-18 00:17:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:12:55\",\"publish_up\":\"2016-07-30 00:52: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\\\",\\\"description\\\":\\\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"214\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1249,30,1,'','2017-03-18 00:18:56',621,4533,'083027995948a45b430ea67eb6822f5ae30f9891','{\"id\":\"30\",\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungement Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"233\\\" height=\\\"156\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement in NJ, please call Joseph F. Morgano, for a free consultation.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-18 00:18:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:18:03\",\"publish_up\":\"2016-07-30 00:52: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\\\",\\\"description\\\":\\\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"215\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1250,31,1,'','2017-03-18 00:25:53',621,4043,'b876404443c01d393cfd646425668a940b51cf64','{\"id\":\"31\",\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name-change-in-nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"242\\\" height=\\\"162\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, for a free consultation. 732-263-9300.<br \\/><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-18 00:25:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:20:31\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-07\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-07\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"189\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1252,40,1,'','2017-03-18 00:43:39',621,5374,'7821d3bb6bb67007ea6075f449b883a13cec764b','{\"id\":\"40\",\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"Joseph F. Morgano\",\"modified\":\"2017-03-18 00:43:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-18 00:41:33\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What Are The Penalties For Driving Without Insurance in NJ?\\\",\\\"description\\\":\\\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":14,\"ordering\":\"0\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"166\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1258,11,1,'','2017-03-19 20:13:49',621,5703,'5e080aa2eb8d23e49a0953018c4bff6dee7f445d','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-19 20:13:49\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-19 20:12:54\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj, nj dwi fines, fines dwi nj, dui fines nj, nj dui fines, what are the fines for a dui in nj\",\"metadesc\":\"What Are the Fines For a DWI in NJ? For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"266\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1259,11,1,'','2017-03-19 20:18:37',621,5575,'61a5c56305a86ed3e2804ee94fb66ff7037bda3d','{\"id\":\"11\",\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-19 20:18:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-19 20:17:24\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What are the Fines for a DWI in New Jersey?\\\",\\\"description\\\":\\\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"7\",\"metakey\":\"what are the fines for a dwi in nj\",\"metadesc\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"266\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1260,26,1,'','2017-03-20 18:56:40',621,9267,'e3e08b4d08a8ebec1299af669be23f4232341618','{\"id\":\"26\",\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/criminal-defense-in-nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"251\\\" height=\\\"167\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-20 18:56:40\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-20 18:54:17\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ CRIMINAL DEFENSE ATTORNEY\\\",\\\"description\\\":\\\"Defending NJ criminal cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":72,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"287\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1261,28,1,'','2017-03-20 18:57:18',621,4642,'0f9b9244c0d05197313c73a0396cfc00250c4c46','{\"id\":\"28\",\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"286\\\" height=\\\"179\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-20 18:57:18\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-20 18:56:56\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"0\\\",\\\"article\\\":{\\\"headline\\\":\\\"NJ WORKER\'S COMPENSATION ATTORNEY\\\",\\\"description\\\":\\\"Handling NJ worker\'s compensation cases since 1996\\\",\\\"ratingValue\\\":\\\"0\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-11\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"233\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1263,30,1,'','2017-03-20 19:00:36',621,4707,'de6443d5b84bf8f5d7c2881e32d83f8125dbc32f','{\"id\":\"30\",\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungement Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"233\\\" height=\\\"156\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-20 19:00:36\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-20 19:00:06\",\"publish_up\":\"2016-07-30 00:52: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Seeking an Expungement in NJ?  Please Call For More Information. 732-263-9300\\\",\\\"description\\\":\\\"If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record. Please call for more information. 732-263-9300\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"3\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-04\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-04\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":44,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"222\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1264,18,1,'','2017-03-24 19:49:23',621,5355,'b6a1a5bd210780541c391291a8c45fa321ac734d','{\"id\":\"18\",\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><span style=\\\"font-size: 12pt; color: #3366ff;\\\"> <br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:49:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:48:52\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Reckless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-12\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-12\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":83,\"ordering\":\"1\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"442\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1265,40,1,'','2017-03-24 19:49:43',621,5556,'0292905d05af5ac8a6d73cf572e8433d66d7cf49','{\"id\":\"40\",\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:49:43\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:49:28\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"What Are The Penalties For Driving Without Insurance in NJ?\\\",\\\"description\\\":\\\"If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating 39:6B-2.  For a first offense, you will be subject to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":15,\"ordering\":\"0\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"206\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1266,17,1,'','2017-03-24 19:50:45',621,5910,'6ddc1a9174afd71c756bb25f5011b6da1232912c','{\"id\":\"17\",\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:50:45\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:50:32\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"2\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"440\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1267,16,1,'','2017-03-24 19:51:07',621,5231,'8dd8f614de6244242919d3c27b3a25dd5db5b9a0','{\"id\":\"16\",\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:51:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:50:52\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Speeding Ticket in NJ?\\\",\\\"description\\\":\\\"If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets,  please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":24,\"ordering\":\"3\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"336\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1268,14,1,'','2017-03-24 19:51:29',621,7078,'e14f38226820de875ffb18203de0ca3ca59c6953','{\"id\":\"14\",\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:51:29\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:51:19\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Beat Your NJ Traffic Ticket?\\\",\\\"description\\\":\\\"If you have been issued a traffic ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":39,\"ordering\":\"4\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"403\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1269,13,1,'','2017-03-24 19:51:49',621,5662,'eab0eea2ea2fce451e1566c1f3e8429eb5ed2032','{\"id\":\"13\",\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:51:49\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:51:37\",\"publish_up\":\"2016-06-25 04:57: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Do You Need an Attorney for a NJ DWI?\\\",\\\"description\\\":\\\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. If you would like to discuss your NJ DWI, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-24\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"5\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"306\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1270,12,1,'','2017-03-24 19:52:04',621,5477,'ff572d164ba7ac7cba4658c28e9b1af2bbe2cff4','{\"id\":\"12\",\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:52:04\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:51:53\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How long do you lose your license for a DWI in New Jersey?\\\",\\\"description\\\":\\\"If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) . . . Read More. If you have questions about DWI in New Jersey, contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"6\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"307\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1271,10,1,'','2017-03-24 19:52:23',621,6034,'7a554c3b5ae0ff6105e71a686c9cdef59df9a114','{\"id\":\"10\",\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:52:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:52:10\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Can You Go To Jail For A DWI In New Jersey?\\\",\\\"description\\\":\\\"If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. . . Read More. If you would like to discuss your case in detail, please contact us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"8\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"379\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1272,6,1,'','2017-03-24 19:52:42',621,6424,'e970993eec979b6607a5294ef83d31904a02834e','{\"id\":\"6\",\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:52:42\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:52:29\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points Do You Get For A DWI\\\\\\/DUI In NJ?\\\",\\\"description\\\":\\\"The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points. Of course when you are charged with DWI\\\\\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be, for which points would be imposed if convicted. Please call us for an appointment if you would like to discuss your case.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-07\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":37,\"ordering\":\"9\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"727\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1273,5,1,'','2017-03-24 19:52:58',621,6927,'75b7846e9faa2cd1a0b103b2626b2520e003a8ae','{\"id\":\"5\",\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:52:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:52:48\",\"publish_up\":\"2016-06-23 20:24: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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Please call us for an appointment if you would like to discuss your case.\\\",\\\"description\\\":\\\"Some of the penalties resulting from DWI\\\\\\/DUI are loss of license, fines and possibly jail time.  How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\\\\\/DUI convictions; Whether or not there was an accident involved and other factors.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-24\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"10\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"330\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1274,4,1,'','2017-03-24 19:53:15',621,6898,'5144968a56bf48b46738ee8f426ba322ca0f4b61','{\"id\":\"4\",\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-03-24 19:53:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-03-24 19:53:04\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"Should You Refuse To Take A Breathalyzer In NJ?\\\",\\\"description\\\":\\\"If you refuse to take a breathalyzer you can still be charged with DWI\\\\\\/DUI.  There are field sobriety tests that will be done, which will be video taped.  There are a host of factors that . . . Read More.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"11\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"307\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1275,41,1,'','2017-05-06 00:43:00',621,5950,'5db19fb51d940e3c7c6aeb65306804207d95d96e','{\"id\":41,\"asset_id\":227,\"title\":\"How Many Points is a Careless Driving Ticket in NJ? (2)\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj-2\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:43:00\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1276,41,1,'','2017-05-06 00:52:32',621,5763,'66c0033e242a0de55370758ce5142bbe438adf74','{\"id\":41,\"asset_id\":\"227\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ? (2)\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj-2\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:52:32\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-05-06 00:43:00\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1277,41,1,'','2017-05-06 00:52:56',621,5724,'789a71582107ffe982df78e5710a96da26e65a4c','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj-2\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:52:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-05-06 00:52:32\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"How Many Points is a Careless Driving Ticket in NJ?\\\",\\\"description\\\":\\\"If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points. If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1278,41,1,'','2017-05-06 00:54:18',621,5413,'44a963c87fdac0b7c0d8bb7a737c61fcb2f5dbbb','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj-2\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:54:18\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-05-06 00:52:56\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"DUI Vs. DWI in NJ\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1279,41,1,'','2017-05-06 00:56:01',621,4646,'710ccdbed584654ff77c479058e7c0a25810d972','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj-2\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:56:01\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-05-06 00:54:18\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"DUI Vs. DWI in NJ\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1280,41,1,'','2017-05-06 00:56:10',621,4610,'cdec5c7ce3d35237503aafcd0966a650afe08768','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"dui-vs-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span> <img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"\\\" width=\\\"19\\\" height=\\\"19\\\" \\/><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2017-05-06 00:56:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2017-05-06 00:56:01\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"gsd\\\":{\\\"snippet\\\":\\\"article\\\",\\\"article\\\":{\\\"headline\\\":\\\"DUI Vs. DWI in NJ\\\",\\\"description\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"2\\\"},\\\"event\\\":{\\\"type\\\":\\\"Event\\\",\\\"description\\\":\\\"\\\",\\\"startDate\\\":\\\"2017-02-14\\\",\\\"startTime\\\":\\\"00:00\\\",\\\"endDate\\\":\\\"2017-02-14\\\",\\\"endTime\\\":\\\"00:00\\\",\\\"status\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/EventScheduled\\\",\\\"locationName\\\":\\\"\\\",\\\"locationAddress\\\":\\\"\\\",\\\"performerType\\\":\\\"Person\\\",\\\"performerName\\\":\\\"\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\",\\\"offerStartDate\\\":\\\"2017-03-10\\\",\\\"offerStartTime\\\":\\\"00:00\\\",\\\"offerPrice\\\":\\\"0\\\",\\\"offerCurrency\\\":\\\"EUR\\\",\\\"offerInventoryLevel\\\":\\\"0\\\"},\\\"product\\\":{\\\"description\\\":\\\"\\\",\\\"sku\\\":\\\"\\\",\\\"brandName\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"1\\\",\\\"offerPrice\\\":\\\"\\\",\\\"currency\\\":\\\"EUR\\\",\\\"offerItemCondition\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/NewCondition\\\",\\\"offerAvailability\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\\\\/InStock\\\"},\\\"recipe\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"prepTime\\\":\\\"\\\",\\\"cookTime\\\":\\\"\\\",\\\"totalTime\\\":\\\"\\\",\\\"calories\\\":\\\"\\\",\\\"yield\\\":\\\"\\\",\\\"ingredient\\\":\\\"\\\",\\\"instructions\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\",\\\"reviewCount\\\":\\\"0\\\"},\\\"course\\\":{\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\"},\\\"review\\\":{\\\"description\\\":\\\"\\\",\\\"itemReviewedName\\\":\\\"\\\",\\\"itemReviewedType\\\":\\\"Thing\\\",\\\"address\\\":\\\"\\\",\\\"priceRange\\\":\\\"\\\",\\\"telephone\\\":\\\"\\\",\\\"image\\\":\\\"1\\\",\\\"imgupload\\\":\\\"\\\",\\\"imgurl\\\":\\\"\\\",\\\"ratingValue\\\":\\\"5\\\"},\\\"customcode\\\":\\\"\\\"},\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1287,25,1,'','2018-01-20 21:19:05',621,3922,'62de8b272e9d89c66b8207caf82c27e1f0051963','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Attorney in NJ<\\/span><br \\/><\\/strong><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings_ixsEi.jpg\\\" alt=\\\"real estate closings ixsEi\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 20px; border: thin solid #000000; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you need a real estate attorney in New Jersey, please call Joseph F. Morgano to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 21:19:05\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-20 21:18:42\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":44,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"973\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1288,26,1,'','2018-01-20 21:19:43',621,7848,'a7be9e41ab40a2e7965c4a75b1c2ae0cf342d5cc','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/criminal_defense_in__phnPr.jpg\\\" alt=\\\"criminal defense in phnPr\\\" width=\\\"220\\\" height=\\\"146\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 21:19:43\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-20 21:19:27\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":73,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"989\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1289,35,1,'','2018-01-20 21:22:00',621,4354,'2fe0df16446ad9ffeba074b3d98418c72c2f2616','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/property_tax_appeal__iwscV.jpg\\\" alt=\\\"property tax appeal iwscV\\\" width=\\\"200\\\" height=\\\"224\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 21:22:00\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-20 21:21:33\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"963\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1290,31,1,'','2018-01-20 21:23:13',621,2882,'01848c9a94eff394a4c03842a32d5db2684dfc64','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, for a free consultation. 732-263-9300.<br \\/><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 21:23:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-20 21:22:33\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"835\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1294,14,5,'','2018-01-23 19:37:00',621,677,'53be872b2bd0de2c29ca2d74a82f6ad777e8ba6f','{\"id\":14,\"asset_id\":\"128\",\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":\"16\",\"level\":\"1\",\"path\":\"attorney-profile\",\"extension\":\"com_content\",\"title\":\"Attorney Profile\",\"alias\":\"attorney-profile\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-23 19:36:28\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Joseph F. Morgano Attorney Profile\",\"metakey\":\"attorney profile Joseph F. Morgano\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 17:05:13\",\"modified_user_id\":\"621\",\"modified_time\":\"2018-01-23 19:37:00\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(1299,32,1,'','2018-01-25 20:59:30',621,4935,'62c854f872e8bb56d82ece1c0b48feca12f6f863','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"logo\\\" width=\\\"25\\\" height=\\\"25\\\" title=\\\"logo\\\" \\/><strong><span style=\\\"font-size: 21pt;\\\"> Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-25 20:59:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-25 20:59:07\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":125,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"464\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1300,32,1,'','2018-01-26 00:24:25',621,4898,'6d68836d329d827df9757820a9b001825f78d6a8','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\"><img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"logo\\\" \\/>&nbsp;Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-26 00:24:25\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-26 00:23:56\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":126,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"464\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1302,41,1,'','2018-01-27 19:45:47',621,3101,'d01e82bc89f2cdd35b7dce9c6e5fa12c48987599','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"dui-vs-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:45:47\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:45:36\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"525\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1303,40,1,'','2018-01-27 19:46:28',621,3830,'e6dcfc796ab1b7e7109acbc46b116d69c40aadd5','{\"id\":40,\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:46:28\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:45:56\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":16,\"ordering\":\"1\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"808\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1304,18,1,'','2018-01-27 19:47:19',621,3587,'1e702b8c8388f852a596198a8e33ff304e2e1f73','{\"id\":18,\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <span style=\\\"font-size: 12pt; color: #3366ff;\\\">&nbsp;<br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:47:19\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:47:11\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":84,\"ordering\":\"2\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1095\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1305,17,1,'','2018-01-27 19:47:35',621,4144,'5a9d8e84b1bd487214d58d839d3ad72435eb6ac6','{\"id\":17,\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:47:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:47:26\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"3\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"1626\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1306,16,1,'','2018-01-27 19:48:12',621,3477,'1eb4a82694fb636ade97d2ce8ee261fd15e6e79d','{\"id\":16,\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:48:12\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:48:01\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"4\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1066\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1307,14,1,'','2018-01-27 19:48:43',621,5444,'505057d18a2b9830b594a34aa3f4664d9514381b','{\"id\":14,\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:48:43\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:48:22\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"5\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"1577\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1308,13,1,'','2018-01-27 19:49:02',621,3828,'e32e2ff0bc199bcab9f86d5c288c13cb19801ceb','{\"id\":13,\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:49:02\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:48:47\",\"publish_up\":\"2016-06-25 04:57: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"6\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"983\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1309,12,1,'','2018-01-27 19:49:13',621,3745,'9d427b4f8aa53f7227fac637c00f25174034453e','{\"id\":12,\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:49:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:49:05\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"7\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"1049\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1310,11,1,'','2018-01-27 19:49:30',621,3788,'8fa3133df971e51164510542244152fd9213882d','{\"id\":11,\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:49:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:49:21\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"8\",\"metakey\":\"what are the fines for a dwi in nj\",\"metadesc\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"922\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1311,10,1,'','2018-01-27 19:49:46',621,4236,'75ad5676ae6a7e2db3802993266544d6cd7a752a','{\"id\":10,\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:49:46\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:49:39\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"9\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"2481\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1312,6,1,'','2018-01-27 19:50:01',621,4569,'94657350bc4fa5c7263b733772dc2192c58c0a51','{\"id\":6,\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:50:01\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:49:53\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"10\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"2730\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1313,5,1,'','2018-01-27 19:50:15',621,5078,'25ffd3fe9556ab0fcaa6022f16d9fcf786c2e5b4','{\"id\":5,\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:50:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:50:06\",\"publish_up\":\"2016-06-23 20:24: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"11\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"1161\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1314,4,1,'','2018-01-27 19:50:32',621,5200,'00d73d9ef152b92a807476e12a232c5619bedf0f','{\"id\":4,\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" width=\\\"56\\\" height=\\\"93\\\" style=\\\"margin-right: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-01-27 19:50:32\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-01-27 19:50:25\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":44,\"ordering\":\"12\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"1092\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1335,26,1,'','2018-02-01 01:58:54',621,7785,'54c0afd9e39591d08f703a454dacc4af02b1602b','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-01 01:58:54\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-01 01:56:53\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":74,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1016\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1336,35,1,'','2018-02-01 01:59:39',621,4253,'1a8fd76b125a5c20d34daa27574dfde349804084','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-01 01:59:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-01 01:58:59\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"999\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1337,25,1,'','2018-02-01 02:01:07',621,3849,'155ebf43384a6e11561ef81dd3b62cf4c2db5a45','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Attorney in NJ<\\/span><br \\/><\\/strong><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you need a real estate attorney in New Jersey, please call Joseph F. Morgano to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-01 02:01:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-01 02:00:04\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1017\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1338,32,1,'','2018-02-01 02:51:25',621,4912,'f25e3139d34d8c58110b03371726c42d03f58e83','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><span style=\\\"font-size: 21pt;\\\"><img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"logo\\\" \\/><\\/span><strong><span style=\\\"font-size: 21pt;\\\">&nbsp;Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-01 02:51:25\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-01 02:50:26\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":127,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"468\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1339,41,1,'','2018-02-02 03:26:30',621,2953,'a114e48f18e8098b3ff24c36980cd4bc3e749162','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"dui-vs-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:26:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:25:17\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"531\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1340,41,1,'','2018-02-02 03:28:41',621,3094,'2a84d46871105a78269b711c402977d9bd1a8e0d','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"dui-vs-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:28:41\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:26:30\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"531\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1341,40,1,'','2018-02-02 03:30:53',621,3823,'678977e68d6036f0d5c565170e59fab79a7d694b','{\"id\":40,\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:30:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:29:44\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":17,\"ordering\":\"1\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"813\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1342,18,1,'','2018-02-02 03:32:23',621,3580,'4b2f367703b9319acb0b6b1e0a5080b8b9dbfd12','{\"id\":18,\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <span style=\\\"font-size: 12pt; color: #3366ff;\\\">&nbsp;<br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:32:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:31:33\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":85,\"ordering\":\"2\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1102\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1343,17,1,'','2018-02-02 03:33:17',621,4137,'18ba109160500dbacaa10ba04156db13de46fa5b','{\"id\":17,\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:33:17\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:32:31\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"3\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"1640\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1344,16,1,'','2018-02-02 03:34:14',621,3439,'eada9c24e54db227ec0d6d34e91b93765f4ed5af','{\"id\":16,\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:34:14\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:33:28\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"4\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1077\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1345,14,1,'','2018-02-02 03:35:18',621,5437,'4e84aba88a5f09eaf541a9d1c25c0906fcd061d1','{\"id\":14,\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:35:18\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:34:23\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"5\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"1587\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1346,13,1,'','2018-02-02 03:36:07',621,3821,'1cac9196de1d715e185c10af2669e27d8684edf7','{\"id\":13,\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:36:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:35:26\",\"publish_up\":\"2016-06-25 04:57: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"6\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"990\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1347,12,1,'','2018-02-02 03:37:06',621,3738,'16c415e7b193cebdb227d5686f6436ae3955bf46','{\"id\":12,\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:37:06\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:36:16\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"7\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"1062\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1348,11,1,'','2018-02-02 03:38:03',621,3781,'b08543a23c9ec9c3f453932bb2d95fe238cc6512','{\"id\":11,\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:38:03\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:37:19\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"8\",\"metakey\":\"what are the fines for a dwi in nj\",\"metadesc\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"928\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1349,10,1,'','2018-02-02 03:38:53',621,4229,'5b618b37ad03cc7f8f6c9de796e8f41b986f9ff0','{\"id\":10,\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:38:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:38:11\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"9\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"2488\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1350,6,1,'','2018-02-02 03:39:44',621,4562,'7c97e5cca8643b83b52959eb051f33142c51c452','{\"id\":6,\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:39:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:39:03\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":39,\"ordering\":\"10\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"2764\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1351,5,1,'','2018-02-02 03:40:40',621,5071,'aca57aac027a6b4f44f77c0a1a4808ad8c880ace','{\"id\":5,\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:40:40\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:39:51\",\"publish_up\":\"2016-06-23 20:24: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"11\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"1169\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1352,4,1,'','2018-02-02 03:41:26',621,5193,'4b3942ef56d67805dbc9daae3cf54e3f2962d0cc','{\"id\":4,\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/lady-of-justice2.jpg\\\" alt=\\\"lady of justice2\\\" style=\\\"margin-right: 5px; margin-bottom: 5px; float: left;\\\" \\/>Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-02 03:41:26\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-02 03:40:47\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"12\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"1103\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1353,35,1,'','2018-02-03 01:37:04',621,4278,'63e42f466fff74d68b73a83de03d7e391c40988f','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"\\/\\/static.morganolaw.com\\/staticimages\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 01:37:04\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 01:36:40\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":37,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1005\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1355,27,1,'','2018-02-03 18:17:35',621,3682,'9b296ee5e3fbda13cd57cdc2251a3d233fbfb46b','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"167\\\" height=\\\"202\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 150px; text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Negligence<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 18:17:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 18:16:28\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":52,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"916\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1356,27,1,'','2018-02-03 18:20:31',621,3458,'e45d1c5c3c08313dea93de4f688468f5f7f3ebeb','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"167\\\" height=\\\"202\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 18:20:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 18:20:00\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":53,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"917\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1357,27,1,'','2018-02-03 18:22:02',621,3461,'e455fee3e0fde226e9f668a1b63d0389d6300df7','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"167\\\" height=\\\"202\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 18:22:02\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 18:20:31\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":54,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"918\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1358,27,1,'','2018-02-03 18:23:17',621,3455,'2444d14b3768ce55b0cb1fcd82fb936aec070515','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"167\\\" height=\\\"202\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 60px; text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 18:23:17\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 18:22:02\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":55,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"919\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1359,27,1,'','2018-02-03 18:24:52',621,3384,'64c420bec3a0aa53b8253e28e46d8cb96720e2c9','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"167\\\" height=\\\"202\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 18:24:52\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 18:24:29\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":57,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"920\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1360,26,1,'','2018-02-03 19:01:56',621,7814,'2d1e324fb97573b28842489b81edb6f3aa73c845','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"220\\\" height=\\\"146\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:01:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:01:01\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":75,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1025\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1361,32,1,'','2018-02-03 19:26:10',621,4939,'4654a5c660eaeaa8a71dfe17562387359cf8f074','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><span style=\\\"font-size: 21pt;\\\"><img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"logo\\\" width=\\\"25\\\" height=\\\"25\\\" \\/><\\/span><strong><span style=\\\"font-size: 21pt;\\\">&nbsp;Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:26:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:25:44\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":128,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"472\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1362,27,1,'','2018-02-03 19:30:23',621,3384,'8f8f83b39bd7757f7f56e413a6962919a371ff93','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"250\\\" height=\\\"187\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:30:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:29:43\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":58,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"921\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1363,32,1,'','2018-02-03 19:36:22',621,4968,'daa7b161a7708ee62e961e8ceb2216f749d01f46','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><span style=\\\"font-size: 21pt;\\\"><img src=\\\"images\\/mymedia\\/logo.jpg\\\" alt=\\\"logo\\\" width=\\\"25\\\" height=\\\"25\\\" \\/><\\/span><strong><span style=\\\"font-size: 21pt;\\\">&nbsp;Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" width=\\\"157\\\" height=\\\"176\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:36:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:36:01\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":129,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"472\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1364,35,1,'','2018-02-03 19:37:16',621,4283,'a1cccdea28b15d04c536959644efd2f1efab4348','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"200\\\" height=\\\"224\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:37:16\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:36:56\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":39,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1006\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1365,28,1,'','2018-02-03 19:43:31',621,3199,'2b91c5b1b591260caef2e278bc5942f3b395ba46','{\"id\":28,\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"border: 1px solid #000000; margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 19:43:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 19:42:44\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"853\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1366,27,1,'','2018-02-03 22:29:21',621,3384,'e1ff2bc670239bac303f1e2f39c111b1196dcc59','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury Attorney in NJ<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"200\\\" height=\\\"149\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 22:29:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 22:28:49\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":59,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"922\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1367,35,1,'','2018-02-03 23:21:20',621,4283,'db8e98aefc3908281192083902fea333f34d2885','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"160\\\" height=\\\"179\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em><\\/span>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:21:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:20:54\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1007\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1368,35,1,'','2018-02-03 23:32:16',621,4228,'8b8263294e98d98e11d5cbda60aa604824d5c813','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>NJ Property Tax Appeal Attorney<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"160\\\" height=\\\"179\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\">Please call or email us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:32:16\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:31:38\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1007\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1369,31,1,'','2018-02-03 23:35:28',621,2855,'bfd63168581337d62ba036dac97dcb77b2cf37bc','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, for a free consultation. 732-263-9300.<br \\/><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:35:28\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:35:08\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"864\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1370,30,1,'','2018-02-03 23:36:24',621,3041,'08db63dfed0f5a4ce3145c9fb862b334b5eea080','{\"id\":30,\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungement Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:36:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:35:39\",\"publish_up\":\"2016-07-30 00:52: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":46,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"861\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1371,28,1,'','2018-02-03 23:37:24',621,3172,'a6c5baedfdc5a11149cbc66ef075266a3d8c3d25','{\"id\":28,\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call Joseph F. Morgano, to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:37:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:37:09\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"853\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1373,25,1,'','2018-02-03 23:53:13',621,3878,'7791a82872c837e01e1ef8bd1d56f17bd4ff2f0d','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Attorney in NJ<\\/span><br \\/><\\/strong><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you need a real estate attorney in New Jersey, please call Joseph F. Morgano to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-03 23:53:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-03 23:52:38\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":46,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1026\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1374,40,1,'','2018-02-04 01:17:41',621,3682,'c8661c99347f9f0527e7cdae0e9a34dcd110da73','{\"id\":40,\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:17:41\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:17:33\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":18,\"ordering\":\"1\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"815\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1375,18,1,'','2018-02-04 01:18:35',621,3439,'1557d22b6c6a034ea910e51617663db6f4765869','{\"id\":18,\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <span style=\\\"font-size: 12pt; color: #3366ff;\\\">&nbsp;<br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:18:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:18:28\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":86,\"ordering\":\"2\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1105\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1376,17,1,'','2018-02-04 01:18:59',621,3996,'9b7a706c9e65441a531c3c613ee157e57577f8fb','{\"id\":17,\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:18:59\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:18:40\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"3\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"1648\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1377,16,1,'','2018-02-04 01:19:23',621,3329,'52afde10ad368e5789ef590a2af3d65afaf3541f','{\"id\":16,\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:19:23\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:19:08\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"4\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1079\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1378,14,1,'','2018-02-04 01:19:44',621,5296,'cc0f112b4f5b25394dd606df68057f2b863a61d3','{\"id\":14,\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:19:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:19:37\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"5\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"1595\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1379,13,1,'','2018-02-04 01:19:58',621,3680,'cd7b9e3151f29f13a04073840acf121917e13b7b','{\"id\":13,\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:19:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:19:49\",\"publish_up\":\"2016-06-25 04:57: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"6\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"991\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1380,12,1,'','2018-02-04 01:20:08',621,3597,'fb7e14a7cd3b44fca312851cf188a4e89827ba80','{\"id\":12,\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:20:08\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:20:01\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"7\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"1067\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1381,11,1,'','2018-02-04 01:20:20',621,3640,'966c099555dbbf43257a77dcfa360cd7bea68e4c','{\"id\":11,\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:20:20\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:20:14\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"8\",\"metakey\":\"what are the fines for a dwi in nj\",\"metadesc\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"931\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1382,10,1,'','2018-02-04 01:20:42',621,4088,'81cbea1fdc536821eedda000073b3df3f0961af6','{\"id\":10,\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:20:42\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:20:34\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":37,\"ordering\":\"9\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"2495\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1383,6,1,'','2018-02-04 01:20:56',621,4421,'3d72ca6974946b2208c0f50c9aa02bca6ad047c7','{\"id\":6,\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:20:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:20:48\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":40,\"ordering\":\"10\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"2779\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1384,5,1,'','2018-02-04 01:21:10',621,4930,'f7700dccbd9afe6d36dd7cb7e9d5773a8f5dcbb7','{\"id\":5,\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:21:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:21:02\",\"publish_up\":\"2016-06-23 20:24: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"11\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"1173\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1385,4,1,'','2018-02-04 01:21:22',621,5052,'202b79b76ef59ac299db561ae573655c1a008266','{\"id\":4,\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:21:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:21:15\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":46,\"ordering\":\"12\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"1107\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1386,40,1,'','2018-02-04 01:22:05',621,3710,'627a2ecd28f65d60ab0e002def8e5c986308c509','{\"id\":40,\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 01:22:05\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 01:21:49\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":19,\"ordering\":\"1\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"815\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1388,26,1,'','2018-02-04 15:16:39',621,7815,'5dd6699e52c662aba46851992706fc4a98dc5e09','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/criminal_defense_in__nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 15:16:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 15:16:07\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":77,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1026\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1389,26,1,'','2018-02-04 15:21:37',621,7814,'b7651c4a2cd15fe22044d0ae5203f28626ec9e5e','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-04 15:21:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-04 15:21:10\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":78,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1026\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1390,32,1,'','2018-02-10 02:01:34',621,4839,'e6eadeda501893906d43e1400f6a0a8e5ad1a465','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\">Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small.jpg\\\" alt=\\\"profile small\\\" width=\\\"157\\\" height=\\\"176\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-10 02:01:34\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-10 02:01:20\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":130,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"476\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1391,31,1,'','2018-02-14 03:48:55',621,2855,'3cba2997f203eee68fc391510a7ceafad8ae9f90','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change Attorney in NJ<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"190\\\" height=\\\"127\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call Joseph F. Morgano, for a free consultation. 732-263-9300.<br \\/><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-14 03:48:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-14 03:48:14\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"887\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1392,32,1,'','2018-02-27 01:13:31',621,4849,'14e237d4ea03934d2eabfc4c0119b4a5642d6cb0','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\">Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small-home.jpg\\\" alt=\\\"profile small home\\\" width=\\\"149\\\" height=\\\"167\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-02-27 01:13:31\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-02-27 01:11:42\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":131,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"490\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1393,26,1,'','2018-03-02 02:17:58',621,7834,'d5ec8556566638012e9ff40257b2febee29d942d','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense Attorney in NJ<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"templates\\/jfmatlaw\\/images\\/nature\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in New Jersey, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-02 02:17:58\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-02 02:17:42\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":79,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1072\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1400,25,1,'','2018-03-19 00:10:46',621,3827,'33f6ef0e4207a41c5efd5d3ce6532bdcbc557af4','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong>&nbsp;<\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:10:46\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:08:47\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":47,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1134\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1401,25,1,'','2018-03-19 00:11:12',621,3821,'62d5c713bd1e360518b5e89a4d8f6c4010a65c38','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:11:12\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:10:46\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":48,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1134\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1402,26,1,'','2018-03-19 00:14:14',621,7756,'8853c31367980813bca3d288dce10de9ba19d12f','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"templates\\/jfmatlaw\\/images\\/nature\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense (DP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense (PDP)<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span>.<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span>. <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:14:14\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:12:32\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":80,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1114\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1403,27,1,'','2018-03-19 00:15:30',621,3370,'6e7367843614140c69009efab681bbae2c1d69d0','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"200\\\" height=\\\"149\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:15:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:15:05\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":60,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"1010\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1404,28,1,'','2018-03-19 00:16:02',621,3138,'6fa6e68b6eb20877e12ec0bb66a7a5fb2b85c11f','{\"id\":28,\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to: <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">temporary disability while you are out of work; paid medical bills; and a permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:16:02\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:15:39\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"928\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1405,29,1,'','2018-03-19 00:16:44',621,2597,'6dd06232db5d591e5f9fce1e77fdea80fe3cdb6a','{\"id\":29,\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Debt Collection<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:16:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:16:11\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods . . . Read More.\",\"access\":\"1\",\"hits\":\"917\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1406,35,1,'','2018-03-19 00:18:07',621,4283,'d6041f9bf203bfc85ce297f1e03d81428a1d5855','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Property Tax Appeals<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"160\\\" height=\\\"179\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em>?<\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em>.<\\/span>&nbsp; <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing?<\\/strong><\\/span><\\/em><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">Please contact us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:18:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:17:07\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1144\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1407,30,1,'','2018-03-19 00:18:41',621,3027,'a16204e9380f5cf38828e16fc40704b67a53af59','{\"id\":30,\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungements<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:18:41\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:18:21\",\"publish_up\":\"2016-07-30 00:52: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":48,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"958\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1408,31,1,'','2018-03-19 00:19:13',621,2821,'0309b5686cd6bf367473524a345526f6fa946cc8','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"190\\\" height=\\\"127\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call for a free consultation. 732-263-9300.<br \\/><\\/span><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 00:19:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 00:18:48\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"953\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0);
INSERT INTO `mdr_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 (1412,23,1,'','2018-03-19 15:58:45',621,15445,'c0a8ad10cc8ae8e072693001c9df1845fc3be254','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><\\/span><\\/span><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span><\\/span><\\/span><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/span><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 15:58:45\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 15:57:47\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":180,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI\\/DUI, appearing in court with an attorney can result in ...Read More\",\"access\":\"1\",\"hits\":\"1949\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1414,24,1,'','2018-03-19 16:06:21',621,18016,'cb590712f6d1315ff73dac509caf3e071f6373df','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 20px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996.<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em><\\/span>&nbsp;<span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" style=\\\"color: #3366ff;\\\" title=\\\"Point List for NJ Traffic Tickets\\\">(See Full List)<\\/a><\\/span>&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span><\\/em><\\/span><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span><\\/em><\\/span><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h4 style=\\\"text-align: justify;\\\">&nbsp;<\\/h4>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:06:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:05:47\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":140,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1742\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1415,25,1,'','2018-03-19 16:08:36',621,3820,'22ff41a86dee69d0f0b88af1554dbee291fe48e1','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:08:36\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:07:52\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":49,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1136\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1416,24,1,'','2018-03-19 16:09:37',621,18028,'280fd17f0bf56043cd84be7a2fcdcae77768d36e','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 20px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span>&nbsp;<span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" style=\\\"color: #3366ff;\\\" title=\\\"Point List for NJ Traffic Tickets\\\">(See Full List)<\\/a><\\/span>&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:09:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:08:43\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":141,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1743\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1417,23,1,'','2018-03-19 16:12:32',621,15464,'d7434d34c0883993be104595027802e997b7b26a','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:12:32\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:12:03\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":181,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI\\/DUI, appearing in court with an attorney can result in ...Read More\",\"access\":\"1\",\"hits\":\"1950\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1418,26,1,'','2018-03-19 16:14:33',621,7901,'bfa032a59063133eb2ffbce4301f889909d1b935','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"templates\\/jfmatlaw\\/images\\/nature\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"> <strong>(DP)<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"> <strong>(PDP)<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:14:33\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:12:53\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":81,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1116\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1419,27,1,'','2018-03-19 16:15:07',621,3365,'637692d9a915a4beaf2f0ee9dde7751fe342b647','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"200\\\" height=\\\"149\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:15:07\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:14:49\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":61,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"1013\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1420,28,1,'','2018-03-19 16:26:29',621,3386,'2e94197c8751ab48a985f64f0526093744036e5f','{\"id\":28,\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1. Temporary disability while you are out of work;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2. Paid medical bills; and a<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">3. Permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:26:29\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:24:12\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":44,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"930\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1421,35,1,'','2018-03-19 16:49:24',621,4326,'3635055220246b5e5c2d062e0373762bf7d86fb8','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Property Tax Appeals<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"160\\\" height=\\\"179\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em>?<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing<\\/strong><\\/span><strong>?<\\/strong><\\/em><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">Please contact us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:49:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:26:56\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1149\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1422,29,1,'','2018-03-19 16:51:33',621,2595,'ce8557e6c20e08275a0575aa0b15d4c30e2ed338','{\"id\":29,\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Debt Collection<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:51:33\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:50:56\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods . . . Read More.\",\"access\":\"1\",\"hits\":\"918\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1423,30,1,'','2018-03-19 16:52:45',621,3009,'c7868343c25999a5e1329a7b397c15f56e800820','{\"id\":30,\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungements<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:52:45\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:51:53\",\"publish_up\":\"2016-07-30 00:52: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":49,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"959\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1424,31,1,'','2018-03-19 16:53:15',621,2778,'161dbbaf5b65eae3b16ef643532b0a721df0ecbc','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"190\\\" height=\\\"127\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call for a free consultation. 732-263-9300.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:53:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:52:50\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"954\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1425,31,1,'','2018-03-19 16:54:51',621,2796,'c9e60ee82aedd055b6f40bbe4da87093f8866b68','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"190\\\" height=\\\"127\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call for a free consultation. 732-263-9300.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 16:54:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 16:54:42\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":34,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"954\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1426,23,1,'','2018-03-19 17:40:04',621,15535,'456ebe92b7daaa83dc0783738b83cc4540f91677','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-19 17:40:04\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-19 17:30:16\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":182,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI\\/DUI, appearing in court with an attorney can result in ...Read More\",\"access\":\"1\",\"hits\":\"1950\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1427,32,1,'','2018-03-27 17:48:17',621,4849,'4e0c6bc9b8f8ef056835dff866b65de7d27862ab','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\">Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small-home.jpg\\\" alt=\\\"profile small home\\\" width=\\\"149\\\" height=\\\"166\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-27 17:48:17\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-27 17:47:16\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":132,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"516\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1428,23,1,'','2018-03-31 18:41:13',621,15621,'aa235937b1c186ddfd1639894aa19e2f3120db22','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-31 18:41:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-31 18:37:53\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":183,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  Please call for a free consultation. 732-263-9300\",\"access\":\"1\",\"hits\":\"1981\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1429,23,1,'','2018-03-31 18:42:02',621,15649,'0d3474b023d7316382174ae9b62719ce9e509563','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"622\",\"created_by_alias\":\"\",\"modified\":\"2018-03-31 18:42:02\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-03-31 18:41:39\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":184,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"1981\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1430,30,1,'','2018-04-01 17:40:53',621,3010,'b3141b95374f16376da4d1e4268e9d7ce3baf545','{\"id\":30,\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungements<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:40:53\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:39:29\",\"publish_up\":\"2016-07-30 00:52: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":50,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"1001\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1431,23,1,'','2018-04-01 17:42:30',621,15649,'1eea514bda83d133c5452e4ad5f6a4fd066ce67f','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\\/DUI\",\"alias\":\"dwi-dui\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:42:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:42:15\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":185,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"2022\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1432,24,1,'','2018-04-01 17:43:09',621,18028,'15125b78a76abfe2260d11a80a813035bb1481ea','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 20px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span>&nbsp;<span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" style=\\\"color: #3366ff;\\\" title=\\\"Point List for NJ Traffic Tickets\\\">(See Full List)<\\/a><\\/span>&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:43:09\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:42:56\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":143,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1799\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1433,27,1,'','2018-04-01 17:43:36',621,3365,'518bf44b0806ec9d52583e21ffb19b52dcf6ba49','{\"id\":27,\"asset_id\":\"122\",\"title\":\"Personal Injury\",\"alias\":\"personal-injury\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span><span>Personal Injury<\\/span><\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span><img src=\\\"images\\/mymedia\\/personal-injury-attorney-in-nj.jpg\\\" alt=\\\"personal injury attorney in nj\\\" width=\\\"200\\\" height=\\\"149\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/> <\\/span><span style=\\\"font-size: 12pt;\\\">If you have been injured in an accident, you may be entitled to compensation.&nbsp; We handle various types of personal injury matters such as:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong>Auto Accident&nbsp; &nbsp;<\\/strong><\\/span><strong style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Motorcycle Accident<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Negligence&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Slip and Fall&nbsp; &nbsp;<\\/span><\\/strong><strong><span style=\\\"font-size: 12pt;\\\">Dog Bite<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:46:08\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:43:36\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:43:23\",\"publish_up\":\"2016-07-30 00: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":62,\"ordering\":\"5\",\"metakey\":\"monmouth county nj personal injury attorney\",\"metadesc\":\"If you have been injured in an accident, you may be able to recover compensation. Handling personal injury cases since 1996. Call today to discuss your case.\",\"access\":\"1\",\"hits\":\"1044\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1434,25,1,'','2018-04-01 17:44:15',621,3820,'a6c4f11749f5c659f5f22edf84d15751bafd37db','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:44:15\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:43:56\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":50,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1184\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1435,35,1,'','2018-04-01 17:45:01',621,4326,'587c99728c1e261316f698b8603302635860b597','{\"id\":35,\"asset_id\":\"201\",\"title\":\"Property Tax Appeal\",\"alias\":\"property-tax-appeal\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Property Tax Appeals<br \\/><\\/strong><\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/property_tax_appeal.jpg\\\" alt=\\\"property tax appeal\\\" width=\\\"160\\\" height=\\\"179\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><strong>Paying Too Much For NJ Property Taxes<\\/strong><\\/em>?<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Often times, homeowners are paying property taxes that are too high, in relation to other comparable properties in their area. Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your property assessment in an effort to get your property taxes reduced. <br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Filing Deadline<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The filing deadline to file a NJ property tax appeal is generally, April 1st of the tax year. (January 15 for Monmouth County)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Will There Be a Hearing<\\/strong><\\/span><strong>?<\\/strong><\\/em><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Once a NJ property tax appeal is filed, a hearing will be schedule by the county tax board.&nbsp; However, it is often the case where the tax assessor and municipal attorney offer to settle on a revised property assessment.&nbsp; If the matter is resolved by way of settlement, than the hearing will still take place, but the home owner will not have to attend.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">Please contact us for more information.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:45:01\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:44:49\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"8\",\"metakey\":\"monmouth county nj property tax appeal attorney\",\"metadesc\":\"Many homeowners are not aware that they may be entitled to a reduction in their property taxes. We can appeal your NJ property assessment . . . Read More.\",\"access\":\"1\",\"hits\":\"1235\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1436,41,1,'','2018-04-01 17:47:37',621,2954,'1c62cc3c60cd32dc3bc7a675323aba5529310db3','{\"id\":41,\"asset_id\":\"227\",\"title\":\"DUI Vs. DWI in NJ\",\"alias\":\"dui-vs-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>DUI Vs. DWI in NJ<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">A common question many people have is, what is the difference between DUI and DWI in NJ.&nbsp; In NJ we have DWI (Driving While Intoxicated).&nbsp; Other states have DUI (Driving Under the Influence).&nbsp; There is no difference other than the terms used.&nbsp; While in NJ it is correctly referred to as DWI, the terms are used interchagably.&nbsp; There is one set of laws in NJ governing DWI, whether it is refered to as DWI or DUI.<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:47:37\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:47:28\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"0\",\"metakey\":\"What is the difference between DUI and DWI in NJ, DUI vs DWI in NJ\",\"metadesc\":\"What is the difference between DUI and DWI in NJ?\",\"access\":\"1\",\"hits\":\"640\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1437,40,1,'','2018-04-01 17:47:51',621,3710,'f5f37a2fd35105333971ea47f4e011ee531a4d51','{\"id\":40,\"asset_id\":\"222\",\"title\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"alias\":\"what-are-the-penalties-for-driving-without-insurance-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What Are The Penalties For Driving Without Insurance in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are charged with driving without insurance in NJ, you will be issued a summons for violating 39:6B-2. There are substantial consequences for violating <span style=\\\"font-size: 12pt;\\\">39:6B-2<\\/span>.&nbsp; For a first offense, you will be subject to a fine of $300.00 to $1,000.00; community service for a period determined by the court; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and loss of license for one year. <span style=\\\"font-size: 12pt;\\\">For a second offense, you will be subject to a fine of $5,000.00; community service for 30 days; loss of license for two years; <span style=\\\"font-size: 12pt;\\\">$250.00 per year, for 3 years, DMV Surcharge<\\/span>; and fourteen days in jail. <\\/span><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/39-nj-driving-without-insurance-penalties-njsa-39-6b-2\\\" style=\\\"color: #3366ff;\\\"><span style=\\\"font-size: 12pt;\\\">(See Full Statute)<\\/span><\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:47:51\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:47:42\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":20,\"ordering\":\"1\",\"metakey\":\"what are the penalties for driving without insurance in NJ, how much is a ticket for driving without insurance in NJ, can you go to jail for driving without insurance in NJ, how long do you lose your license for driving without insurance in NJ\",\"metadesc\":\"What Are The Penalties For Driving Without Insurance in NJ?\",\"access\":\"1\",\"hits\":\"933\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1438,32,1,'','2018-04-01 17:48:52',621,4849,'1545f58df24173bfbdf6e5edfa9b9f86f3149343','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\">Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/profile-small-home.jpg\\\" alt=\\\"profile small home\\\" width=\\\"149\\\" height=\\\"166\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Avenue (Suite 131)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:48:52\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:48:43\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":133,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"524\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1439,31,1,'','2018-04-01 17:49:13',621,2796,'99b849aedc39fbac39c9b641a0a16e21ddb331bd','{\"id\":31,\"asset_id\":\"126\",\"title\":\"Name Change\",\"alias\":\"name-change\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Name Change<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/name_change_in_nj.jpg\\\" alt=\\\"name change in nj\\\" width=\\\"190\\\" height=\\\"127\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" \\/><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you wish to change your name In NJ, we can assist with the process.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For more information, please call for a free consultation. 732-263-9300.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:53:51\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:49:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:49:02\",\"publish_up\":\"2016-07-30 00:53:51\",\"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\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"10\",\"metakey\":\"monmouth county nj name change attorney\",\"metadesc\":\"If you wish to change your name In NJ, we can assist with the process. For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"987\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1440,29,1,'','2018-04-01 17:49:30',621,2595,'33306ec3a00fa150a2745d96f87afc50a89fdaa6','{\"id\":29,\"asset_id\":\"124\",\"title\":\"Collections\",\"alias\":\"collections\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Debt Collection<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods.&nbsp; If you have a collection matter that you need assistance with, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:51:03\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:49:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:49:22\",\"publish_up\":\"2016-07-30 00:51:03\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"7\",\"metakey\":\"monmouth county nj collections attorney\",\"metadesc\":\"Unfortunately, it is sometimes difficult for a business or individual to collect money that is contractually owed for services or goods . . . Read More.\",\"access\":\"1\",\"hits\":\"951\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1441,28,1,'','2018-04-01 17:49:44',621,3386,'63fde3ab6d75a0bee118bbb3b71ee72e9a61ca0f','{\"id\":28,\"asset_id\":\"123\",\"title\":\"Worker\'s Compensation\",\"alias\":\"worker-s-compensation\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Worker\'s Compensation<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/workers-compensation-in-nj.jpg\\\" alt=\\\"workers compensation in nj\\\" width=\\\"200\\\" height=\\\"134\\\" style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Were you involved in a NJ work related injury<\\/strong><\\/span><\\/em>?<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">You may be entitled to:<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1. Temporary disability while you are out of work;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2. Paid medical bills; and a<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">3. Permanency award of compensation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:48:22\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:49:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:49:35\",\"publish_up\":\"2016-07-30 00:48:22\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"6\",\"metakey\":\"monmouth county nj workers compensation attorney\",\"metadesc\":\"Were you involved in a work related injury?  You may be entitled to temporary disability while you are out of work. You may also be . . . Read More.\",\"access\":\"1\",\"hits\":\"963\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1442,26,1,'','2018-04-01 17:49:59',621,7901,'d6e8dcd4444d7099deb3985ffa6019816f69da8a','{\"id\":26,\"asset_id\":\"121\",\"title\":\"Criminal Defense\",\"alias\":\"criminal-defense\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong>Criminal Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/> <\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><img src=\\\"templates\\/jfmatlaw\\/images\\/nature\\/criminal_defense_in_nj.jpg\\\" alt=\\\"criminal defense in nj\\\" width=\\\"200\\\" height=\\\"132\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/>If you have been charged with a crime or disorderly persons offense in, it is essential that you have legal representation. The repercussions of conviction may include fines, penalties, probation, jail-time, a criminal record and other negative consequences. A criminal record can also effect your ability to get a job or join the military.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Joseph F. Morgano handles criminal cases in the NJ Superior Courts and Municipal Courts, including: drug charges; shoplifting charges; assault charges; probation violation; and other types of criminal cases.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><em><strong>Is your case serious<\\/strong><\\/em><\\/span><span style=\\\"font-size: 12pt;\\\">?&nbsp; My opinion is that all criminal charges are serious, even if you are not facing jail-time.&nbsp; The seriousness of your charges is something you will discuss with your attorney, however, the following is a breakdown of how the NJ criminal system classifies criminal offenses.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Crimes<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Crimes are classified as first, second, third or fourth degree, and are handled in the Superior Court (County Court) of New Jersey. (NJ does not use the classification of \\\"felony\\\", however, a \\\"crime\\\" is the equivalent of a \\\"felony\\\").<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Disorderly Persons Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"> <strong>(DP)<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Disorderly Persons Offenses are not considered \\\"crimes\\\" in NJ, however, they are considered to be criminal charges.&nbsp; Disorderly persons offenses are handled in the NJ Municipal Courts. <span style=\\\"font-size: 12pt;\\\">(NJ does not use the classification of \\\"misdemeanor\\\", however, a \\\"disorderly persons offense\\\" is the equivalent of a \\\"misdemeanor\\\").<\\/span><br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Petti Disorderly Persons Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"> <strong>(PDP)<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Petti Disorderly Persons offenses are the same as above but are not as serious. Petti disorderly persons offenses are handled in the NJ Municipal Courts.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Borough Ordinance Violation<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Borough Ordinance Violations are the least serious and are handled in the NJ Municipal Courts. An example of a Borough Ordinance would be where a municipality has prohibited playing loud music at your home after a certain time of the day.&nbsp; If you violate a borough ordinance, the sentence will usually be a fine.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Sentencing<\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">First Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">10 to 20 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Second Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">5 to 10 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Third Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">3 to 5 years in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Fourth Degree<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 18 months in prison;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 6 months in jail; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Petti-Disorderly Persons Offense<\\/span><\\/strong>.&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Up to 30 days in jail.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have a criminal matter you would like to discuss, please call for an appointment.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:42:02\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:49:59\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:49:49\",\"publish_up\":\"2016-07-30 00:42:02\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":82,\"ordering\":\"4\",\"metakey\":\"monmouth county nj criminal defense attorney\",\"metadesc\":\"If you have been charged with a crime, it is essential that you have legal representation. The repercussions of conviction may include ... Read More.\",\"access\":\"1\",\"hits\":\"1158\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1443,18,1,'','2018-04-01 17:50:22',621,3439,'cce1706ecb92fbf034ee02a38c5652eb58c4466e','{\"id\":18,\"asset_id\":\"90\",\"title\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-reckless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Reckless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for Reckless driving in NJ, you may be issued a summons for violating 39:4-96. The penalty you will be subject to is 5 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with less points, or no points at all. <span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ reckless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span> <span style=\\\"font-size: 12pt; color: #3366ff;\\\">&nbsp;<br \\/><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:30:18\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:50:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:50:12\",\"publish_up\":\"2016-07-01 19:30:18\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"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\\\":\\\"1\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":87,\"ordering\":\"2\",\"metakey\":\"how many points is a reckless driving ticket in nj, reckless driving ticket nj, nj reckless driving ticket, points for reckless driving in nj, points for a nj reckless driving ticket\",\"metadesc\":\"How Many Points is a Reckless Driving Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1249\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1444,17,1,'','2018-04-01 17:50:39',621,3996,'2b1e1f8e47b191511347a2844082894583b9fb19','{\"id\":17,\"asset_id\":\"89\",\"title\":\"How Many Points is a Careless Driving Ticket in NJ?\",\"alias\":\"how-many-points-is-a-careless-driving-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Careless Driving Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.&nbsp; Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your careless driving ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span>&nbsp;<\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 19:16:01\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:50:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:50:26\",\"publish_up\":\"2016-07-01 19:16:01\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"3\",\"metakey\":\"how many points is a careless driving ticket in nj, how many points is a careless driving ticket in new jersey, careless driving ticket nj, careless driving ticket new jersey, nj careless driving ticket, new jersey careless driving ticket, points for careless driving in nj, points for careless driving in new jersey, points for a nj careless driving ticket, points for a new jersey careless driving ticket, careless driving ticket nj points, careless driving ticket new jersey points\",\"metadesc\":\"How Many Points is a Careless Driving Ticket in NJ?\\r\\nIf you are pulled over for careless driving in NJ, you may be issued a summons for violating 39:4-97. The penalty you will be subject to is 2 points.  Points on your NJ Diver\'s License can result in loss of license and higher insurance premiums. If you decide to contest the ticket in court, you could potentially end up with no points at all.\",\"access\":\"1\",\"hits\":\"1877\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1445,16,1,'','2018-04-01 17:50:55',621,3329,'5d1823aba5e73b72f5c2c116cbb06553ba571828','{\"id\":16,\"asset_id\":\"88\",\"title\":\"How Many Points is a Speeding Ticket in NJ?\",\"alias\":\"how-many-points-is-a-speeding-ticket-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points is a Speeding Ticket in NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are pulled over for speeding in NJ, you may be issued a summons for violating 39:4-98. The points that you are subject to depends on how fast you were traveling. If you are exceeding the speed limit by: 1-14 mph, the penalty is 2 points; 15-29 mph, the penalty is 4 points; and 30 mph or more is 5 points. If you decide to contest the ticket in court, you could end up with less points or no points at all.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ speeding ticket, or other NJ traffic tickets, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-07-01 18:33:00\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:50:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:50:46\",\"publish_up\":\"2016-07-01 18:33:00\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"4\",\"metakey\":\"how many points is a speeding ticket in nj, speeding ticket nj, nj speeding ticket, points for speeding in nj, points for a nj speeding ticket\",\"metadesc\":\"How Many Points is a Speeding Ticket in NJ?\",\"access\":\"1\",\"hits\":\"1231\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1446,14,1,'','2018-04-01 17:51:10',621,5296,'672904435e8eaf37922d702b70f5d3608508def0','{\"id\":14,\"asset_id\":\"86\",\"title\":\"Can You Beat Your NJ Traffic Ticket?\",\"alias\":\"can-you-beat-your-nj-traffic-ticket\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Beat Your NJ Traffic Ticket?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span>If you have been issued a NJ traffic ticket for a moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.&nbsp; If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.&nbsp; If you, however, plead not guilty and appear in court, you will be given the opportunity to present your case to the prosecutor.&nbsp; If you can not reach an agreement with the prosecutor, you may elect to appear before the judge and have a trial. Having an attorney represent you in NJ municipal court can greatly improve your chances of getting the points reduced or eliminated.&nbsp; Typically, your attorney will discuss the case with the prosecutor which often leads to a reduction or elimination of points on your NJ driver\'s license.&nbsp; Additionally, having an attorney will make the process go much smoother and faster.&nbsp; Without representation, you will probably be waiting in court for an extended period of time, depending on how heavy the docket is in that particular court.&nbsp; Having representation will get you through the process swiftly since the court will dispose of the attorney-cases first.&nbsp; This is not preferential treatment, it is simply because that is the directive that the municipal courts have been given by the NJ Supreme Court.&nbsp; While it may seem like a lot of trouble to appear in court for a traffic ticket, the inconvenience is out-weighed by the potential benefits. Having points on your NJ driver\'s license can result in loss of license and higher insurance rates.&nbsp; <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span> We handle all NJ motor vehicle tickets and would like to assist you with your case.&nbsp;<\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span id=\\\"__mce_tmp\\\" style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ ticket, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-29 23:22:38\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:51:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:51:00\",\"publish_up\":\"2016-06-29 23:22:38\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"5\",\"metakey\":\"Can you beat your nj traffic ticket, nj traffic lawyer, nj traffic attorney, nj municipal court lawyer, nj municipal court attorney, nj speeding lawyer, nj speeding attorney, nj careless diving ticket lawyer, nj careless driving ticket attorney, nj reckless diving ticket lawyer, nj reckless driving ticket attorney, careless driving attorney nj, careless driving lawyer nj, reckless driving attorney nj, reckless driving lawyer nj\",\"metadesc\":\"If you have been issued a ticket for a NJ moving violation, assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.  If you pay the ticket without appearing in court, your are pleading guilty and accepting the points on your license.  If you, however, plead not guilty and appear in court, you will be given the opportunity to ...Read More\",\"access\":\"1\",\"hits\":\"1843\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1447,13,1,'','2018-04-01 17:51:24',621,3681,'e87861060dab5af1f2ea42c381098bac0e93a35d','{\"id\":13,\"asset_id\":\"84\",\"title\":\"Do You Need an Attorney for a New Jersey DWI\",\"alias\":\"do-you-need-an-attorney-for-a-new-jersey-dwi\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">Do You Need an Attorney for a NJ DWI<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court. As discussed in other articles, there are situations where the court has discretion with respect to sentencing and situations where the court does not have discretion. With effective counsel in your corner, you may be able to beat your DWI, or obtain the minimal sentence that a court is permitted to impose. Each case of course, must be evaluated on an individual basis.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your NJ DWI, please call us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:57:21\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:51:24\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:51:15\",\"publish_up\":\"2016-06-25 04:57: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"6\",\"metakey\":\"do you need an attorney for a new jersey DWI, in nj do you need an attorney for dwi, should you get an attorney for nj dwi, will it heolp to have an attorney for nj dwi\",\"metadesc\":\"If you are charged with DWI in New Jersey, you will be facing consequences that can impact your life for years to come. It is important that you have effective representation so that the potential consequences can be reduced to the minimal sentence allowed by the court.\",\"access\":\"1\",\"hits\":\"1088\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1448,12,1,'','2018-04-01 17:51:39',621,3597,'e0a6388fa127ff52b9bad00b18348293c628026f','{\"id\":12,\"asset_id\":\"83\",\"title\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"alias\":\"how-long-do-you-lose-your-license-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\">How long do you lose your license for a DWI in New Jersey<\\/span>?<\\/span> <\\/strong><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI in New Jersey, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year. (First offense only) Another factor consider is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.&nbsp;<span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions about DWI in New Jersey, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:45:29\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:51:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:51:28\",\"publish_up\":\"2016-06-25 04:45:29\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"7\",\"metakey\":\"loss of license nj dwi, loss of license nj dui, nj dwi loss of license, how long do you lose your license for a dwi in nj\",\"metadesc\":\"How Long Do You Lose Your License for a DWI in NJ?\",\"access\":\"1\",\"hits\":\"1201\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1449,11,1,'','2018-04-01 17:51:55',621,3641,'b43039ef005cb2b9e72d3cafee97d1d1110887ed','{\"id\":11,\"asset_id\":\"82\",\"title\":\"What Are the Fines For a DWI in NJ?\",\"alias\":\"what-are-the-fines-for-a-dwi-in-nj\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>What are the Fines for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines for a DWI in New Jersey are higher where the offense is committed within a school zone. (Within 1000 feet of a school). When the DWI offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have questions and would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:33:03\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:51:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:51:43\",\"publish_up\":\"2016-06-25 04:33:03\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":33,\"ordering\":\"8\",\"metakey\":\"what are the fines for a dwi in nj\",\"metadesc\":\"For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than . . . Read More\",\"access\":\"1\",\"hits\":\"1059\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1450,10,1,'','2018-04-01 17:52:10',621,4088,'d27a8300cfe419fa1fe67710aa1e1b1e1f0298e7','{\"id\":10,\"asset_id\":\"81\",\"title\":\"Can You Go To Jail For A DWI In New Jersey?\",\"alias\":\"can-you-go-to-jail-for-a-dwi-in-new-jersey\",\"introtext\":\"<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Can You Go to Jail for a DWI in New Jersey?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of a DWI in New Jersey, you may face jail-time. For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days. For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days. If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. Additionally, there are enhanced jail sentences for a DWI conviction where the offense was committed within a school zone. (within 1000 feet of a school) The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction in New Jersey. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case in detail, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-25 04:08:24\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:52:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:51:59\",\"publish_up\":\"2016-06-25 04:08:24\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":38,\"ordering\":\"9\",\"metakey\":\"do you go to jail for a dwi dui, how long can you go to jail for a dwi dui, do you go to jail for dwi dui, how long do you go to jail for dwi dui, can you go to jail for dwi dui, can you go to jail for a dwi dui, do you go to jail for a dwi dui in nj, how long can you go to jail for a dwi dui in nj, do you go to jail for dwi dui in nj, how long do you go to jail for dwi dui in nj, can you go to jail for dwi dui in nj, can you go to jail for a dwi dui in nj\",\"metadesc\":\"Can You Go To Jail For A DWI In New Jersey? If you are convicted of a DWI in New Jersey, you may face jail-time. Read More\",\"access\":\"1\",\"hits\":\"2645\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1451,6,1,'','2018-04-01 17:52:30',621,4421,'2fae84b924b5d1dacaef3f7efc97fd33ef23e5ab','{\"id\":6,\"asset_id\":\"62\",\"title\":\"How Many Points Do You Get For A DWI\\/DUI In NJ?\",\"alias\":\"how-many-points-do-you-get-for-a-dwi-dui-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if !mso]><object\\r\\n classid=\\\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\\\" id=ieooui><\\/object>\\r\\n\\r\\n<![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>How Many Points Do You Get For A DWI\\/DUI In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">The answer, surprisingly to many is no DMV points, however, you will receive 9 insurance points.&nbsp; DWI\\/DUI in New Jersey is not considered a moving violation for purposes of imposing points, such as speeding, careless driving, reckless driving, etc.&nbsp; The DWI\\/DUI offense occurs when the intoxicated individual gets behind the wheel.&nbsp; Even if you don\'t start the engine you can still be charged with&nbsp;DWI\\/DUI in NJ.&nbsp;&nbsp;Thus, you do not&nbsp;need to be moving to be charged with DWI\\/DUI.&nbsp; Of course when you are charged with DWI\\/DUI you may be given other citations such as speeding, careless driving or whatever the case may be,&nbsp;for which points would be imposed if convicted.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:28:31\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:52:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:52:16\",\"publish_up\":\"2016-06-23 20:28:31\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"10\",\"metakey\":\"How many points do you get for a DWI DUI in NJ, dwi nj points, dui nj points, do you get points for a nj dwi\",\"metadesc\":\"How many points do you get for a DWI DUI in NJ? Article on DWI DUI in NJ. Discusses the reasoning behind the fact that you do not need to be driving to be charged with DWI DUI, and why no points are issued.\",\"access\":\"1\",\"hits\":\"3168\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1452,5,1,'','2018-04-01 17:52:57',621,4930,'3b253a01740d58753c6eef416fe6d0eab627fe3a','{\"id\":5,\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:52:57\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:52:46\",\"publish_up\":\"2016-06-23 20:24: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\":\"{\\\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":35,\"ordering\":\"11\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"1301\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1453,4,1,'','2018-04-01 17:53:10',621,5052,'f9768461c91848d84ca25176b497e2cd18be0e3a','{\"id\":4,\"asset_id\":\"60\",\"title\":\"Should You Refuse To Take A Breathalyzer In NJ?\",\"alias\":\"should-you-refuse-to-take-a-breathalyzer-in-nj\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<h3><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/h3>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Should You Refuse To Take A Breathalyzer In NJ?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Many people have asked me whether or not they should have taken or refused to submit to a breathalyzer test.&nbsp;&nbsp;Some people are under the impression that if you refuse the test then you cannot be charged with DWI\\/DUI.&nbsp; That is not the case.&nbsp; If you refuse to take a breathalyzer you can still be charged with DWI\\/DUI.&nbsp; There are field sobriety tests that will be done, which will be video taped.&nbsp; There are a host of factors that the officer will use to determine whether or not someone is intoxicated.&nbsp; The problem with refusal is that there is additional loss of license and fines.&nbsp; First offense 7 months to 1 year loss of license and fine of $300 to $500; Second offense 2 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $500 to $1,000<\\/span>; and Third offense 10 years <span style=\\\"font-size: 12pt;\\\">loss of license and fine of $1,000<\\/span>.&nbsp; If within 1000 feet of a school zone, duration of loss of license and fines are doubled.&nbsp; So, it\'s a decision that everyone must make on their own, but keep in mind there is&nbsp;additional loss of license and fines.&nbsp;<span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:14:56\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-01 17:53:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-01 17:53:00\",\"publish_up\":\"2016-06-23 20:14:56\",\"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\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":47,\"ordering\":\"12\",\"metakey\":\"should you refuse to take a breathalyzer test in nj, refusal to take breathalyzer in nj, do you have to take a breathalyzer in nj, consequences for refusal to take a breathalyzer in nj, refusing to take a breathalyzer test in nj, can you get a dwi if you don\'t take a breathalyzer in nj\",\"metadesc\":\"Should you refuse to take a breathalyzer test in NJ? Read our article describing some of the consequences for refusal to consent to a breathalyzer test in NJ.\",\"access\":\"1\",\"hits\":\"1251\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1455,24,1,'','2018-04-04 00:24:30',621,18029,'143a4262ae22b6b20cc36b3a5ee8ad3c007eef24','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" style=\\\"margin-right: 20px; float: left;\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case. <span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span>&nbsp;<span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" style=\\\"color: #3366ff;\\\" title=\\\"Point List for NJ Traffic Tickets\\\">(See Full List)<\\/a><\\/span>&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a href=\\\"practice-areas\\/26-criminal-defense\\\" style=\\\"color: #3366ff;\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-04 00:24:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-04 00:23:56\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":144,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1812\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1456,5,1,'','2018-04-04 00:37:57',621,4931,'30335b2e83682968fa3d9af2012778afa69d261e','{\"id\":5,\"asset_id\":\"61\",\"title\":\"You were charged with DWI\\/DUI In NJ, Now What?\",\"alias\":\"you-were-charged-with-dwi-dui-in-nj-now-what\",\"introtext\":\"<p><!-- [if gte mso 9]><xml>\\r\\n <w:WordDocument>\\r\\n  <w:View>Normal<\\/w:View>\\r\\n  <w:Zoom>0<\\/w:Zoom>\\r\\n  <w:PunctuationKerning\\/>\\r\\n  <w:ValidateAgainstSchemas\\/>\\r\\n  <w:SaveIfXMLInvalid>false<\\/w:SaveIfXMLInvalid>\\r\\n  <w:IgnoreMixedContent>false<\\/w:IgnoreMixedContent>\\r\\n  <w:AlwaysShowPlaceholderText>false<\\/w:AlwaysShowPlaceholderText>\\r\\n  <w:Compatibility>\\r\\n   <w:BreakWrappedTables\\/>\\r\\n   <w:SnapToGridInCell\\/>\\r\\n   <w:WrapTextWithPunct\\/>\\r\\n   <w:UseAsianBreakRules\\/>\\r\\n   <w:DontGrowAutofit\\/>\\r\\n  <\\/w:Compatibility>\\r\\n  <w:BrowserLevel>MicrosoftInternetExplorer4<\\/w:BrowserLevel>\\r\\n <\\/w:WordDocument>\\r\\n<\\/xml><![endif]--><\\/p>\\r\\n<p><!-- [if gte mso 9]><xml>\\r\\n <w:LatentStyles DefLockedState=\\\"false\\\" LatentStyleCount=\\\"156\\\">\\r\\n <\\/w:LatentStyles>\\r\\n<\\/xml><![endif]--><!-- [if gte mso 10]>\\r\\n\\r\\n<![endif]--><\\/p>\\r\\n<h1 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>You Were Charged With DWI\\/DUI In NJ, Now What?<\\/strong><\\/span><\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the penalties resulting from DWI\\/DUI are loss of license, fines and possibly jail time.&nbsp; How long you loose your license for depends on certain factors such as: Your BAC (Blood Alcohol Content) reading; Whether or not you have prior DWI\\/DUI convictions; Whether or not there was an accident involved and other factors.&nbsp; <span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #3366ff;\\\"><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\">(See full NJ DWI Statute)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Should You Get An Attorney?<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Some of the fines and penalties have minimums and maximums.&nbsp; Having an attorney handle your case can greatly benefit you.&nbsp; Your attorney can most likely get you the minimums for fines and penalties.&nbsp; In some cases you&nbsp;may be able to&nbsp;win your case with the charges being dismissed, or a not guilty verdict in the case of a trial.&nbsp; Even if there are no grounds to successfully challenge&nbsp;the charges at a trial, having an attorney can lessen thefines and penalties that might otherwise be&nbsp;imposed if you do&nbsp;not have effective representation.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call us for an appointment if you would like to discuss your case.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h3 style=\\\"text-align: justify;\\\">&nbsp;<\\/h3>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2016-06-23 20:24:23\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-04 00:37:57\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-04 00:29:16\",\"publish_up\":\"2016-06-23 20:24: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\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"1\\\",\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":36,\"ordering\":\"11\",\"metakey\":\"dwi in nj, dui in nj, nj dwi legal help. nj dui legal help, should you get an attorney for a dwi in nj\",\"metadesc\":\"You were charged with DWI DUI in NJ. We can assist you. Read our article on DWI DUI in NJ.  Discusses some of the things to consider in terms of adverse consequences and the importance of obtaining legal counsel.  \",\"access\":\"1\",\"hits\":\"1307\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1464,38,1,'','2018-04-08 15:18:44',621,1924,'5ad61a3fc2a00ecf35571b5eec622b23e6fecc62','{\"id\":38,\"asset_id\":\"219\",\"title\":\"Our Google Business Rating Home Page\",\"alias\":\"our-google-business-rating-home-page\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"19\",\"created\":\"2017-02-12 01:07:31\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-04-08 15:18:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-08 15:18:34\",\"publish_up\":\"2017-02-12 01:07:31\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"Our Google Business Aggregate Rating.\",\"access\":\"1\",\"hits\":\"407\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(1465,23,1,'','2018-04-28 00:36:22',621,15640,'ceef30fe4cfdfe6ee5fd78689be6afca0f185db6','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\",\"alias\":\"dwi\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney represent you in court, will often result in a more favorable outcome<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-04-28 00:36:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-04-28 00:28:51\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":186,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"2117\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1466,13,5,'','2018-05-02 02:34:07',621,909,'109c1dfe1aedc653793f9b8c3c83e38bfbe44bbc','{\"id\":13,\"asset_id\":\"117\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"practice-areas\",\"extension\":\"com_content\",\"title\":\"Practice Areas\",\"alias\":\"practice-areas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-02 02:33:57\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Our Practice Areas\",\"metakey\":\"dwi attorney nj, traffic ticket attorney nj, real estate attorney nj, criminal defense attorney nj, personal injury attorney nj, workers compensation attorney nj, property tax appeal attorney nj, expungement attorney nj, name change attorney nj, collections attorney nj, \",\"metadata\":\"{\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-07-30 00:14:57\",\"modified_user_id\":\"621\",\"modified_time\":\"2018-05-02 02:34:07\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(1470,34,1,'','2018-05-02 20:36:57',621,11113,'b8ff5622e52383ecffd4859b9b860c5361b08c39','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><br \\/><\\/a><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span><\\/a><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><\\/span><\\/a><\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span><\\/span><\\/span><\\/a><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-02 20:36:57\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-02 20:33:45\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":23,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"479\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1471,34,1,'','2018-05-02 20:42:55',621,11038,'af815bf00d27ec751e6e47feb1abca572b1acb7a','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><br \\/><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-02 20:42:55\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-02 20:41:52\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":24,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"479\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1472,34,1,'','2018-05-02 20:45:46',621,11002,'1d32e93016ed9513eb4f2e4ead3d165ae748b111','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><br \\/><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-02 20:45:46\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-02 20:45:20\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"479\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1473,34,1,'','2018-05-02 23:52:35',621,10540,'c8981b9c85121b2a01320b12bd23a63dd5bbd8d7','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a>&nbsp;<\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><br \\/><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-02 23:52:35\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-02 23:52:04\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"480\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1474,34,1,'','2018-05-03 01:19:27',621,10113,'c964166d2e3a73000e5b7b21ad1226ae64251c28','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\">(See actual review at Google)<\\/a><\\/span><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><\\/span><\\/span><strong style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-03 01:19:27\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-03 01:15:20\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"481\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1475,34,1,'','2018-05-03 01:20:30',621,10115,'912fbca67e98cfaac257eadfa54429e49546b44a','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\">(See actual review at Google)<\\/a><\\/span><\\/span> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><\\/a><\\/span><\\/span><\\/span><strong style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-03 01:20:30\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-03 01:19:27\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"481\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1476,34,1,'','2018-05-03 01:21:02',621,9594,'c29ff834633201113810390c8963865e3421a42c','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-03 01:21:02\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-03 01:20:30\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"481\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1477,34,1,'','2018-05-03 01:23:33',621,9760,'0cd087a4f5422962b1d08c0828a8ca22d7c139c5','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><strong style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-03 01:23:33\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-03 01:21:02\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":30,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"481\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1478,18,5,'','2018-05-04 13:04:39',621,641,'0964cacc1661b968cd75e6e0c3b99f06f79a5d9d','{\"id\":18,\"asset_id\":\"154\",\"parent_id\":\"1\",\"lft\":\"21\",\"rgt\":\"22\",\"level\":\"1\",\"path\":\"google-reviews\",\"extension\":\"com_content\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"note\":\"\",\"description\":\"\",\"published\":\"0\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-04 13:04:29\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"Read Google Reviews posted on Google+.\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"621\",\"created_time\":\"2016-10-04 02:35:16\",\"modified_user_id\":\"621\",\"modified_time\":\"2018-05-04 13:04:39\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(1479,34,1,'','2018-05-04 21:45:10',621,9741,'79c03c8b65cedc6a903928f51722b2d69f70f372','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Client Reviews Posted On Google<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Chris Hoffman<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-10-06T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>My case was very complicated Joseph work very long and hard on it more than most lawyers would have done we got a very favorable verdict in my case I\'d highly recommend him to anyone<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - eBONIKZ BEATS<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/undefined\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Date<\\/span><\\/strong> - 2016-9-29T04:00:00+00:00<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Mr.Morgano has represented me on multiple traffic and criminal offenses. Always been pleased with the outcome, minimal fines and no jail time. Hes on top of appearances and very knowledgeable on your case. I recommend him to anyone looking for representation<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Ron Weinstein<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>I hired Joseph Morgano, Attorney, for a Traffic Violation, and multiple Real Estate Closings. In every instance, I couldn\'t have been more pleased with the outcomes! Mr Morgano was on time (or early!) for all Court Appearances, returning phone calls, and Real Estate Closings. I was also very pleased at the super reasonable Fees, each time I hired Mr. Morgano. I would (and HAVE) heartily recommend Joseph Morgano, Attorney at Law!!!!!!!!!!!!!!!!!!<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><span style=\\\"color: #3366ff; font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\" itemscope=\\\"itemscope\\\" itemtype=\\\"http:\\/\\/schema.org\\/\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Arturo Lewin<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) -&nbsp; 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Highly recommended, my family and business has been working with Joseph for more than 5 years<\\/em>.\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - S.T. parker<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"<em>Hands down or behind my back (lol) Joseph Morano is the best in the field! Mr.morgano had gone far and beyond my expectations when used to represent me in my last legal matter. Using another attorney in the future is not an option for me. Joseph morgano is the best there is! Thank you once again Mr.Morgano!<\\/em>\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\"><strong style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\">Item Reviewed<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"> - Joseph F. Morgano Attorney at Law<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reviewer<\\/span><\\/strong> - Mila L.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Rating<\\/span><\\/strong> (0 to 5) - 5.0<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">\\\"Excellent! Very professional and knowledgeable. Always answers your questions and is very thorough in walking you through the process. Highly recommended!\\\" <a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\"><span style=\\\"font-size: 12pt; color: #0000ff;\\\">(See actual review at Google)<\\/span><\\/span> <\\/span> <\\/span> <\\/a> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-04 21:45:10\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-04 21:44:58\",\"publish_up\":\"2016-10-04 02:37:08\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":31,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"484\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1480,23,1,'','2018-05-04 21:59:17',621,15627,'e170eda88c900408275448a91d472934781998cc','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\",\"alias\":\"dwi\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI in NJ, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney fight your case, will often lead to better results<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\" style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-04 21:59:17\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-04 21:57:27\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":190,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"2156\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1481,34,1,'','2018-05-07 02:03:22',621,2827,'1b79d9fe5f22d0da24afeaf6e5d8ba45b4f874de','{\"id\":34,\"asset_id\":\"155\",\"title\":\"Google Reviews\",\"alias\":\"google-reviews\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><a href=\\\"https:\\/\\/www.google.com\\/search?q=Joseph+F.+Morgano+Attorney+at+Law,+621+Shrewsbury+Ave+#lrd=0x89c2250157ff8649:0x59028444ec63d73c,1,,,\\\" style=\\\"color: #3366ff;\\\">Google Reviews&nbsp;(On Google)<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #3366ff; font-size: 14pt;\\\"><a href=\\\"https:\\/\\/www.avvo.com\\/attorneys\\/07702-nj-joseph-morgano-1602318\\/reviews.html\\\" rel=\\\"alternate\\\" style=\\\"text-decoration: underline; color: #3366ff;\\\" title=\\\"AVVO Reviews\\\">AVVO Reviews<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #3366ff; font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a href=\\\"https:\\/\\/www.yelp.com\\/biz\\/joseph-f-morgano-attorney-at-law-shrewsbury?hrid=SmftwBKgz-Le_ZtT37dX5g\\\" style=\\\"color: #3366ff; text-decoration: underline;\\\">Yelp Reviews<\\/a><\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"18\",\"created\":\"2016-10-04 02:37:08\",\"created_by\":\"621\",\"created_by_alias\":\"\",\"modified\":\"2018-05-07 02:03:22\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-07 02:01:47\",\"publish_up\":\"2016-10-04 02:37: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"3\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":32,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"Read Google+ reviews that previous clients have posted on Google+.\",\"access\":\"1\",\"hits\":\"485\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1482,23,1,'','2018-05-14 17:46:13',621,15627,'e64b154af61c85522ca18b1da11701c3ba055e9e','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\",\"alias\":\"dwi\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI in NJ, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney fight your case, will often lead to better results<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<h4 style=\\\"text-align: left;\\\"><span style=\\\"color: #3366ff;\\\"><em><a style=\\\"color: #3366ff;\\\" title=\\\"NJ DWI Law\\\" href=\\\"nj-statutes\\/7-nj-dwi-dui-law\\\"><strong>See Full Text of the NJ DWI Statute: NJSA 39:4-50<\\/strong><\\/a><\\/em><\\/span><\\/h4>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-14 17:46:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-14 17:44:10\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":191,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"2196\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1483,24,1,'','2018-05-14 17:46:49',621,18028,'dc953460c1f5c38648b6f24b50e940c4a1c85868','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case. <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\">(See NJ Point Schedule for All moving violations)<\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span>&nbsp;<span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"Point List for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\">(See Full List)<\\/a><\\/span>&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-14 17:46:49\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-14 17:46:21\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":147,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1939\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1484,25,1,'','2018-05-14 17:47:21',621,3801,'84127a401598f51896d17a2cdca8ffd875f6e901','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-14 17:47:21\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-14 17:47:13\",\"publish_up\":\"2016-07-30 00:40:23\",\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":53,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1295\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1485,25,1,'','2018-05-14 17:47:56',621,3820,'17c275c501220c4b37f0191d7c9024850faff5db','{\"id\":25,\"asset_id\":\"120\",\"title\":\"Real Estate Closings\",\"alias\":\"real-estate-closings\",\"introtext\":\"<h1 style=\\\"text-decoration: underline; font-size: 18pt; text-align: center;\\\"><strong><span>Real Estate Closings<\\/span><\\/strong><\\/h1>\\r\\n<p><span style=\\\"font-size: 12pt;\\\"><img style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" src=\\\"images\\/mymedia\\/real_estate_closings.jpg\\\" alt=\\\"real estate closings\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Handling Real Estate Closings Since 1996.<\\/strong><\\/span><\\/em> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are buying or selling a home, or refinancing your present home, it is important to have an attorney represent you throughout the process. Initially, there is the attorney review period wherein the contract of sale will be reviewed and negotiated. There will then be the inspection period wherein the buyer will perform an inspection of the property. This will often lead to additional negotiations regarding repairs. Other aspects of the process are the acquisition of the title policy; the mortgage contingency period; the mortgage closing and the closing of title. There are many nuances to the representation depending on the type of transaction it is. The types of transactions vary greatly and should be treated accordingly on a case-by-case basis. Whether you are buying, selling or refinancing, we will represent your interest.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Please call to discuss all of your real estate transactional needs.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:40:23\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-14 17:47:56\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-14 17:47:35\",\"publish_up\":\"2016-07-30 00:40: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":54,\"ordering\":\"3\",\"metakey\":\"monmouth county nj real estate attorney\",\"metadesc\":\"If you are buying or selling a home, it is important to have an attorney represent you throughout the process. Call for more information. 732-263-9300\",\"access\":\"1\",\"hits\":\"1295\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1486,30,1,'','2018-05-14 17:55:13',621,3010,'d04ce9f798220e95e1a9a9d24c59269af626eade','{\"id\":30,\"asset_id\":\"125\",\"title\":\"Expungement\",\"alias\":\"expungement\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline; font-size: 18pt;\\\"><strong><span>Expungements<\\/span><br \\/><\\/strong> <\\/span><\\/h1>\\r\\n<p><img style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" itemprop=\\\"image\\\" src=\\\"images\\/mymedia\\/expungement-in-nj.jpg\\\" alt=\\\"expungement in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you have been convicted or plead guilty to a crime or disorderly persons offense in NJ, we can assist you in getting it expunged from your record.&nbsp; A criminal record can adversely effect many areas of your life, such as, your ability to get a job or join the military.<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to know more about expungement, please call for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:52:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-14 17:55:13\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-14 17:54:46\",\"publish_up\":\"2016-07-30 00:52: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":51,\"ordering\":\"9\",\"metakey\":\"monmouth county nj expungement attorney\",\"metadesc\":\"If you have been convicted or plead guilty to a crime in NJ, we can assist you in getting it expunged from your record. Call today for more information. \",\"access\":\"1\",\"hits\":\"1091\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1487,32,1,'','2018-05-19 17:34:39',621,4842,'90b51dab509172318128a6fccd732baf28bd4f73','{\"id\":32,\"asset_id\":\"129\",\"title\":\"Attorney Info\",\"alias\":\"attorney-info\",\"introtext\":\"<article>\\r\\n<article>\\r\\n<h1 style=\\\"text-align: left;\\\"><span style=\\\"font-family: book antiqua,palatino;\\\"><strong><span style=\\\"font-size: 21pt;\\\">Joseph F. Morgano <em>Attorney at Law<\\/em><\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img style=\\\"margin-right: 10px; margin-bottom: 10px; float: left;\\\" src=\\\"images\\/mymedia\\/profile-small-home.jpg\\\" alt=\\\"profile small home\\\" width=\\\"149\\\" height=\\\"166\\\" \\/><\\/p>\\r\\n<\\/article>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>Monmouth County, New Jersey Attorney<\\/strong><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><em>Representing clients since 1996<\\/em><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">I handle cases throughout New Jersey including DWI\\/DUI, Traffic Tickets, Residential Real Estate Closings, Refinances, Commercial Real Estate Closings, Personal Injury, Complex Litigation, Worker\'s Compensation, Criminal&nbsp;Defense, Expungements, Collection Matters, Property Tax Appeals and other types of cases. &nbsp;I am committed to zealous representation and professionalism.&nbsp; Whether your case is a simple traffic violation or a complex litigation matter, it will be handled with care and expertise.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Education<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">J.D. - Juris Doctor, 1995 - <\\/span><img src=\\\"images\\/mymedia\\/law-school-logo.jpg\\\" alt=\\\"law school logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Western Michigan University<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">B.S. - Political Science, 1991 - <\\/span><img src=\\\"images\\/mymedia\\/college-logo.jpg\\\" alt=\\\"college logo\\\" width=\\\"31\\\" height=\\\"31\\\" \\/><span style=\\\"font-size: 12pt;\\\">&nbsp; <\\/span><span style=\\\"font-size: 12pt;\\\">Monmouth University<br \\/><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Location<\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">621 Shrewsbury Ave Ste 131<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">Shrewsbury, NJ 07702<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-263-9300 Phone<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\">732-795-3958 Fax<\\/span><\\/p>\\r\\n<\\/article>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2016-07-30 17:23:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-19 17:34:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-19 17:34:22\",\"publish_up\":\"2016-07-30 17:23: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":134,\"ordering\":\"0\",\"metakey\":\"monmouth county nj attorney profile\",\"metadesc\":\"Joseph F. Morgano is a Monmouth County, New Jersey attorney with over twenty years experience. Call today for more information. 732-263-9300.\",\"access\":\"1\",\"hits\":\"570\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1488,23,1,'','2018-05-25 00:09:26',621,15421,'c9af13c0f038875004dc7e2273a958455d38557d','{\"id\":23,\"asset_id\":\"118\",\"title\":\"DWI\",\"alias\":\"dwi\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 18pt;\\\">DWI Defense<\\/span><\\/strong> <\\/span><\\/h1>\\r\\n<p><img style=\\\"margin-right: 15px; margin-bottom: 5px; float: left;\\\" src=\\\"images\\/mymedia\\/dwi_in_nj.jpg\\\" alt=\\\"dwi in nj\\\" width=\\\"170\\\" height=\\\"208\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\">Defending NJ DWI cases since 1996.<\\/span><\\/strong> <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">(<span>NJ Statute: 39:4-50<\\/span>) If you have been charged with DWI in NJ, appearing in court with an attorney can result in a more favorable outcome. Some of the consequences are loss of license, fines and possibly jail time. Having an attorney fight your case, will often lead to better results<span style=\\\"color: #333333;\\\">.<\\/span><\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Loss of License<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you are convicted of or you plead guilty to a DWI charge, the duration of loss of license can vary depending on certain factors. One factor is the BAC (breath alcohol content) level, if you have submitted to a breathalyzer test. If you\'re BAC level is .08 or higher, but less than .10, the duration of loss of license is three months. (For first offense only) If you you\'re BAC level is .10 or higher, the duration of the loss of license is seven months to one year (First offense only). Another factor considered is whether you have prior DWI convictions. The duration of the loss of license for a Second offense is two years, and ten years for a third offense. Where the offense was committed within a school zone (within 1000 feet of a school), the loss of license is as follows: First Offense, 1 to 2 year loss of license; Second Offense, 4 year loss of license; Third Offense, 20 year loss of license. There are other issues that can affect the duration of loss of license, and of course there are other penalties in addition to loss of license.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Fines<\\/strong><\\/span><\\/em> <\\/span> <\\/span><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, if your BAC (blood alcohol content) level is .08 or greater, but less than .10, the fine is a minimum of $250 up to $400. If it is a first offense and your BAC level is .10 or higher, then the fine is a minimum of $300 up to $500. For a second offense, the fine is a minimum of $500 up to $1000. If it is a third offense, the fine is $1000. The fines are higher where the offense is committed within a school zone (Within 1000 feet of a school). Where the offense was committed within a school zone, the fines are as follows: for a first offense, the fine is a minimum of $500 up to $800; for a second offense, the fine is a minimum of $1000 up to $2000; for a third offense, the fine is $2000. There may be other costs and penalties associated with DWI convictions, but the above fines are the statutory fines that will be imposed.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Jail-Time<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a first offense, jail-time is generally not imposed, however, the court has discretion to impose a jail sentence of up to 30 days (60 days if within a school zone). For a second offense, there is a mandatory jail sentence of 48 hours, and at the discretion of the court, can be up to 90 days (4 to 180 days if within a school zone). If a jail sentence is imposed for a first or second offense, the court may approve a release into a work release program. For a third offense, there is a mandatory jail sentence of 180 days. However, the court has discretion to reduce the jail sentence by the number of days spent in a drug or alcohol rehabilitation inpatient program, not exceeding 90 days. The foregoing is a brief summary of the potential jail sentences associated with a DWI conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>IDRC<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>(<\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><strong>Intoxicated Driver Resource Center<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong>)<\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For first offenders, the court will impose a period of detainment of 12 to 48 hours at IDRC. Detainment will be six hours each day and served as prescribed by the program requirements of the Intoxicated Driver Resource Centers.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Community Service<\\/em><\\/strong><\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">For a second offense, the court will impose a 30 day period of community service (60 days if within a school zone).&nbsp; The court will determine the nature of the community service, as it deems approriate under the particular circumstances.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Prior Offenses<\\/strong><\\/span><\\/em> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Prior convictions will be used for sentencing purposes unless the subsequent offense occurred more than 10 years after the prior conviction.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Out-of-State Convictions<\\/span><\\/strong> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Out-of-state prior convictions will be used for sentencing purposes unless the subsequent NJ offense occurred more than 10 years after the prior out-of-state conviction.&nbsp; Additionally, the out of state prior conviction will not be considered if the conviction was based exclusively on a BAC level of less than .08.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Ignition Interlock Device<\\/strong><\\/span> <\\/em><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.17<\\/span><span style=\\\"font-size: 12pt; color: #000000;\\\">)<\\/span><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">At the discretion of the judge, installation of an interlock device for six months to one year upon restoration. If the BAC level is 0.15% or greater, a mandatory installation of ignition interlock device during license suspension and for 6 months to 1 year following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Mandatory installation of ignition interlock device during license suspension and for 1 to 3 years following restoration.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Failure to Install Interlock Device<\\/strong><\\/span><\\/em> <strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #000000;\\\">NJ Statute: 39:4-50.19<\\/span><\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Failure to install an interlock device will result in an additional 1 year suspension of driver\'s license.&nbsp; Additionally, a person who drives the vehicle after it has been started by any means other than blowing into the device or who drives a vehicle that is not equipped with such a device shall have his driver\'s license suspended for an additional 1 year.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><em><strong>Refusal to Submit to Breathalyzer<\\/strong><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"> <\\/span><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:4-50.4<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>First Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">7 months to 1 year loss of license and fine of $300 to $500;<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Second Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">2 years loss of license and fine of $500 to $1,000; and<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Third Offense<\\/strong><\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">10 years loss of license and fine of $1,000.&nbsp;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If within 1000 feet of a school zone, duration of loss of license and fines are doubled.<\\/span><\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><em>Underage Drinking and Driving<\\/em><\\/strong><\\/span><\\/span><span style=\\\"font-size: 14pt;\\\"><em> <\\/em><\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><span style=\\\"font-size: 14pt;\\\"><span style=\\\"color: #000000;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-size: 12pt;\\\">NJ Statute: 39:4-50.14<\\/span><\\/span> <\\/span> <\\/span> <\\/span><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"font-size: 14pt;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong> <\\/span> <\\/span> <\\/strong> <\\/span> <\\/span><br \\/><\\/span><\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">BAC of More Than .01 but Less Than .08<\\/span><br \\/><\\/strong> <\\/span><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">30 to 90 days loss of license;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">15-30 days community service; and<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Satisfaction of IDRC.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If BAC level is .08 or greater, than these penalties will be in addition to the standard DWI penalties.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you would like to discuss your case, please contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:16:36\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:09:26\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:06:28\",\"publish_up\":\"2016-07-30 00:16:36\",\"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\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"1\\\",\\\"show_article_options\\\":\\\"1\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":193,\"ordering\":\"1\",\"metakey\":\"monmouth county nj dwi attorney\",\"metadesc\":\"Monmouth County NJ DWI Attorney - Defending DWI cases since 1996. If you have been charged with DWI \\/ DUI in NJ, it is essential to have an attorney represent you throughout the process.  For more information, please call Joseph F. Morgano, for a free consultation.\",\"access\":\"1\",\"hits\":\"2242\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1489,24,1,'','2018-05-25 00:10:44',621,17790,'5492be47e1b421d12ad0b9ddd38cf86d31116a00','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\"><br \\/><\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\">&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:10:44\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:09:34\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":148,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1976\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1490,24,1,'','2018-05-25 00:11:39',621,17787,'8eccd9c78f657c14764072502eaded1cdac6e549','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\"><br \\/><\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\">&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span><\\/em><\\/span><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:11:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:11:28\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":150,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1976\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1491,24,1,'','2018-05-25 00:14:39',621,17788,'cfd7f23dc43fe72c15ce4c1a57f0b56723ce4f00','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\"><br \\/><\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span><span style=\\\"font-size: 14pt;\\\">&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span><\\/em><\\/span><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:14:39\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:11:51\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":152,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1976\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1492,24,1,'','2018-05-25 00:15:09',621,17785,'13e303af7052dce1607787904ff1fe6410a03d9a','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\"><br \\/><\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em> <\\/span><span style=\\\"font-size: 14pt;\\\">&nbsp;&nbsp;<\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span><\\/em><\\/span><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:15:09\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:14:39\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":153,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1976\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(1493,24,1,'','2018-05-25 00:26:33',621,17785,'11d97cd1a28729d75b01474fd77ebda98cea513a','{\"id\":24,\"asset_id\":\"119\",\"title\":\"Traffic Tickets\",\"alias\":\"traffic-tickets\",\"introtext\":\"<h1 style=\\\"font-size: 18pt; text-align: center;\\\"><span><span style=\\\"text-decoration: underline;\\\"><strong>Traffic Ticket Defense<\\/strong><\\/span><span style=\\\"text-decoration: underline;\\\"><strong><br \\/><\\/strong><\\/span><\\/span><\\/h1>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img style=\\\"margin-right: 20px; float: left;\\\" src=\\\"images\\/mymedia\\/traffic_ticket_in_nj.jpg\\\" alt=\\\"traffic ticket in nj\\\" width=\\\"200\\\" height=\\\"133\\\" \\/><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"text-decoration: underline; font-size: 14pt;\\\"><strong>Defending NJ Traffic Tickets since 1996<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt; color: #333333;\\\">Joseph F. Morgano defends traffic tickets in all New Jersey municipal courts. If you were issued a traffic ticket, for a motor vehicle offense, we may be able to get your points reduced or eliminated. Points on your NJ driver\'s license may result in higher insurance rates and loss of license.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: left;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 14pt;\\\">What are your options<\\/span><\\/strong><\\/span><strong><span style=\\\"font-size: 14pt;\\\">?<\\/span><\\/strong><\\/em><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">Assuming no court appearance is required, you will have the option to either pay the ticket or appear in court to dispute it.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>What to expect in Court<\\/strong><\\/span><strong>?<\\/strong><\\/em>&nbsp; <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you decide to go to court and plead not guilty, you will be given the opportunity to speak to the prosecutor about your case.&nbsp; If negotiations with the prosecutor fail, you will be given the opportunity to appear before the judge and have a trial. If you choose to have an attorney represent you, it will likely improve your chances of getting the <span style=\\\"color: #333333;\\\">points<\\/span> reduced or completely eliminated.&nbsp; Initially, your attorney will discuss the case with the prosecutor, which typically results in an offer to plead guilty to a lower charge. The result is usually a reduction or elimination of <span style=\\\"color: #333333;\\\">points<\\/span> on your NJ driver\'s license.&nbsp; Another benefit of having an attorney is that the process will go much smoother and faster.&nbsp; Without an attorney, you will probably be in court for hours, depending on the caseload of that particular court.&nbsp; An attorney will get you through the process much faster. This is because the court handles the attorney-cases first. The reason for this is because the NJ Supreme Court has instructed the municipal courts to handle all attorney-cases first. Although it may be tempting to pay your traffic ticket without appearing in court, there are benefits to hiring an attorney to defend your case.<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" title=\\\"NJ Point Schedule for NJ Traffic Tickets\\\" href=\\\"nj-statutes\\/15-point-schedule-for-nj-tickets\\\" rel=\\\"alternate\\\"><br \\/><\\/a><\\/span><\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Common NJ Traffic Tickets<\\/strong><\\/span><\\/em><\\/span><span style=\\\"font-size: 14pt;\\\"><br \\/><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Careless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-97<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Reckless Driving<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-96<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>5 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Signal<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-81<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Stop for Traffic Light<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-105<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Stop or Yield Signs<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-144<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper U-Turn<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-125<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Right or Left Turn<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-123<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Turn at Traffic Light<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-115<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>3 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Failure to Observe Traffic Lanes<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-88<\\/strong><\\/span>) <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Improper Passing in No Passing Zone<\\/span><\\/strong> (<strong><span>NJ Statute: 39:4-86<\\/span><\\/strong>) <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"color: #0000ff;\\\"><\\/span><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><span style=\\\"text-decoration: underline;\\\">Speeding<\\/span><\\/strong> (<span><strong>NJ Statute: 39:4-98<\\/strong><\\/span>)<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">1-14 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>2 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">15-29 mph over the limit, <span style=\\\"color: #0000ff;\\\"><strong>4 Points<\\/strong><\\/span>;<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\">30 mph or more over the limit, <span style=\\\"color: #ff0000;\\\"><strong><span style=\\\"color: #0000ff;\\\">5 Points<\\/span><span style=\\\"color: #000000;\\\">.<\\/span><\\/strong> <\\/span> <\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving While Suspended<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:3-40<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<p style=\\\"text-align: left;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$500.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; and 9 Insurance Points.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$750.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 1 to 5 days; and 9 Insurance Points.&nbsp; If 2nd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Third Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$1,000.00 Fine; Up to 6 Months Loss of License; $750.00 DMV Surcharge; Jail 10 days; and 9 Insurance Points. &nbsp;If 3rd offense is within 5 years of the prior offense, than revocation of registration for duration of license suspension.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">45 to 180 days in jail if there is an accident involved which results in personal injury.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved With Serious Personal Injury<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in serious personal injury, than it will be treated as a fouth degree crime (<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>).&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">Accident Inolved Where Death Results<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If there is an accident involved which results in death, than it will be treated as a third degree crime <span style=\\\"font-size: 12pt;\\\">(<span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"practice-areas\\/26-criminal-defense\\\">See Criminal Defense<\\/a><\\/span>)<\\/span>.&nbsp; There will also be an additional 1 year loss of license.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to Driving Without Insurance<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to driving without insurance, than a $500.00 fine; loss of license for 1 to 2 years; and jail up to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, than a $500.00 fine; loss of license for 1 to 2 years; and jail for 10 to 90 days.<\\/span><\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><span style=\\\"text-decoration: underline;\\\"><strong><span style=\\\"font-size: 12pt;\\\">If Suspension Was Due to DWI Within a School Zone<\\/span><\\/strong> <\\/span><strong><span style=\\\"font-size: 12pt;\\\"><br \\/><\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If the reason a defendant was on the suspended list was due to a DWI, and is within a school zone, than a $500.00 fine; loss of license for 1 to 2 years; jail for 60 to 90 days for a first offense; jail for 120 to 150 days for a second offense; and jail for 180 days for a third offense.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><strong>Driving Without Insurance<\\/strong><\\/span><\\/em>&nbsp;<strong><span style=\\\"font-size: 12pt;\\\">(<\\/span><\\/strong><span style=\\\"font-size: 12pt; color: #000000;\\\">NJ Statute: 39:6B-2<\\/span><strong><span style=\\\"font-size: 12pt;\\\">)<\\/span><\\/strong><\\/span> <\\/span><\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 14pt;\\\"><em><span style=\\\"text-decoration: underline;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><\\/span> <\\/em> <\\/span> <\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>First Offense<\\/strong><\\/span><span style=\\\"font-size: 12pt;\\\"><strong><br \\/><\\/strong><\\/span><\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">$300.00 to $500.00 Fine; 1 year Loss of License; $250.00 per year, for 3 years, DMV Surcharge; and community service for a period to be determined by the court.<\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><\\/span><span style=\\\"text-decoration: underline; font-size: 12pt;\\\"><strong>Second Offense<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\"><span style=\\\"font-size: 12pt;\\\">$5,000.00 Fine; 2 years Loss of License; $250.00 per year, for 3 years, DMV Surcharge; community service for 30 days; and 14 days in jail.<\\/span><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 12pt;\\\">If you were issued a <\\/span><span style=\\\"font-size: 12pt;\\\">traffic ticket in NJ, contact us for a free consultation.<\\/span><\\/p>\\r\\n<hr \\/>\\r\\n<p style=\\\"text-align: justify;\\\">&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2016-07-30 00:28:32\",\"created_by\":\"623\",\"created_by_alias\":\"\",\"modified\":\"2018-05-25 00:26:33\",\"modified_by\":\"621\",\"checked_out\":\"621\",\"checked_out_time\":\"2018-05-25 00:25:40\",\"publish_up\":\"2016-07-30 00:28: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\":\"{\\\"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\\\":\\\"\\\",\\\"groupdata\\\":\\\"\\\",\\\"textforscore\\\":\\\"\\\",\\\"reviewsummary\\\":\\\"\\\"}\",\"version\":154,\"ordering\":\"2\",\"metakey\":\"monmouth county nj traffic ticket attorney, traffic ticket attorney monmouth county nj\",\"metadesc\":\"NJ Traffic Ticket Attorney - Defending NJ Traffic Tickets Since 1996. If you were issued a NJ traffic ticket, we may be able to get your . . .  Read More.\",\"access\":\"1\",\"hits\":\"1976\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"Joseph F. Morgano\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0);
/*!40000 ALTER TABLE `mdr_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_update_sites`
--

DROP TABLE IF EXISTS `mdr_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_update_sites`
--

LOCK TABLES `mdr_update_sites` WRITE;
/*!40000 ALTER TABLE `mdr_update_sites` DISABLE KEYS */;
INSERT INTO `mdr_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,1527375703,''),(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,0,''),(7,'JSitemap Professional Update Server','extension','http://storejextensions.org/updates/jsitemap_updater.xml',1,0,''),(13,'JCH Optimize Updates','extension','https://www.jch-optimize.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=1&file=extension.xml',1,0,''),(22,'Perfect AJAX Popup Contact Form','extension','https://www.perfect-web.co/index.php?option=com_ars&view=update&task=stream&format=xml&id=2',1,0,'version=3.4.19&jversion=3.8.6&host=https%3A%2F%2Fmorganolaw.com%2F&dlid='),(30,'Google Structured Data Markup','extension','http://static.tassos.gr/update/gsd?type=.xml',1,0,'dlid=804060372d485990ad8f515acc06ddef'),(31,'System - Novarain Installer','extension','http://static.tassos.gr/update?type=.xml',1,0,'dlid=804060372d485990ad8f515acc06ddef'),(33,'Item Rating Updates','extension','https://www.joomunited.com/juupdater_files/itemrating-update.xml',1,0,'token=b8d330da-2e65-4694-ab08-78df5888c889&siteurl=http://morganolaw.com/'),(36,'JCH Optimize Updates','extension','https://www.jch-optimize.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=4&file=extension.xml',1,0,''),(42,'Social Reviews Google','extension','https://dashbite.com/index.php/dashbiteupdate?id=11',1,1527375704,'dlid=AIzaSyBW8hE7BVKUevROMrdlaGOEEN_GBC4-knA'),(43,'JCE Editor Package','collection','https://cdn.joomlacontenteditor.net/updates/xml/pkg_jce_pro.xml',1,1527375704,'');
/*!40000 ALTER TABLE `mdr_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_update_sites_extensions`
--

DROP TABLE IF EXISTS `mdr_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_update_sites_extensions`
--

LOCK TABLES `mdr_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `mdr_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `mdr_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES (1,700),(3,802),(4,28),(7,10003),(13,10034),(22,10048),(30,10067),(31,10065),(31,10080),(31,10081),(31,10082),(31,10083),(31,10085),(31,10086),(31,10091),(31,10092),(31,10095),(31,10098),(31,10099),(31,10101),(31,10108),(33,10068),(36,10096),(42,10102),(43,10057);
/*!40000 ALTER TABLE `mdr_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_updates`
--

DROP TABLE IF EXISTS `mdr_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_updates`
--

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

--
-- Table structure for table `mdr_user_keys`
--

DROP TABLE IF EXISTS `mdr_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_user_keys`
--

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

--
-- Table structure for table `mdr_user_notes`
--

DROP TABLE IF EXISTS `mdr_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_user_notes`
--

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

--
-- Table structure for table `mdr_user_profiles`
--

DROP TABLE IF EXISTS `mdr_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_user_profiles`
--

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

--
-- Table structure for table `mdr_user_usergroup_map`
--

DROP TABLE IF EXISTS `mdr_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_user_usergroup_map`
--

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

--
-- Table structure for table `mdr_usergroups`
--

DROP TABLE IF EXISTS `mdr_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_usergroups`
--

LOCK TABLES `mdr_usergroups` WRITE;
/*!40000 ALTER TABLE `mdr_usergroups` DISABLE KEYS */;
INSERT INTO `mdr_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 `mdr_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_users`
--

DROP TABLE IF EXISTS `mdr_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=624 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_users`
--

LOCK TABLES `mdr_users` WRITE;
/*!40000 ALTER TABLE `mdr_users` DISABLE KEYS */;
INSERT INTO `mdr_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES (621,'Administrator','hy7@4','admin@morganolaw.com','$2y$10$5iDXB/KfdhqbNT9JtLHJMenSI.0PobfGd7jZJAJLQgYG/kP22S3yC',0,1,'2016-06-22 19:17:16','2018-05-26 23:01:40','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(623,'Joseph F. Morgano','hy7@5','joe@morganolaw.com','$2y$10$LBEa/dQHNFJjhE0rdPu5CeYYxyUqRGyyc7YCVmhhrNRQZcCmEyW82',0,1,'2018-04-01 16:46:31','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `mdr_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mdr_utf8_conversion`
--

DROP TABLE IF EXISTS `mdr_utf8_conversion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_utf8_conversion`
--

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

--
-- Table structure for table `mdr_viewlevels`
--

DROP TABLE IF EXISTS `mdr_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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 `mdr_viewlevels`
--

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

--
-- Table structure for table `mdr_wf_profiles`
--

DROP TABLE IF EXISTS `mdr_wf_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mdr_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=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mdr_wf_profiles`
--

LOCK TABLES `mdr_wf_profiles` WRITE;
/*!40000 ALTER TABLE `mdr_wf_profiles` DISABLE KEYS */;
INSERT INTO `mdr_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','','3,4,5,6,8,7','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,fontcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,print,searchreplace,spacer,table,style,xhtmlxtras;visualaid,visualchars,visualblocks,nonbreaking,anchor,unlink,link,imgmanager_ext,mediamanager,filemanager,templatemanager,caption,microdata,textpattern,spellchecker,article','formatselect,styleselect,cleanup,fontselect,fontsizeselect,fontcolor,clipboard,lists,textcase,charmap,hr,directionality,fullscreen,print,searchreplace,table,style,xhtmlxtras,visualchars,visualblocks,nonbreaking,anchor,link,imgmanager_ext,mediamanager,filemanager,templatemanager,caption,microdata,textpattern,spellchecker,article,spellchecker,article,browser,contextmenu,inlinepopups,media,preview,source',1,1,0,'0000-00-00 00:00:00',''),(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,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,textpattern',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,textpattern',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\"}}}}}'),(5,'Markdown','Sample Markdown Profile','','6,7,3,4,5,8','',0,'desktop,tablet,phone','fullscreen,justifyleft,justifycenter,justifyfull,justifyright,link,unlink,imgmanager,styleselect','fullscreen,link,imgmanager,styleselect,inlinepopups,media,textpattern',0,5,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\"}}');
/*!40000 ALTER TABLE `mdr_wf_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'joemor5_joom260'
--

--
-- Dumping routines for database 'joemor5_joom260'
--
/*!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 2018-05-26 19:24:10
